body { background-color : #000000; }

p {	font-family : 'Georgia', serif;
	color: #cccccc;
	font-size : 12pt;
	font-weight : normal;
	margin-bottom : 10px;
	margin-top : 10px;
	margin-left : 20px;
	margin-right : 20px;
}

.small { font-size : 9pt;
	font-family : 'Tahoma', sans-serif;
	font-weight : normal;
}

.vert	{	vertical-align : middle; }

h3 { 	font-family : 'Georgia', serif;
	color: #cccccc;
	text-align: center;
	font-size : 18pt;
	font-weight : bold;
	text-indent : 0em;
	margin-bottom : 10pt;
}

td {	font-family : 'Georgia', serif;
	color: #cccccc;
	font-size : 12pt;
	text-align: center;
	vertical-align : top;
}

a {	text-decoration : none;
	color: #CC3333;
}

a:Visited {  text-decoration : none;
	color: #9999FF;
}

a:Active {  text-decoration : underline;
	color: #ffff00;
}

a:Hover {	text-decoration : underline;
	color: #ffff00;
}

img
{
	background-color: #999999;
	padding: 5px;
	border-style: solid;
	border-width: 2px;
	border-color: #CCCCCC;
}
