@font-face {
    font-family: 'bubblegum_sansregular';
    src: url('bubblegumsans-regular-webfont.eot');
    src: url('bubblegumsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('bubblegumsans-regular-webfont.woff2') format('woff2'),
         url('bubblegumsans-regular-webfont.woff') format('woff'),
         url('bubblegumsans-regular-webfont.ttf') format('truetype'),
         url('bubblegumsans-regular-webfont.svg#bubblegum_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

a:link { color: #990033; text-decoration:underline; }
a:visited { color: #CC0000; text-decoration:underline; }
a:hover {
	color: #990033;
	text-decoration:none;
	background: #CFF;
}
a:active { color: #CC0000; text-decoration:underline; } 
a img {
	text-decoration: none;
	border: 0 none;
	background: #FFF;
}
#logos a:hover {
	text-decoration: none;
	border: 0 none;
	background: #FFF;
}
body {
	background: #FFFFFF;
	color: #000000;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
	margin: 4px;
	padding: 4px;
}

input.submit, input.file {
	background: #C89C60;
	font: 10px Tahoma, Arial, Helvetica;
}

select, input, input.checkbox, input.radio {
	font: 10px Tahoma, Arial, Helvetica;
}

textarea {
	font: 10px Courier New, Courier;
}
.headertable {
	width: 500px;
	height: 65px;
	border: 4px double navy;
	top: 0;
	left: 0;
}
.headerleft {
	float: left;
	font-family: "bubblegum_sansregular";
	letter-spacing: -1px;
	padding: 0 0 0 12px;
	font-size: 30px;
	font-variant: small-caps;
	color: Navy;
}
.headerright {
	float:right;
	padding: 8px 8px 8px 0;
}
.headernav {
	clear: left;
	font: small-caps 10px Tahoma, Arial, Helvetica;
	padding: 0 0 0 12px;
	text-align: left;
}
.main  {
	border: 6px double #5046AC;
	font-size: 12px;
	margin: 24px auto 12px;
	text-align: center;
	width: 500px;
	padding: 6px;
}

.main #blue{
	background: #869AE6;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
}
.pages{
	font-size: 12px;
	text-align: center;
	width: 500px;
	padding: 6px;
	margin: 48px 0 0 0;
}
.banner {
	width: 468px;
	margin: 60px auto 0px;
	padding: 0px;
	border-style: double;
	text-align: center;
}

.small {
	font-size: 8px;
}

.smallcaps {
	font-variant: small-caps;
}
.results {
	border: medium solid #000;
	border-collapse: collapse;
	font: 10px Verdana,Arial,Helvetica,sans-serif;
}

.results caption {
	background: #5046ac;
	border-bottom-style: solid;
	border-color: #000;
	color: #FFF;
	text-align: left;
}

.results td {
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.results td, .results th, .results caption {
	padding: 2px 6px;
	white-space: nowrap;
}

.results th {
	border-bottom-style: double;
	border-bottom-width: medium;
}

.cc {
	text-align: center;
}

.ccol {
	background: #efefef;
	margin: 4px;
}

.rr {
	text-align: right;
}
