A:link, A:visited, A:active 
{ 
	color: BLUE; 
	text-decoration: none; 
	
}

A:hover  
{ 
	text-decoration: none;
	color: #cc0000; 
}


A.yellow:link, A.yellow:visited, A.yellow:active
{
	font-family: arial, helvetica;
	color: #ffff00;
	text-decoration: none;
}

A.yellow:hover  
{ 
	text-decoration: underline; 
}

A.navbar2:link, A.navbar2:visited, A.navbar2:active
{
	font-family: arial, helvetica;
	font-size: 11px; 
	color: #333333;
	text-decoration: none;
}

A.navbar2:hover  
{ 
	text-decoration: underline; 
}

A.buy:link, A.buy:visited, A.buy:active
{
	font-family: arial, helvetica;
	font-size: 10px; 
	color: #999999;
	text-decoration: none;
}

A.buy:hover  
{ 
	font-size: 10px;
	color: blue; 
	text-decoration: underline; 
}

A.subnav:link, A.subnav:visited, A.subnav:active
{
	font-family: arial, helvetica;
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
}

A.subnav:hover
{
	font-family: arial, helvetica;
	font-size: 11px; 
	color: #000000;
	text-decoration: underline;
}

A.pricing:link, A.pricing:visited, A.pricing:active
{
	font-family: arial, helvetica;
	font-size: 11px; 
	color: #000000;
	text-decoration: none;
}
	

.field 
{
	font-size: 11px;
	font-family: Arial;
	color: #333333;
	border: 0px;
	border-top: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
}


BODY 
{
	font-family: arial, helvetica;
	font-size: 12px;
	color: #333333;
	background: white;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
	

TD, P 
{ 	
	font-family: arial, helvetica;
	font-size: 12px;
}

.heading1 
{
  	font-family: arial, helvetica;
	color: white;
	font-size: 35px;
	font-weight: bold;
}

.heading2 
{
  	font-family: arial, helvetica;
	color: #003399;
	font-size: 20px;
	font-weight: bold;
}

.header
{
    COLOR: #003399;
    FONT-FAMILY: arial;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold
}

.header3
{
    COLOR: #003399;
    FONT-FAMILY: arial, helvetica;
    FONT-SIZE: 14px;
    FONT-WEIGHT: bold
}

.indexHeader1 
{
  	font-family: arial, helvetica;
	color: white;
	font-size: 14px;
	font-weight: bold;
	background: #8F9AAA;
	padding: 3px
}

.indexHeader2 
{
  	font-family: arial, helvetica;
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	background: #014691;
	padding: 3px
}

.slogan
{
	font-family: arial, helvetica;
	font-weight: bold;
	color: #ffffff;
	font-size: 12px;
}

.topBar
{
	background: #DAE9F8;
	background-image: url(pics/topbar_bg.gif);
}

.subBar
{
	font-weight: bold;
	color: #000000;
	background: #cccccc;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.subBox
{
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.smallHeader 
{
	font-family: arial, helvetica;
	font-size: 12px;
	font-weight: bold;
}

.mediumheader 
{
	font-family: arial, helvetica;
	font-size: 16px;
	font-weight: bold;
}

.companyInfo 
{
	font-family: arial, helvetica;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}

.small 
{
	font-family: arial, helvetica;
	font-size: 10px;
	color: #000000;
	line-height: 15px;
	font-weight: normal;
}

.small2 
{
	font-family: arial, helvetica;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}

