body
{
	font: 13px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #CACACA;
	background-color: #000000;
	padding: 0;
	cursor: default;
	margin-top: 0px;
}

.title1
{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 1px 1px rgba(0,0,0,0.75);
}

.title2
{
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-shadow: 0 2px 2px rgba(255,255,255,0.3);
}

.textred
{
	color: #EE2222;
}

.textstrong
{
	color: #EEEEEE;
	font-weight: bold;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #AAD1E5;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
