/* Main style */
body {
	margin-bottom: 20px;
  	margin-top: 0px;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	border: 0px;
 	background-color: #cccccc;
}

td, textarea, input, select {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

/* links */
a {
  	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #333333;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

li a {
  	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li a:link {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

li a:hover {
	color: #cc0000;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
	line-height: 17px;
}

/* main styles */
.mainHeading {
	font-family: "Verdana"; 
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #cc0000;
}

.subMainHeading {
	font-family: "BellCent SubCap BT"; 
	font-size: 17px;
	font-style: normal;
	line-height: normal;
	font-weight: 600;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

/* footer styles */
.copyrightDesign {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

a.copyrightDesign {
	color: #999999;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.copyrightDesign:hover {
	color: #cc0000;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a.copyrightDesign:visited {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
}


a.footera {
	color: #666666;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: none;
}

a.footera:hover {
	color: #ff6666;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}

a.footera:visited {
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	font-style: normal;

}

li {
	list-style-image: url(images/redArrow.gif);
	line-height: 17px;
	list-style-type: none;
}



