/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	margin: 0; padding: 0;
}

p {
     margin:  0 0 1em 0;
     padding:  0;
}

body {
	background-color: #FFFFFF;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.red {color: #a9364d;}

.dropdown {float:left; padding-right:5px; margin:0px;}
.dropdown dt {font-weight:bold; cursor:pointer; background:url(images/header.gif); }
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:240px; display:none; background:#fff; z-index:200; opacity:0; margin:0px 0px 0px 00px; }
.dropdown ul {width:234px; border:2px solid #dddddd; list-style:none; border-top:none; padding:0px; margin:0px; font-size:12px; font-weight:bold; }
.dropdown li {display:inline; }
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:10px 10px 10px 20px; color:#333; text-decoration:none; background:#ffffff; width:200px; }
.dropdown a:hover {color:#a12d40}
.dropdown .underljine {border-bottom:1px solid #b9d6dc}
