/* CSS Document */

body{
	font-family:Tahoma, arial, verdana;
	font-size:12px;
	color:#5a5a5a;
	margin:0px;
}

a{
	font-family:Tahoma, arial, verdana;
	font-size:12px;
	color:#7a0f2b;
	text-decoration:none;
}

a:hover{
	font-family:Tahoma, arial, verdana;
	font-size:12px;
	color:#0361d5;
	text-decoration:none;
}

.logobg{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:102px;
	width:1003px;
}

.menuTxt {
	font-family:Tahoma;
	font-size:12px;
	color:#303030;
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	height:35px;
		
}

.menuTxt a{
	color:#000000;
	text-decoration:none;
	
}

.menuTxt a:hover{
	color:#7a0f2b;
	text-decoration:none;
}

.headTxt {
	font-family:Tahoma;
	font-size:18px;
	color:#7a0f2b;
}

.midTxt {
	font-family:Tahoma;
	font-size:14px;
	color:#444444;
}


.newsTXt{
	font-size:11px;
	color:#CCCCCC;
	line-height:17px;
	text-decoration:none;
}

.newsTXt a{
	font-size:11px;
	color:#CCCCCC;
	line-height:17px;
	text-decoration:none;
}

.newsTXt a:hover{
	font-size:11px;
	color:#ddc9c2;
	line-height:17px;
	text-decoration:none;
}

.bottomTxt {
	font-family:Tahoma;
	font-size:11px;
	color:#7a0f2b;
		
}

.bottomTxt a{
	color:#7a0f2b;
	font-size:11px;
	text-decoration:none;
	
}

.bottomTxt a:hover{
	color:#666666;
	font-size:11px;
	text-decoration:none;
}