/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
}

a {outline:none;}

.topbg {
	background-image: url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	background-position: left;
}

.topbg_admin {
	background-image: url(../../images/top_bg_admin.jpg);
	background-repeat:repeat-x;
	background-position: left;
}

.bottombg {
	background-image: url(../images/bottom_bg.jpg);
	background-repeat:repeat-x;
	background-position: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.content_register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.register {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
}

.heading_large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #F06224;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #F06224;
}

.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #F06224;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

a.toplink_selected {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #EA611B;
}

a.toplink_selected:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #EA611B;
}

a.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

a.toplink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #EA611B;
}

a.bottomlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

a.bottomlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}

.login {
	width:100px;
	padding:2px 5px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	float:left;
	color:#999999; 
	margin-right:3px;
}

.login_register {
	width:100px;
	padding:2px 5px;
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#999999; 
	margin-right:3px;
}

.redtext {
	color:#FF0000;
	font-weight:bold;
}

.table_heading {
	font-weight:bold;
}

.table_indent {
	padding-left:5px;
}

.alert_text {
	font-size:16px;
	padding-left:10px;
}

.active {
	color:#00CC00;
	font-weight:bold;
}

.submit_btn {
	margin: auto;
	background-color:#F06224;
	color:#ffffff;
	font-weight:bold;
	font: Futura, ‘Century Gothic’, AppleGothic, sans-serif;
	padding:5px;
}

.submit_btn:hover {
	color:#000000;
}
