@charset "utf-8";
/* CSS Document */
td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;	
}
body{
/* background-color: #442222;*/
	background-image: url(images/bkgrd.png);
	background-repeat: repeat-x;
font-size:12px;
}

p{
	margin-left: 10px;
	margin-right:10px;
	font:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.links{
	font-size:15px;
}
a.custom-main:link {
	font-size:17px;
	color:#FDF0D7;
	line-height:25px;
	font-weight:normal;
}
a.custom-main:visited{
	color:#FDF0D7;
}
a.custom-main:hover {
	color:#FF6600;

}
a.custom-main:active {
	color:#FDF0D7;
}
.nolinks{
	font-size:17px;
	color:#FF6600;
	line-height:25px;
}
#redtext{
	font-size:15px;
	font-weight:bold;
	color: #903;
}
.subject_title{
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	font-weight:bold;
}

.largefont_bold{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
		font-weight:bold;
}

.largefont{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
}		
hr {
    height: 5px;
	background:#1F1010;
}
a:link {

	color: #000;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
	font-weight:bold;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
	font-weight:bold;
}
a:active {
	font-weight:bold;
	color: #FF6600;
}
.copyright{
	font-size:9px;
	}
.raptext{
	float:right;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
}
.leftwrap{
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px;
}
