BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(); background-repeat: no-repeat; }

P,TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px; }
	
.pinktext {color: #990033; font-weight: bold;}

.title {font-size: 20px; font-weight: bold; }

.fineprint {font-size: 11px;}


A.menu:link {
	color: #990033;
	font-weight: bold;
	text-decoration: none; }

A.menu:active {
	color: #CC3366;
	font-weight: bold;
	text-decoration: none; }

A.menu:visited {
	color: #990033;
	font-weight: bold;
	text-decoration: none; }

A.menu:hover {
	color: #CC3366;
	font-weight: bold;
	text-decoration: underline; }

div.menu {
	float: left;
	background-color: #ffffff;
}


#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 0px;
	border-top: none;
}

#nav a {
	display: block;
	text-decoration: none;
	width: 120px;
	margin: 0px;
}

#nav li {
	width: 120px;
	padding: 2px;
	margin-top: 0px;
	<!--background-color: #d4c7be;-->
	border-bottom: 1px solid #000033;
}

#nav li ul {
	position: absolute;
	display: none;
	/*left: -999em;*/
	margin-left: -999px;
	padding: 1px;

	margin: 0px;
	text-align:left;
	<!--border-top: 1px solid #000033;-->
	<!--border-right: 1px solid #000033;-->
	border-left: 1px solid #000033;
	background-color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul {
	/*left: auto;*/
	display: block;
	margin-left: 108px;
	margin-top: -13px;
}


	
A:link {
	color: #990033;
	font-weight: bold;
	text-decoration: underline; }

A:active {
	color: #CC3366;
	font-weight: bold;
	text-decoration: underline; }

A:visited {
	color: #990033;
	font-weight: bold;
	text-decoration: underline; }

A:hover {
	color: #CC3366;
	font-weight: bold;
	text-decoration: none; }