/* CSS STYLES */

body {
	background-color: #000066;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	margin: 0px;
	margin-bottom: 8px;
}

/************************************
 FONTS
 ************************************/
.default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFFFF;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.subheader_caps {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-variant: small-caps;
	color: #FFFFFF;
}

.yellow_medium_caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #FFCC00;
}

.white_medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}

.blue_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant: small-caps;
	color: #00CCFF;
}

.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.highlight_default {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFCC00;
}

/************************************
 TABLES, DIVS
 ************************************/
div.scroll {
	width: 562px;
	height: 392px;
	overflow: auto;
	background-color: transparent;
	padding: 3px;
}

.headerbg {
	background-image: url(../images/topbg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-position: top;
}

.undernav {
	background-image: url(../images/undernav.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.fieldstyle {
	background-image: url(../images/fieldstyle.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/************************************
 URL's
 ************************************/
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #99FF00;
	text-decoration: underline;
}
a:active {
	color: #FFCC00;
	text-decoration: underline;
}

/* FONT SIZE = 30 */

.30 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.30 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.30 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
.30 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

/* FOOTLINK */

.footlink a:link {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.footlink a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.footlink a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
.footlink a:active {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
}
