a.clsFooterLink{	
	color: #B00000;
}
a.clsFooterLink:link {
	text-decoration: none;
}
a.clsFooterLink:visited {
	text-decoration: none;
}
a.clsFooterLink:hover {
	text-decoration: underline;
	color: White;
}
a.clsFooterLink:active {
	text-decoration: none;
}

.clsPrimaryBoxBorder{
	background-color: White;
	border-bottom-style: solid;
	border-bottom-width: 1px;	
	border-left-style: solid;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
}

.clsMainTable{
	border-bottom-width: 0px;
	border-bottom-color: Black;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: Black;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: Black;
	border-top-style: solid;
	border-top-width: 0px;
	border-top-color: Black;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;	
	
}