body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333438;
}

html {
	
} 

A:Link, A:Visited
{
	font: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #06466c;
	text-decoration: none;
}

A:Hover, A:Active
{
	font: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #06466c;
	text-decoration: underline;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333438;
}

.small {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333438;
}

.medium {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333438;
}

.big {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333438;
}

.si /*setup instrunction */
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#333438;
}

.divExplain 
{
	border: solid 1px #BBB;
	padding: 10px;
	width:95%;
}

.xbig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#333438;
}

.subhead {
	font-size: 10pt;
	font-style: italic;
	color: #333438;
}

.emphasis {
	font-size: 12pt;
	font-style: italic;
	font-weight: bold;
	color: #333438;
	border-style: dashed;
	border-color:#999999;
	border-width: 1px;
}

.footer {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#333438;
	line-height: 13px;
}

.sidebar {
	font-size:12px;
	font-weight:bold;
	padding:10px;
	color:#333438;
	background-color:#e0e0e0;
}

.sidebarsub {
	font-weight: bold;
	padding-left:30px;
}


.sidebar A:Link, .sidebar A:Visited {
	font-size:12px;
	font-weight:bold;
	color:#333438;
}

.sidebar A:Hover, .sidebar A:Active {
	font-size:12px;
	font-weight:bold;
	color:#333438;
	text-decoration:underline;
}

.sidebarsub A:Link, .sidebarsub A:Visited{
	font-weight: bold;
	color:#333438;
}

.sidebarsub A:Hover, .sidebarsub A:Active{
	font-weight: bold;	
	color: #06466c;
	text-decoration: underline;
}

.news {
	margin-left:10px; 
	font-weight:bold;
}

.news a:Link, .news A:Visited{
	color: #333438;
	font-weight: bold;
}

.news a:Hover, .news A:Active{
	color: #06466c;
	font-weight: bold;
	text-decoration:underline;
}


A.NavbarLink:Link, A.NavbarLink:Visited
{
	font: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

A.NavbarLink:Hover, A.NavbarLink:Active
{
	font: Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	color: #6285A5;
	text-decoration: none;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color:#06466c;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:#0b283a;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:black;
}
.casetableheader 
{
	background-image:url(images/header_rowBg.gif);
	background-repeat:repeat-x;
}
.smallinput
{
	font: 6pt Arial, Verdana, sans-serif;
	height: 18px;
	width: 18px;
}

/* CHROME MENU */
.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /* Add margin between menu and rest of content in Firefox */
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
margin: 0;
padding-left:0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a:Link, .chromestyle ul li a:Visited{
color: #333438;
padding: 4px 8px;
margin: 0;
text-decoration: none;
font-weight:bold;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a:active, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(/images/chrome/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #06466c;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a:Link, .dropmenudiv a:Visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e0e0e0;
}


