@charset "utf-8";
/* CSS Document */

.boldTxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
.yellowTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFF101;
}
.NomalTitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
}
.nomalTxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
/* Handles the hyperlinks on the website */
a:link, a:visited{
	color:#FFFF00;
	text-decoration:none;
	font-weight: bold;	
}

a:hover{
	text-decoration: underline;
}

/*Main window (blue) for ALL OTHER pages */
.mainwindowfront2 {
	background-color:#009290;
	color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 775px;
	height: 100%;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 1;
// leave at 1 as the box is the lower layer.
	
	overflow-x: auto; // for ie
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
html>body .mainwindowfront2 {
	background-color:#009290;
	color: #FFFFFF;
	position: relative;
	top: 0px;
	width: 775px;
	height: 100%;
	padding: 0px 0px 0px 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 1;
// leave at 1 as the box is the lower layer.
	
	overflow: auto; // for everyone else
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
