/* CSS Document */



body	{
	margin: 0;
	padding: 0;
	background: #000000 url(../images/grey_background.gif) repeat;
	color: #fff;
	}

img	{
	border: 0;
	display: block;

	}
	
.inline	{
	display: inline;
	}

	
.hide {
	display: none;
	}

p, li, dd, dl	{
	font-family: "Trebuchet MS", verdana, Lucida, geneva, Helvetica, sans-serif;
	line-height: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-size: 11px;
	
	}
		
strong {
	font-weight: bold;
	}	
	
h1	{
	font-size: 17px;
	margin-top: 0;
	margin-bottom: 5px;
	text-align: left;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #ffffff;
	}

.date	{
	font-size: 10px;
	color: #111111;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	}		


a	{
	text-decoration:	none;
	font-weight:	normal;
	color: #FF6600;
	border-bottom-style: none;
	}
	
a:link	{
	color:	#FF6600;
	background-color: transparent;
	border-bottom: 1px;
	}
	
a:visited	{
	color:	#FF6600;
	background-color: transparent;
	border-bottom: none;
	}
	
a:hover	{
	color:	#FF6600;
	background-color: transparent;
	border-bottom: 1px dotted #FF6600;
	}
	
a:active	{
	color:	#CC0000;
	background-color: transparent;
	border-bottom: 1px solid #CC0000;
	border-top: 1px;
	}
	
	
	.contentbox {
	
	width: 700px;
	margin-bottom: 25px;
	margin-left: 19px;
	border: none;
}

.contentbox .header {
	background: #4D4D4D;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	border-top: 1px solid #9B0001; 
	border-bottom: 1px solid #000000; 
	padding-top: 7px; 
	padding-left: 14px; 
	padding-right: 12px; 
	padding-bottom: 10px;
}
.contentbox .midheader {
	border-right: 1px solid #777777; 
	background: #4D4D4D; 
	border-top: 1px solid #9B0001; 
	border-bottom: 1px solid #000000;
}

.contentbox .middle {
	border-right: 1px solid #AcAcAc; 
	background: #737373; 
	border-bottom: 1px solid #9B0001;
}

.contentbox .left {
	background: #110000;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #444444;
	padding-left: 15px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	border-top: 1px solid #9B0001;
	border-bottom: 1px solid #9B0001;
	line-height: 30px;
	text-align: center;
}
.contentbox .right {
	background: #737373; font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #9B0001;
	padding-top: 1px; 
	padding-left: 5px; 
	padding-right: 10px; 
	padding-bottom: 10px;
	
	}
	
	.bottombox {
	width: 700px;
	margin-bottom: 5px;
	margin-left: 19px;
	border: none;
	bottom: auto;
}	
	
	.bottombox .bottom {
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Geneva, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	padding-top: 50px;
	padding-left: 16px;
	padding-right: 10px;
	padding-bottom: 10px;
	}


.xsmall 	{
	font-family: "Trebuchet MS", Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 15px;
	font-size: 9px;
	color: #888888;
	}
	
.xsmall a	{
	color: #888888;
	}	


