/* CSS Document */
<style type="text/css">
<!--
body {
	background: #FFFFFF;
	link: #F3EC30;
	vlink: #0000CC;
	
	text: #000000;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	
	margin-top: 0;
	margin-left: 0;	
	margin-height: 0;	
	margin-width: 0;
}
#FixedImg /* Give this rule to the world */ {  
background-color: #1C1665;
POSITION: fixed;  
TOP: 100px;  
LEFT: 100px; } 
* html #FixedImg /* Override above rule for IE */ 
{  POSITION: absolute;  
TOP: expression(offsetParent.scrollTop + 525);  
LEFT: expression(offsetParent.scrollLeft + 0); 
} 

table {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
}
.footer {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
}

.news {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
}
.header1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 24px;
	color: #C51F23;
	font-weight: bold;
	text-align: center;
}

.header2 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 18px;
	color: #3B228C;
	font-weight: bold;
	text-align: center;
}
table.des{
	border-width: 1;
	border-color: #C51F23;
	background: #C51F23;
	color: #3B228C;
	font-size: 10px;
}
tr.title
{
	background: #C51F23;
	text-align: left;
}

tr.info 
{
	background: #FFFFFF;
	text-align: left;
}

td.info {
	padding: 2ex;
}

.header_s{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color: #F9F965;
	font-weight: bold;
}

a.menu {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #3B228C;
}

a.menu:hover {
	background-color: #F9F965;
}
//-->
</style>
