/* template CSS */
html, body {
	background-image:;
	background-color:;
	background-repeat:;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
}
.body {
background-color: #6f8a9a;
	background-image: url(../images/bg_6f8a9a.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td, body, th, span, div, ul, p{ 
	
	font-family:Arial, Helvetica, sans-serif;
	
}

/* headers */
.h1, h1, .title {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}


.h2, h2, .subtitle {
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

.h3, h3, .subsubtitle{
	font-size:;
	font-family:;
	color:;
	font-weight:;
	font-style:;
}

/* links */

a:link {
	color: #FF0000;
	text-decoration:none;
	font-style: italic;
}
a:visited {
	color: #FF0000;
	text-decoration:none;
	font-style: italic;
}
a:hover {
	color: #990000;
	text-decoration:none;
	font-style: italic;
}
a:active {
	color: #FF0000;
	text-decoration:none;
	font-style: italic;
}

.subnav a:link, .subnav a:visited, .subnav a:active {
	text-decoration: none;
}

.subnav a:hover {
	text-decoration: none;
}

/* lists */
li {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}

#menu a, #menu a:visited {
	background-color:#FFFFFF;
	width:211px;
	text-align: center;
	vertical-align:baseline;
	text-decoration:none;
	color:#6f8a9a;
	display:block;
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width:1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #e5eaec;
	border-right-color: #e5eaec;
	border-bottom-color: #e5eaec;
	border-left-color: #e5eaec;
	padding-top: 7px;
  }
#menu a:hover {
  background-image:url(../images/subnavbg.gif);
  border-color:;
  }


/* 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;
}.content_BG {
	background-color: #FFFFFF;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rightside-bg {
	background-color: #FFFFFF;
	background-image: url(../images/home_rightsidebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #4e5c65;
}
.page_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 21px;
	color: #4e5c65;
}
.newline {
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	width: 1px;
	background-image: url(../images/line.gif);
}
.2ndtier-contentbg {
	background-color: #FFFFFF;
	background-image: url(../images/2ndtier_contentbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.newbg {
	background-color: #FFFFFF;
	background-image: url(../images/2ndtier_contentbg.jpg);
	background-repeat: no-repeat;
}

.pagenamer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6f8a9a;
	letter-spacing: 5px;
}.visited_subnav {
	font-weight: bold;
	font-variant: normal;
	color: #0033FF;
}
