/* 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;
}
	.bigList{
	font-size : 15px;
	font-family: Verdana;
	font-weight : bold;
	color : #1865B5;
}
	.bigList2{
	font-size : 12px;
	font-family: Verdana;
	font-weight : bold;
	color : #1865B5;
}
	.bigList3{
	font-size : 18px;
	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;
}


