﻿html {
/* Height is 100%, so the body can be 100% */
height:100%;
}

body {
background:#f7f3d4 url(%22images\custom\bg-tile.jpg%22) repeat-y;
background-position:center top;
margin:0;
padding:0;
/* Height is 100%, so the tiled BG will tile all the way down
 the page, not just as far down as the page's content
 (when the content's height is less than the window's height) */
 height:100%;

 text-align:center;
}
/*
Hackety-hack-hack...
FF2, with the above code, will only display the repeat-y image for as
 high as the window's viewport is; higher content (upon
 scrolling) will not have the bg.
This "hack" makes the tiled background work properly in FF2.
This type of "advanced selector" is not understood by IE6...dunno
 'bout IE7.
*/
html>body {
 min-height:100%;
 height:auto;
}





body {color: #333333; font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
.t2 {font-size: 12px; color: #5B5B5B; line-height: 15px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t3 {font-size: 12px; color: #333333; line-height: 14px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t4 {font-size: 12px; color: #047B40; line-height: 15px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t5 {font-size: 12px; color: #414141; line-height: 15px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t6 {font-size: 10px; color: #036233; line-height: 13px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t7 {font-size: 11px; color: #FFFFFF; line-height: 15px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t8 {font-size: 10px; color: #414141; line-height: 13px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.t9 {font-size: 11px; color: #414141; line-height: 13px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.f1 {font-size: 11px; color: #9C9561; line-height: 12px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.f2 {font-size: 10px; color: #FFFFFF; line-height: 14px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.m1 {font-size: 11px; color: #036233; line-height: 13px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.d1 {font-size: 15px; color: #036233; line-height: 13px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.d2 {font-size: 14px; color: #E76C24; line-height: 13px; font-weight: bold; font-family: Geneva, Arial, Helvetica, sans-serif;}
.faqhead {font-size: 12px; font-weight: bold; color: #006D2C; line-height: 17px; font-family: Geneva, Arial, Helvetica, sans-serif;}
.formStyle {font-size: 10px; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}

A.ul1:link    {color:#047B40; text-decoration:underline; background-color:transparent;}
A.ul1:visited {color:#047B40; text-decoration:underline; background-color:transparent;}
A.ul1:active  {color:#047B40; text-decoration:underline; background-color:transparent;}
A.ul1:hover   {color:#047B40; text-decoration:underline; background-color:#D6D6D6;}

A.ul2:link    {color:#036233; text-decoration:underline; background-color:transparent;}
A.ul2:visited {color:#036233; text-decoration:underline; background-color:transparent;}
A.ul2:active  {color:#036233; text-decoration:underline; background-color:transparent;}
A.ul2:hover   {color:#036233; text-decoration:underline; background-color:#E4F3BE;}

A.men:link    {color:#036233; text-decoration:none; background-color:transparent;}
A.men:visited {color:#036233; text-decoration:none; background-color:transparent;}
A.men:active  {color:#036233; text-decoration:none; background-color:transparent;}
A.men:hover   {color:#CF5C17; text-decoration:underline; background-color:transparent;}

A.ful:link    {color:#FFFFFF; text-decoration:none; background-color:transparent;}
A.ful:visited {color:#FFFFFF; text-decoration:none; background-color:transparent;}
A.ful:active  {color:#FFFFFF; text-decoration:none; background-color:transparent;}
A.ful:hover   {color:#FFFFFF; text-decoration:underline; background-color:transparent;}



/* CUSTOM */

#container {
	margin: auto;
	width: 850px;
	height:100%;
	text-align:center;
}

#head {
	background:url(images\custom\bg-top.jpg) no-repeat;
	margin: 0px auto;
	width:850px;
	height:139px;
}


.comparison {width:100%; padding:0; margin:10px 0px; font-size:12px; }
.comparison a:link    {color:#047B40; text-decoration:underline; background-color:transparent;}
.comparison a:visited {color:#047B40; text-decoration:underline; background-color:transparent;}
.comparison a:active  {color:#047B40; text-decoration:underline; background-color:transparent;}
.comparison a:hover   {color:#047B40; text-decoration:underline; background-color:#D6D6D6;}

.comparison td { padding:3px; border-left:1px solid #047B40; text-align:center;}
.comparison td.col1 { text-align:right; border:0px; padding-right:10px; }
.comparison .zebra {background-color:#efefef;}
.comparison .head td { padding:10px; font-weight:bold; border-bottom:2px solid #FFFFFF; background-color:#036233; color:white;}

