
@import url("ie.css");

/**
* this hides a stylesheet from ie 
*/
@import url("noie.css") screen,projection;


body {
		background:	#A41B45;
		margin: 	0px 0px 0px 0px;
	}
	
* {
		font-size:	12px;
		font-family : Palatino Linotype, serif;
	}
	
a:link { color:#A41B45; text-decoration:none;}
a:visited { color:#666666; text-decoration:none;}
a:active { color:#FF0000; text-decoration:none;}
	
a.navi {
	font-size:		14px;
	}
	
div.center {
	text-align: center; 
}

div.center div {
	 text-align: 	left; 
	 margin-right: 	auto; 
	 margin-left: 	auto;
}

table.layout {
	width:			1000px;
}

td.leftcol {
	width:			150px;
	vertical-align:	top;
	background: #CEC7A3;	
}	

td.rightcol {
	width:			150px;
	vertical-align:	top;
	padding-left:	10px;
	padding-top:	30px;
	padding-right:	10px;
	background: #CEC7A3;
}

td.centercol {
	padding-left: 	3px;
	padding-right: 	3px;
	vertical-align: top;
}


.newsheadline {
	background:		#FFF909;
	font-weight:	bold;
	font-size:		14px;
}

.newshead {
	font-size:		12px;
	font-weight:	bold;
	padding:		0px 0px 0px 0px;
	margin:			0px 0px 0px 0px;
}

.newscontent {
	margin-bottom:	15px;
	font-size:		11px;
}
.newscontent2 {
	margin-bottom:	15px;
}

div.top {

background: #CEC7A3;
height: 140px;
margin-bottom: 3px;
margin-top: 4px;
padding-left: 10px;
}
div.bottom {

background: #CEC7A3;
height: 30px;
margin-top: 3px;
margin-bottom: 4px;
padding-left: 10px;

}

img{

	border: 0px;

}

div.highlighttext{
padding-left: 5px;
padding-right: 5px;
border-top: 1px solid #ff0000;
border-bottom: 1px solid #ff0000;
text-align: justify;
}

.highlightword{

color: #FF0000;

}
