a.bodyblack:link{color: #007B52;text-decoration : none;}
a.bodyblack:visited{color: #007B52;	text-decoration : none;}
a.bodyblack:hover{color: #007B52;text-decoration : underline;}

a.bodyunderline:link{color: #000000;text-decoration : underline;}
a.bodyunderline:visited{color: #000000;	text-decoration : underline}
a.bodyunderline:hover{color: #007B52;text-decoration : underline;}

a.heading:link{	color: #007B52;	text-decoration : none;}
a.heading:visited{color: #007B52;text-decoration : none;}
a.heading:hover{color: #007B52;	text-decoration : underline;}

a.thirdnavbody:link{color:black; font-weight:normal; text-decoration:none;}
a.thirdnavbody:visited{color:black; font-weight:normal; text-decoration:none;}
a.thirdnavbody:hover{color:#007B52; font-weight:normal; text-decoration:none;}

a.footer:link{color: #007B52;text-decoration : none;}
a.footer:visited{color: #007B52;	text-decoration : none;}
a.footer:hover{color: #007B52;text-decoration : underline;}

.bodyblack{	font-family :  Arial,Helvetica;	font-size : 12px;color : Black;}

.strongblack{
	font-family : Arial,Helvetica;
	font-size : 14px;
	color : Black;
	font-weight : bolder;
}

.blackheading{
	font-family : Arial,Helvetica;
	font-size : 16px;
	color : Black;
	font-weight : bolder;
	letter-spacing : 3px;
}

.bodyunderline{	font-family :  Arial,Helvetica;	font-size : 12px;color : Black;}

.bodysmallgrey
{
	font-size: 11px;
	color: dimgray;
	font-family: Arial,Helvetica;
}

.footer{
	font-size: 11px;
	color: #666666;
	line-height: 11px;
	font-family: Arial,Helvetica;
	text-decoration: none;
}

.heading{
	font-family:  Arial,Helvetica;
	font-size: 13px;
	color: Black;
	font-weight: bolder;
}

.sectionheading{
	font-family:  Arial,Helvetica;
	font-size: 15px;
	color: #007B52;
	font-weight: bolder;
}

.instructionred {
	font-size: 11px;
	color: #990000;
	line-height: 15px;
	font-family: Arial,Helvetica;
	text-decoration: none;
}

.bodyred {
	font-size: 12px;
	color: #990000;
	line-height: 12px;
	font-family: Arial,Helvetica;
	text-decoration: none;
}

.errorred {
	font-size: 12px;
	color: #990000;
	line-height: 12px;
	font-family: Arial,Helvetica;
	text-decoration: none;
}
.rederror
{
	font-size: 12px;
	color: #990000;
	line-height: 12px;
	font-family: Arial,Helvetica;
	text-decoration: none;
	
}

.redstar {
	font-size: 18px;
	color: #990000;
	line-height: 12px;
	font-family: Arial,Helvetica;
	text-decoration: none;
}

.thirdnavbody {
	font-family: Arial;
	font-size: 11px;
	color: black;
	font-weight: normal;
	text-decoration:none;
}

.thirdnavtd {
	background : #E9EAEA;
	text-align : left;
}

.thirdnavtdactive {
	background : #D1DFDB;
	text-align : left;
}

.lookuptable {
	background: #E9EAEA;
	border: 1px Black;
}

.reporttable{
	background: #E9EAEA;
	font-family : Arial,Helvetica;
	font-size : 12px;
	color : Black;
	border : 1px Black;
}

.results1{
	background: #E9EAEA;
	font-family : Arial,Helvetica;
	font-size : 12px;
	color : Black;
	border : 1px Black;
}

.results2{
	background: #D1DFDB;
	font-family : Arial,Helvetica;
	font-size : 12px;
	color : Black;
	border : 1px Black;
}

/*reportheader and reportvalue are used in companyinfo page */
.reportheader 
{
	font-size : 12px;
	color : #007B52;
	font-weight: bolder;
}

/* used in companyinfo page for field values */
.reportvalue
{
	font-size: 12px;
	color : #334422;
	font-weight: 400;
	margin-left: 5px;
	background-color: #f9fefe;
}

/*
used in the co_lookup.aspx for the company listing
*/
a.co_list
{
	text-decoration: none;
	color: #007B52;
	font-size: 12px;
}

/*
used in the co_lookup.aspx for the company listing
*/
a.co_list_incompleted
{
	text-decoration: none;
	color: #7B2211;
	font-size: 12px;
}

/* used in the co_lookup.aspx for the company listing links
when mouse over 
*/
a:hover.co_list
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* used in the co_lookup.aspx for the company listing links
when mouse over 
*/
a:hover.co_list_incompleted
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* used in the pages for the backtotop links
*/
a:visited.backtotop
{
	text-decoration: none;
	color: #007B52;
	font-size: 10px;
}

/* used for the backtotop button
	when mouse over
*/
a:hover.backtotop
{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/*
used in the company_Info.aspx for the company details
*/
.comp_info
{
	text-decoration: underline;
	color: #007B52;
	font-size: 12px;
}
a:hover.comp_info
{
	font-weight: bold;
}