/* Template CSS */
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;	

}

.body {
	background-color: #101010;
	background-repeat: repeat-x;
	background-image: url(../images/mainbg.gif);
}

td, th, span, div, ul, p, standard
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #454545;
}



/* headers */
.h1, h1, .title {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #9F0002;

}

.h2, h2, .subtitle {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #454545;

}

.h3, h3 .subsubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;

}

/* Links */



a, a:link, a:visited, a:active{
	color: #9f0002; 
	text-decoration:none;
	font-weight: normal;
}
a:hover{
	color: #454545; 
	text-decoration:underline;
	font-weight: normal;
}

.rightnav a:link, .rightnav a:visited, .rightnav a:active{
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;	
}
.rightnav a:hover{
	color: #FFFFFF;
	text-decoration:underline;
	font-weight: bold;
}

.a-header:link, .a-header:visited, .a-header:active{
	color:#CCCCCC;
	font-size:10px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.a-header:hover{
	color: #FFFFFF;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size:11px;
}

.footertext a:link, .footertext a:visited, .footertext a:active{
	color: #FFFFFF;
	text-decoration:none;
}
.footertext a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}


/*
input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}
*/


/* shows alert msg, also used to for form validation, i.e the text "*required"*/
.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


/* input items*/
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}

.textbox_standard {
	width: 150px;
}

.textbox_thin {
	width: 30px;
}

.textbox_thin_alert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_wider {
	width: 240px;
}

.textbox_widest {
	width: 400px;
}

/* tables */
.table_header, .table_header td, .table_header a, table_header a:visited, .table_header a:link, .table_header a:active
{
	background-color: #A3C380;
	color: White;
	font-weight: bold;
	text-decoration: none;
}

.table_header a:hover
{
	text-decoration: underline;
}


.table_alt_row
{
	background-color:#FFFFFF;
	
}
.table_row
{
	background-color:#E8E7E6;
	
}
.table_alt_2_row
{
	background-color:Silver;
	
}

.table_grid 
{
	border-color:#A3C380;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;	
	
}
.grey_bg_red_bottom_TABLES {
	background-color: #4c4c4c;
	height: 21px;
	width: 100%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #920000;
}
.white_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.white_text_12pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}
.inside_header_area {
	background-color: #f5f5f5;
	height: 42px;
	padding-right: 10px;
	border-right-width: 12px;
	border-left-width: 12px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a80e0e;
	border-left-color: #a80e0e;
	padding-left: 10px;
}
.content_white_BG {
	background-color: #FFFFFF;
}
.content_dark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #454545;
}
.article_heading {
	font-size: 14px;
	font-weight: bold;
	color: #FC5A07;
}
.article_sub_header_area {
	background-color: #f5f5f5;
	height: 40px;
	padding-right: 10px;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC5A07;
	border-left-color: #FC5A07;
	padding-left: 10px;
	width: 250px;
	font-weight: bold;
}
.wave {
	background-image: url(../images/wave.gif);
	background-repeat: no-repeat;
}
.yellow {
	font-size: 14px;
	font-weight: bold;
	color: #FFFF00;
}
#rightcolumn {
	width: 304px;
	margin-left: 1px;
}
