BODY
{
    background-color: #F9F7F5;
    font-size: 11px;
    color: #444444;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
TABLE, TD, TH
{
    FONT-SIZE: 11px;
    COLOR: #444444;
    FONT-STYLE: normal;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

A {
    color: #444444;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif
}
A:link			{ text-decoration: none; }
A:visited		{ text-decoration: none; }
A:hover			{ text-decoration: underline; }

A.linkstd:link		{ color: navy; text-decoration: underline; }
A.linkstd:visited	{ color: navy; text-decoration: underline; }
A.linkstd:hover		{ color: navy; text-decoration: underline; }

.tabrow 		{ background-color: #BDCFFF; }
.footersep		{ background-color: #DEDEDE; }
.footerrow		{ padding: 4px 4px 4px 4px; }
.contentrow		{ padding: 5px 5px 5px 5px; }


.shdw_tl 		{ background: url(../images/shdw-tl.gif) no-repeat; }
.shdw_t 		{ background: url(../images/shdw-t.gif)  repeat-x;  }
.shdw_tr 		{ background: url(../images/shdw-tr.gif) no-repeat; }
.shdw_r 		{ background: url(../images/shdw-r.gif)  repeat-y;  }
.shdw_br 		{ background: url(../images/shdw-br.gif) no-repeat; }
.shdw_b 		{ background: url(../images/shdw-b.gif)  repeat-x;  }
.shdw_bl 		{ background: url(../images/shdw-bl.gif) no-repeat; }
.shdw_l 		{ background: url(../images/shdw-l.gif)  repeat-y;  }

.header 
{
    font-size: 16px;
    color: #222222;
    font-style: normal;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2em;
}

.subhead
{
    font-size: 12px;
    font-weight: bold;
    color: navy;
}

.attriblist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.attriblist li {
    padding-left: 14px;
    background-image: url(../images/gdot.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }


.gchecklist {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    }
	
.gchecklist li {
    padding-left: 14px;
    background-image: url(../images/gcheck.gif);
    background-repeat: no-repeat;
    background-position: 0 3px;
    }


/***********************************
 ** TABS
 ***********************************/
#tabs {
	margin: 0;
	padding: 0;
	display: inline;
	overflow: hidden;
}
#tabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}
#tabs a {
	float: left;
	padding: 25px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:25px; /* for IE5/Win */
}
#tabs a:hover {
    background-position: 0 -25px;
}
#tabs a.selected:hover {
    background-position: 0 -50px;
}
#tabs a:active, #tabs a.selected {
    background-position: 0 -50px;
}
#thome a  {
  width: 92px;
  background: url(../images/tabHome.gif) top left no-repeat;
}
#tcontract a  {
  width: 92px;
  background: url(../images/tabContract.gif) top left no-repeat;
}
#tfinancial a  {
  width: 92px;
  background: url(../images/tabFinancial.gif) top left no-repeat;
}
#taboutus a  {
  width: 92px;
  background: url(../images/tabAboutUs.gif) top left no-repeat;
}
#tpartners a  {
  width: 92px;
  background: url(../images/tabPartners.gif) top left no-repeat;
}
#tteaming a  {
  width: 92px;
  background: url(../images/tabTeaming.gif) top left no-repeat;
}
#tcontactus a  {
  width: 92px;
  background: url(../images/tabContactUs.gif) top left no-repeat;
}

.smallcap   	{font-size: 11px;  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.inputbox		{border: solid #999 1px; font-size: 11px;font-family: Verdana, Arial, Helvetica; font-style: normal; color: #444444;}
.hlghtcap		{color: red; }

