/*controls the normal text of the site*/
.text
{
	font-size:11px;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #000000;
	
	
}
.sitemap
{
	font-size:11px;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #000000;
	font-weight:bold;
	
}
/*this is for the site map subcategory */
.sminner
{
	font-size:11px;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #ae0000;	
	line-height: 150%;
	
	
}
.newstext
{
	font-size:11px;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #000000;	
	line-height: 150%;
	background-color:#feeb4f	
	
}
a:link.newstext, a:visited.newstext, a:active.newstext { color: #ae0000; }
a:hover.newstext { color: #ae0000; background:transparent;text-decoration: underline; }
/*Controls all the descriptive text of the site*/
.innertext
{
	font-size:11px;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #000000;	
	line-height: 150%;
	text-align:justify;	
	
}
a:link.innertext, a:visited.innertext, a:active.innertext { color: #ae0000; }
a:hover.innertext { color: #ae0000; background:transparent;text-decoration: underline; }

/*this class control the heading of all the pages*/
.stHead
{
	font-size:18px;
	font-family: Arial,verdana,Helvetica, sans-serif;
	color: #AE0000;	
	font-weight:bold;
	text-transform:uppercase;
	
	
	
}

/* This class controls the news section */
.news
{
	font-size:11px;
	font-family: verdana, Helvetica, sans-serif,Arial;
	color: #000000;
	
}
.newsTitle
{
	font-size:12px;
	font-family: verdana, Helvetica, sans-serif,Arial;
	color: #000000;
	font-weight:bold;
	
}
.bottom
{
	font-size: 8.5pt;
	font-family:  Arial, Verdana, Helvetica, sans-serif ;
	color: #777777;
}

.top
{
	font-size: 9pt;
	font-weight: bold;
	font-family: Arial,Verdana Helvetica, sans-serif, ;
	color: #ffffff;
}

.left
{
	font-size:8pt;
	font-family: arial, verdana, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	
}
/*used in the left navigation category head*/
.leftHead
{
	font-size:12px;
	font-family: arial, verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	
}
.leftnav
{
	font-size:8.5pt;
	font-family: arial, verdana, Helvetica, sans-serif;
	color: #666666;
	
}

.redtext
{
	font-size: 8pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #AE0000;
}

.redhead
{
	font-size: 12pt;
	font-family: Arial black, verdana, Helvetica, sans-serif;
	
	color: #AE0000;
}

.testimonial
{
	font-size: 9pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #141212;
}


.textttt
{
	font-size:8pt;
	font-family: verdana,Arial,Helvetica, sans-serif;
	color: #000000;
 	
}
a:link.textttt, a:visited.textttt, a:active.textttt { color: #000000; }
a:hover.textttt { color: #047401; background:transparent;text-decoration: underline; }


.tophead
{
	font-size: 8pt;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}


a {
 	TEXT-DECORATION: none
 }
 
 A:Visited  {
 	TEXT-DECORATION: none
 }
 
 A:Active  {
 	TEXT-DECORATION: none
 }
 
 A:Hover  {
 	TEXT-DECORATION: underline;
 	
}
 	