@media all {


html {
	scrollbar-face-color: #99ccff;
	scrollbar-base-color: #000000;
	scrollbar-arrow-color: #ffffff;
/*  scrollbar-track-color: #9d948f; */	
	scrollbar-track-color: #d0d0d0;
	scrollbar-shadow-color: #006699;
	scrollbar-lightshadow-color: #000000;
	scrollbar-darkshadow-color: #006699;
	scrollbar-highlight-color: #f3f3f3;
}

body { background-color: #ffffff; margin: 0px; font-family: Trebuchet, sans-serif; overflow-y: scroll; }


.pad { height: 20px; }

.right { text-align: right; }
.left { text-align: left; }
.center { text-align: center; }

/* main content styles */	
.sectiontitle { font-weight: bold; font-size: 12pt; }

.leftnav { padding-top: 40px; text-align: left; vertical-align: top; width: 160px; }
.leftnavpad5px { padding-top: 5px; text-align: left; vertical-align: top; width: 160px; }
.leftnavpad0px { padding: 0 0 0 0; text-align: left; vertical-align: top; width: 170px; }
.rightnav { padding-top: 35px; text-align: left; vertical-align: top; width: 160px; }
td.content {
	padding-left: 5px;
	padding-right: 5px;
	font-size: 10pt;
	line-height: 12pt;
	color: #232323;
	font-weight: normal;
	vertical-align: top;
	text-align: left; }
/* end of main styles */

/* header and searchbox stuff */
.navbar {
	font-size: 10pt;
	color: #ccffff;
	font-weight: bold;
	width: 780px;
	background-color: #0077be;
	height: 20px;
	vertical-align: top;
	padding-top: 0px;
	text-align: center; }

.tagline {
	font-style: italic;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
	vertical-align: middle;
	text-align: left; }

.pagetitle {
	background-color: #009dec;
	height: 40px;
	color: #f3f3f3;
	vertical-align: middle;
	padding-left: 55px;
	font-size: 16px;
	text-align: left;
	font-weight: bold; }
	
form { margin: 0px; }

.textboxsmall {
	font-size: 7pt; 
	color: #000000; 
	background-color: #f3f3f3; }

.search-log {
	font-size: 8.5pt;
	line-height: 11.5pt;
	color: #666666;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	padding-right: 5px;
	padding-bottom: 2px;
}

.logbox { text-align: left; vertical-align: bottom; padding-bottom: 6px; }
/* end of header and searchbox */


/* footer styles */
.copyright 	{
	font-size: 6.5pt;
	color: #333333;
	font-weight: normal;
}
	
.copy {
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
}

.utibar {
	font-size: 7pt;
	color: #333333;
	font-weight: normal;
	text-align: center;
	padding-top: 15px;
}
/* end of footer section */


/* links */
a:link    { color: #666666; text-decoration: underline; }
a:visited { color: #666666; text-decoration: underline; }
a:hover   { color: #cc3333; text-decoration: underline; } 
a:active  { color: #cc3333; text-decoration: underline; }

a.smbluelink:visited { color: #006699; text-decoration: underline; }
a.smbluelink:hover   { color: #cc6600; text-decoration: none; } 
a.smbluelink:active  { color: #cc6600; text-decoration: none; }

a.smdarklink:link    { color: #666666; text-decoration: none; }
a.smdarklink:visited { color: #666666; text-decoration: none; }
a.smdarklink:hover   { color: #cc3333; text-decoration: underline; } 
a.smdarklink:active  { color: #cc3333; text-decoration: underline; }

a.utilink:link, a.utilink:visited {
	color: #333333;
	text-decoration: none;
}
a.utilink:hover , a.utilink:active {
	color: #333333;
	text-decoration: underline;
}
/* end links */


/* misc colored styles */
.smallblue {
	font-size: 8.5pt;
	line-height: 11.5pt;
	color: #006699;
	font-weight: normal; 
	padding: 0 2px 0 2px;}

.smallblue-subhead {
	font-size: 9pt;
	line-height: 12.5pt;
	color: #0A50A1;
	font-weight: bold; 
	padding: 0 2px 0 2px; }

.smalldark {
	font-size: 8.5pt;
	line-height: 11.5pt;
	color: #373535;
	font-weight: normal;
	vertical-align: top;
	padding-right: 2px;
	padding-left: 2px;
}

.smalldark-subhead {
	font-size: 9pt;
	line-height: 11.5pt;
	color: #373535;
	font-weight: bold; 
	padding: 0 2px 0 2px;}

.contentblack-subhead {
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0 2px 0 2px;
}

select	{
	font-weight: bold;
	font-size: 10pt; 
	color: #0000CD; 
	background-color: #ffffff; 
	border-color: #dddddd; }
/* end of misc colored styles */


}
