#wrapper {
	margin: 0px auto;
	width: 770px;
	position: relative;
	top:25px;
}
body {
	background-color: #000000;
	color: #FFFFFF;
	font-size:12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
}

a:link	{
	color:#FFFFFF;
	text-decoration:underline;
}
.titleContent {
	padding: 0 0 0 3px;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight:bold;
}

.titleContent a:link {
	color:#FFFFFF;
	text-decoration:underline;
	font-size:12px;
}
.titleContent a:visited {
	color:#999999;
	text-decoration:underline;
	font-size:12px;
}
.titleContent a:hover {
	color:#FF0000;
	text-decoration:underline;
	font-size:12px;
}
.titleContent a:active {
	color:#FF0000;
	text-decoration:underline;
	font-size:12px;
}
