/* CSS Document */
html,body{
height:100%;
background-color:#cecece;
}

body,td,pre{
color: #851b16; 
font-family:Georgia;
font-size:9pt;
text-align:left;
}


td{
background-color:#f3f3f3;
}

td.content{
width:610px;
height:100%;
background-color:#f3f3f3;
}

td.nav{
height:100%;
width:228px;
background-color:#f3f3f3;
}

a:link, a:active, a:visited{
color:#5e5e5e;
font-weight:bold;
text-decoration:none;
}


a:hover{
color:#cecece;
}

h1 {
text-align:left;
color:#f3f3f3; 
font-family:Georgia;
font-size:9pt;
background:#851b16;
letter-spacing: 1px;
text-transform: uppercase;
width:100%;
padding:2px;
}

h2 {
text-align:left;
color:#f3f3f3; 
font-family:Georgia;
font-size:8pt;
background:#f76d77;
letter-spacing: 1px;
width:100%;
padding:0px;
border-bottom:2px solid #ffffff;
} 

h3 {
text-align:left;
color:#f3f3f3; 
font-family:Georgia;
font-size:7pt;
background:#851b16;
letter-spacing: 1px;
text-transform: lowercase;
width:100%;
padding:2px;
}

	
table.news{
width:550px;
border:1px solid #273c35;
}

	td.news_title{
	color:#273c35; 
	background-color:#cecece;
	font:normal 10px "Verdana";
	font-weight:bold;
	text-transform:uppercase;
	text-indent:20px;
	letter-spacing:2px;
	padding:2px 2px 2px 2px;
	}
	
	td.news_content{
	padding:6px 6px 6px 6px;
	}
	
	div.category{
	width:70px;
	float:right;
	padding:0px 2px 2px 2px;
	}

	td.news_footer{
	font:normal 9px "Verdana";
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:2px;
	padding:0px 3px 0px 10px;
	}
	
	td.news_footer span{
	font:normal 8px "Verdana";
	}