.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
}
.style11 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	
	}
.style31 {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #A52A2A;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.style5 {color: #D91819}
.style6 {font-size: 11px; color: #666666; font-family: Arial, Helvetica, sans-serif;}
.date {
	font-size: 100%;
	color: #5F5F5F;
	background-color: #ECECEC;
	padding: 1px 7px;
	margin-right: 7px;
	font-weight: normal;
	display: inline;
}

.menu{
	border-bottom: solid 1px white;
	color: #D91819;
	font: bold 11px/12px tahoma, sans-serif;
}




a:link, a:active
{
    color: #A4A4A4;
    font-weight: bold;
    text-decoration: none;
}

a:visited 
{
	color: #666666;
    text-decoration: none;
    font-weight: bold;
}
a:hover 
{
	color: red;
    text-decoration: underline;
    font-weight: bold;
}