/* CSS Document */

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

p
	{
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	}

h1
	{
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	vertical-align: bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
	}

h2
	{
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}
	
h3
	{
	font-size: 12px;
	line-height: 14px;
	color: #FF9900;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	}

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

.title, .date
	{
	color: #FFFFFF;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top: 0px;
	}
		
.details
	{
	font-size: 11px;
	line-height: 14px;
	color: #FF9900;
	text-decoration: none;
	padding-top: 0px;
	margin-top: 0px;
	}

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

a:hover, a:active
	{
	color:#FFFFFF;
	font-weight: bold;
	}

