body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 165px;
margin: 0 px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-size: 12px;
color: #000;
background: #fff;
border: 0px;
border-bottom: 1px solid #ccc;
}
#menu dd {
border: 0px;
}
#menu li {
display: block;
text-decoration: none;
color: #555;
background: #fff; /* IE6 Bug */
padding: 0px;
border: 1px solid #ccc;
border-top: 0;
border-bottom: 1;
}
#menu li a, #menu dt a {
display: block;
text-decoration: none;
color: #777;
background: #fff; /* IE6 Bug */
padding: 0px;
border: 0px solid #ccc;
border-bottom: 0;
}
#menu li a:hover, #menu dt a:hover {
color: #E2144A; background: #f9f9f9; 
}

a {text-decoration: none;
color: #222;
}
a { color: #193da9; text-decoration: none     }
a:visited { color: #00007b text-decoration: none     }
a:hover { color: #0d2cf6; text-decoration: none     }
a:active { color: #193da9; text-decoration: none     }


h1 {
	color: black;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
	margin-left: 8px;
	margin-top: 4px;
}
h2 {
	color: black;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
h3 {
	color: black;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: normal;
}
p {
	color: black;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 15px;
	margin-left: 4px;
	margin-top: 4px;
}
p2 {
	color: black;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: normal;
	margin-left: 4px;
	margin-top: 4px;
}
p3 {
	color: black;
	font-size: 13px;
	font-family: "Courier New", Courier;
	line-height: normal;
	margin-left: 6px;
	margin-top: 6px;
}
p4 {
	color: black;
	font-size: 10px;
	font-family: "Courier New", Courier;
	line-height: normal;
	margin-left: 6px;
	margin-top: 6px;
}



