body {
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 0px;
	background: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	color: #000000;
}

/* Input CSS */

SELECT, option, input, textarea {font-family: verdana; font-size: 11px; color: #000000; background-color: #FFFFFF; border: 1px #000000 solid}

textarea {
	width: 335px;
	height: 250px;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	font-family: verdana;
	font-size: 12px;
}

/* Front end Layout CSS */

.header_class {
	width: 771px;
	background: #000000;
	height: 60px;
	text-align: right;
}

.logo_class {
	width: 771px;
	height: 73px;
}

.filler_class {
	width: 771px;
	height: 2px;
	background: #000000;
	font-size: 1px;
}

.wrapper_class {
	width: 771px;
	background-image: url("images/fullback.jpg");
	background-repeat: repeat-y;
}

.content_wrapper_class {
	width: 591px;
	float: left;
	background-image: url("images/mainback.jpg");
	background-repeat: repeat-y;
}

.nav_class {
	width: 196px;
	float: left;
	background: #EAEAEA;
}

.content_class {
	width: 395px;
	float: right;
	background: #FFFFFF;
}

.right_class {
	float: right;
	background: #EAEAEA;
	width: 180px;
}

.red_class {
	background: #9A0000;
	width: 180px;
	height: 40px;
}

.button_class {
	width: 196px;
	background-image: url("images/navback.jpg");
	height: 18px;
	margin-top: 2px;
}

.buttonover_class {
	width: 196px;
	background-image: url("images/navbackglow.jpg");
	height: 18px;
	margin-top: 2px;
}

.divider_class {
	width: 196px;
	height: 22px;
	background: #666666;
}

.footer_class {
	background: #000000;
	width: 771px;
	height: 30px;
	text-align: center;
	font-size: 10px;
}

/* Backend Layout CSS */

.admin_wrapper_class {
	width: 771px;
}

.admin_content_class {
	width: 575px;
	float: left;
	background: #FFFFFF;
}

.admin_left_class {
	float: left;
	background: #FFFFFF;
	width: 196px;
}

.admin_footer_left_class {
	width: 48%;
	float: left;
	padding-top: 5px;
	text-align: left;
}

.admin_footer_right_class {
	width: 48%;
	float: right;
	text-align: right;
	padding-top: 5px;
}

/* Text CSS */

.white_class {
	color: #FFFFFF;
}

/* Text Layout CSS */

.navheader {
	margin-top: 2px;
	margin-bottom: 10px;
}

.titleheader {
	color: #9A0000;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 13px;
}

.newstitle {
	background-image: url("images/titleback.jpg");
	background-repeat: no-repeat;
	height: 20px;
	width: 354px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 17px;
	padding-top: 1px;
	color: #9A0000;
	font-weight: bold;
	font-size: 13px;
}

.newstitle_th {
	background-image: url("images/titleback_th.jpg");
	background-repeat: no-repeat;
	height: 20px;
	width: 316px;
	margin-top: 7px;
	margin-bottom: 7px;
	padding-left: 17px;
	padding-top: 1px;
	color: #9A0000;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}

.starclass {
	color: #9A0000;
	font-weight: bold;
}

/* Link CSS */

a:link {text-decoration : none; color : #9A0000;}	
a:visited {text-decoration : none; color : #9A0000;}
a:hover {text-decoration : underline; color : #0000FE;}

a.link_class:link {text-decoration : none; color : #FFFFFF;}	
a.link_class:visited {text-decoration : none; color : #FFFFFF;}
a.link_class:hover {text-decoration : underline; color : #FFFFFF;}