@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/main/bg.jpg);
}

a:link {
	text-decoration: none;
	color: #7C0C2C;
	}
a:visited {
	text-decoration: none;
	color: #7C0C2C;
	}
a:active {
	text-decoration: none;
	color: #7C0C2C;
	}		
a:hover {
	text-decoration: underline;
	color: #7C0C2C;
	}

.menu {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	}
.menu a:link {
	text-decoration: none;
	color: #333333;
	padding: 0px 6px 0px 6px;
	}
.announce {
	font-size: 14px;
	font-weight: bold;
	color: #7C0C2C;
	padding-left: 5px;
}
.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 25px;
	color: #7C0C2C;
	padding-top: 15px;
	font-weight: bold;
}
.para {
	padding-left: 12px;
	line-height: 22px;
}


.announcetext {
	font-size: 10px;
	color: #666666;
	padding: 6px;
}


.menu a:visited {
	text-decoration: none;
	color: #333333;
	padding: 0px 6px 0px 6px;
	}
.menu a:active {
	text-decoration: none;
	color: #333333;
	padding: 0px 6px 0px 6px;
	}		
.menu a:hover {
	text-decoration: none;
	color: #7C0C2C;
	padding: 0px 6px 0px 6px;
	text-decoration: underline;	
	}
.titlessub {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 25px;
	color: #7C0C2C;
	padding-top: 15px;
	font-weight: bold;
}
.thinborderfloat {
  border:solid 1px silver;
  padding:3px;
  } 
  
hr {
	border: none 0;
	border-top: 1px dashed #ddd;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 
