/* Template CSS */
html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

.body
{
	background-color: #4B0005;

}


td, body, th, span, div, ul, p{ 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#870505;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height:17px;
}

/* fonts */
.header {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d0000;
}

.welcome {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height:17px;
}


.footer_line1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	line-height:21px;
}

.footer_line2 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
}

.footer_line3 {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#a5454b;
}

/* headers */
.h1, h1, .title {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#570909;
	margin: 0 0 8px;
}

.h2, h2, .subtitle {

}

.h3, h3 .subsubtitle{

}

/* links */
a:link, a:visited, a:active{
	color: ; 
	text-decoration:none;
}

a:hover {
	color: ; 
	text-decoration:underline;
}

.header a:link, .header a:visited, .header a:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d0000;
	text-decoration:none;
}	

.header a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#9d0000;
	text-decoration:underline;
}	

.footer_line1 a:link, .footer_line1 a:visited, .footer_line1 a:active {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	text-decoration:none;
}

.footer_line1 a:hover {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	text-decoration:underline;
}

.footer_line2 a:link, .footer_line2 a:visited, .footer_line2 a:active {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	text-decoration:none;
}

.footer_line2 a:hover {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#cc0000;
	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: 23px;
}

.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;	
	
}





