/* CSS Document */

body
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #660000;
	margin: 0px;
	padding: 0px;
	width: 430px;
	}

h2
	{
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 0px;
	}

p
	{
	font-size: 10px;
	line-height: 14px;
	color: #FF9900;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	}


td
	{
	font-size: 10px;
	line-height: 18px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	}


a:link
	{
	color: #FFFFFF;
	font-weight: bold;
	}
	
a:visited 
	{
	color: #CC000B;
	font-weight: bold;
	}

a:hover, a:active
	{
	color:#FFFFFF;
	font-weight: bold;
	}
	
.logo
	{
	border: 1px solid #FF9900;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	}

