/* CSS Document */
a.mi {
	background-color:whitesmoke;
	color:#000000;
	display:block;
	font-family:Verdana, Arial;
	font-size:8pt;
	padding: 4px 4px 4px 4px;
	text-decoration:none;
	border-bottom : 1px solid Gray;
}

a.mi:hover {
	background-color:silver;
	color:#ffffff;
	text-decoration:none;
}

.mn {
	background-color:whitesmoke;
	border-color: gray;
	border-style:solid;
	border-width:1px;
	border-bottom : 0px;
	z-index:100;
}

td, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:black;
	font-size:8pt;
	line-height : 15px;
}

a:link, a:visited {
	text-decoration:none;
	color: #1865B5
}
	
a:hover {
	text-decoration:underline;
	color:#DD0000;
}
	
.menu {
	font-size:8pt;
	line-height : normal;
}

.header {
	font-size : 20pt;
	font-family: Verdana;
	font-weight : bold;
	color : Black;
}
.headerSignIn {
    COLOR: #1865B5;
    FONT-SIZE: 18px;
    FONT-FAMILY: Arial, Helvetica, sans-serif

}

.bigList {
	font-size : 12px;
	font-family: Verdana;
	font-weight : bold;
	color : #1865B5;
}


.sheader {
	font-size : 15px;
	font-family: Verdana;
	font-weight : bold;
	color : Navy;
}

.address {
	color : White;
	font-size : 8pt;
}


.bullet {  left: auto; clip:   rect(   ); width: auto; top: auto; background-color: #00CCCC}
.smallerList { font-size : 11px; font-family: Verdana; font-weight : bold; color : #1865B5; }
