/* CSS */
.home-body{
	background-image:url(../images/bg2.jpg);
	background-color: #B2D7F2;
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	}

html, body {
	background-image:url(../images/bg.gif);
	background-color: #B2D7F2;
	background-repeat:repeat-x;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}

td, body, th, span, div, ul, p{ 
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:18px;
}

p {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

ul, li {
	margin: 0 0 3px 10px;
	line-height:17px;
}

.subnav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

.footer {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

/* headers */
.h1, h1, .title {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #2B428C;
	font-weight: 500;
}


.h2, h2, .subtitle {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #475B9B;
	margin: 0 0 10px 0;
	padding: 0px;
	font-weight: bold;
}

.h3, h3, .subsubtitle{
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

/* links */

a:link, a:visited, a:active {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2B428C;
	text-decoration:none;
	}
a:hover {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

.subnav a:hover{	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:underline;
	}

.footer a:link, .footer a:visited, .footer a:active {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:none;
}

.footer a:hover{	
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#6666CC;
	text-decoration:underline;
	}

/* BUTTONS 
To work in IE needs javascript, function already included in the common.js file.
SEE P:\V\VirtualAtlantic\template\domain.com\styles\IEHoverBtn.html*/

input.btn
{
   font-size:;
   font-family:;
   color:;
   background-color:;
   border:;
   
}

input.btn_hover
{
color:;
background-color:;
}


.alert 
{
	color:Maroon;
	font-weight:bold;
	font-size: 11px;	
}


textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textbox_standard, .textboxStandard {
	width: 150px;
}

.textbox_thin, .textboxThin {
	width: 23px;
}

.textbox_thin_alert, .textboxThinAlert
{
	background-color: #FF9999;
	width: 44px;
}

.textbox_wider, .textboxWide {
	width: 240px;
}

.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;	
	
}


.subtitle 
{
	font-weight: bold;
	color: #FF9C0F;
	
}

.form_field {
	background-color:#FFFFFF;
	border: #A2C3FF 1px solid;
	padding-left: 3px;
}


.seperator {
	font-size:9px;
	font-weight:bolder;
}

.textbox_search {
	width: 120px;
	height: 18px;
	font-size:10px;
}

.watermark {
	background-image: url(../images/bodyfooter.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FAFAFA;
}

.align_right {
	margin: 2px 0 0 8px;
}

.align_left {
	margin: 2px 8px 0 0;
}
.reflection3 {
	background-color: #FFFFFF;
	background-image: url(../images/reflection.gif);
	background-repeat: no-repeat;
}
