
.header   {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight : bold;
}
.container{
	background-color: E4E4E4;
    width: 90%;
}
.topnavleft{
	background-color: #CC3300;
}
.topnavright{
	background-color: #999999;
}
.split{
	background-color: #ffffcc;
}
.note   {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
}
.breadcrumb{
	color: White;
	font-size: 12pt;
	font-weight : bold;
	text-decoration: none;
}
.text   {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight : normal;
}
.newstype   {
	color: Black;
	font-family: 'Times New Roman', Times, serif;
	font-size: 10pt;
	font-weight : normal;
}
.link   {
	color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
}
/* left navigation links, unvisited and active */
.leftnav{
	background-color: #000000;
}
a.leftnav:link,a.leftnav:active {
	color: White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	text-decoration: none;
}

 /* left navigation links, visited */  
a.leftnav:visited {
	color: Silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : bold;
	text-decoration: none;
}
 
 /* left navigation links, hover (IE only) */  
a.leftnav:hover {
	color: #FFFFE0;
}
.formbutton {
	color: White;
	background-color: #CC3300;
	border-top: thin solid #CC3300;
	border-left: thin solid #CC3300;
	border-bottom: thin solid #CC3300;
	border-right: thin solid #CC3300;
	border-color: #CC3300;
	margin-top: 1;
	font-size:8pt;
	font-family:tahoma,arial,helvetica,sans-serif;
	font-weight: bold;
}

