.heading1 
{
 color:666666;
 font-family:Arial, Helvetica;
 font-size:18px;
 font-weight:bold;
}
.heading2 
{
 color:666666;
 font-family:Arial, Helvetica;
 font-size:16px;
 font-weight:bold;
 vertical-align: top;
}
.heading3 
{
 color:666666;
 font-family:Arial, Helvetica;
 font-size:14px;
 font-weight:bold;
 vertical-align: bottom;
}
.mainBody 
{
 color:666666;
 font-family:Arial, Helvetica;
 font-size:14px;
}

.mainBodySmall
{
 color:333333;
 font-family:Arial, Helvetica;
 font-size:11px;
}


A:link
{
    COLOR: #000000;
    FONT-FAMILY: Arial, helvetica;
    FONT-SIZE: 14px;
    TEXT-DECORATION: underline
}
A:active
{
    COLOR: #000000;
    FONT-FAMILY: Arial, helvetica;
    FONT-SIZE: 14px;
}
A:visited
{
    COLOR: #666666;
    FONT-FAMILY: Arial, helvetica;
    FONT-SIZE: 14px;
}
A:hover
{
    COLOR: #000000;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 14px;
	TEXT-DECORATION: none
}
.btn 
{

	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image: url("../images/off.gif");
	width:138px;
	color:white;
	text-weight:bold;
	height:22px;
	text-align:center;
	background-repeat: no-repeat;
}
.btn A:link
{
	color:white;
	text-weight:bold;
}
.btn A:active
{
	color:white;
	text-weight:bold;
}
.btn A:hover
{
	background-image: url("../images/on.gif");
	color:white;
}
.btn A:visited
{
	color:white;
}

.banner {
	color:black;
	font-family:Arial, Helvetica;
	font-size:26px;
	font-weight:bold;
}
.subMenu  A:link
{
	font-family:Arial,Helvetica;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:white;
}
.subMenu  A:hover
{
	font-family:Arial,Helvetica;
	color:white;
	font-size:12px;	
	background-color:#66CC33;
	font-weight:bold;
}
.subMenu  A:visited
{
	font-family:Arial,Helvetica;
	color:white;
	font-size:12px;
	font-weight:bold;
}
.btn_on 
{
	font-family:Arial, Helvetica;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image: url("../images/on.gif");
	width:138px;
	color:white;
	text-weight:bold;
	height:22px;
	text-align:center;
	cursor:hand;
	background-repeat: no-repeat;
}

.btn_on A:link
{
	color:white;
	text-weight:bold;
}
.btn_on A:active
{
	color:white;
	text-weight:bold;
}
.btn_on A:hover
{
	background-image: url("../images/on.gif");
	color:white;
}
.btn_on A:visited
{
	color:white;
}