/* CSS Document */

body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, td, th {
	color: #FFFFFF;
	font: 12px Geneva, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #f0027e;
}
a:active {
	color: #F0027E;
}

input, select, textarea {font: normal 11px Tahoma, Arial, Helvetica, SansSerif }

#wrapper {
	margin-left: auto;
	width: 900px;
	margin-right: auto;
	text-align:left;
	padding: 0px;
}
#footer {
	background: url(/images/footer.gif) no-repeat;
	color:#FFFFFF;
	font-size: 11px;
}
#footer a{
 	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover{
 	color:#F0027E;
	text-decoration:underline;
}
.footerleft {
	text-align: left;
	float: left;
	width: 300px;
}
.footerright {
	text-align: right;
	float: right;
	width: 300px;
}


#container {
	margin: 20px 0px;
	padding: 40px;
	border: 2px solid #000000;
}
#header {
	border-bottom: 2px solid #f0027e;
	text-align:right;
	padding-bottom:30px;
}
#navcontainer {
	margin: 0px 45px 0px 0px;
	padding: 0px;
	width: 130px;
}
#navlist
{
	padding-left: 0;
	margin-left: 0;
	font-weight: bold;
}

#navlist li
{
	list-style: none;
	margin: 0;
	padding: 0.8em 0.4em;
	border-bottom: 1px dotted #650135;
	text-align: right;
}

#navlist li a { text-decoration: none; }
.navon { color:#F0027E; }
a.navon { color:#F0027E; text-decoration: none; }
a.navon:hover {
	color:#F0027E;
	text-decoration: underline;
}





.starttxt {
	font-size: 16px;
	color: #F0027E;
	font-weight: bold;
}
.pinkvert {
	background: url(/images/pink.gif) repeat-y center;
}
.txttable {
	margin: 20px 0px;
	padding: 0px;
}
.thumb {
	border: 2px solid #F0027E;
}
a.thumb {
}
a.thumb:hover {
	border: 2px solid #FF9999;
}
