html 
{
    scrollbar-track-color: #e7e7e7; 
	scrollbar-face-color: #e7e7e7; 
	scrollbar-shadow-color: #0484d5; 
	scrollbar-dark-shadow-color: #0484d5; 
	scrollbar-highlight-color: #0484d5; 
	scrollbar-3d-light-color: #0484d5; 
	scrollbar-arrow-color: #0484d5;
}	
    
a 
{
	text-decoration:none;
	color:#448cca;
}
a:hover
{
	text-decoration:none;
}
     
body 
{
	font-family: "Trebuchet MS",tahoma,arial,verdana,sans-serif;
	font-size: 75%;
	color: #5f5f5f;
    margin: 0px;
	padding: 0px;
/*	background-color: #1b468a;*/
	background-color: white;
}

h1
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform:uppercase;
}

h2, h2 a
{
	font-weight: bold;
	font-size: 110%;
	color: #004990;
	margin-top: 5px;
	margin-bottom: 5px;
}

h3
{
	font-weight: bold;
	font-size: 100%;
	color: #11197b;
	height: 16px;
	margin-left: -2px;
	margin-bottom: 0px;
	padding-left: 16px;
	text-transform:uppercase;
	background: url(/img/bullet1.gif) no-repeat left center;
}

p
{
	margin-top: 5px;
	margin-bottom: 8px;
}

select, input, textarea
{
	font: 11px tahoma, Verdana, Arial, Helvetica, sans-serif;
}

/*	Custom	*/

input.search {
	font-size: 10px;
	font-family: tahoma,arial,sans-serif;
	background-color: #f7f7f7;
	border: 1px solid #b4b4b4;
	height: 13px;
	width: 143px;
}

input.searchButton {
	border: none;
	background-color:Transparent;
}

.program td
{
	font: 10px Tahoma, Verda
	font-size: 10px;
}

.formTable td
{
	background-color: #f8f8f8;
}

.errorBox	
{
	color: Red; 
	border: solid 1px red; 
	padding: 10px;
	margin: 10px 0px;
}

/*	Front page elements	*/
/*
.fpeContainer	{padding-bottom:4px;}
.bl {background: url(/img/bl.gif) 0 100% no-repeat white; width:100%} 
.br {background: url(/img/br.gif) 100% 100% no-repeat} 
.tl {background: url(/img/tl.gif) 0 0 no-repeat} 
.tr {background: url(/img/tr.gif) 100% 0 no-repeat; padding:5px 10px; position:relative;} 
.clear {font-size: 1px; height: 1px}

.tr p, .tr h2	{margin:1px 0px 0px 0px;}

.fpeDate 
{
	margin: 0px;
	font-size: 80%;
	color:#419b50;
}

*/
.frontVertSep
{
	background: url(/img/vertSep.gif) repeat-y center;
}

.fpeContainer	
{
	background: url(/img/horSep.gif) repeat-x top;
	padding: 4px 5px 4px 5px;
	margin-left: 5px;
	margin-right: 5px;
}

td.noSep .fpeContainer	
{
	background-image:none;
	padding-top: 0px;
	padding-bottom: 10px;
}

td.noSep img
{
	padding: 0px 20px 20px 0px;
}

div.fpeContainer p img
{
	padding: 0px 10px 10px 0px;
}

div.fpeContainer p
{
	padding: 2px 0px 0px 0px;
	margin: 0px;
}

.fpeDate 
{
	margin: 0px;
	font-size: 80%;
	color:#448cca;
}

p.notSelectPage, p.selectPage
{
	padding-left: 3px;
}

p.selectPage
{
	background-color: #f7f7f7;
}