.printFramer {
	background-color : #212121;
	border-color : Red;
	border-left-width : 1px;
	border-bottom-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	padding-bottom : 20px;
	padding-top : 20px;
}

.titlebar {
	padding-left : 10px;
}
.blackHead {
	font-family: Verdana;
	font-size: 15px;
	font-style: normal;
	color: #000000;
}
.body {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	color: #000000;
}
.bodyW {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	color: #ffffff;
}
.bodyExtra {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: normal;
	color: #e7e7e7;
	text-align:right;
}
.lBody {
	font-family: Verdana, Helvetica;
	font-size: 15px;
	font-style: bold;
	color: red;
}

.legalshit {
	font-family: Arial, Helvetica;
	font-size: 10px;
	color: #000000;
}
.body-small {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #262626;
}
.small-white {
	font-family: Arial, Helvetica;
	font-size: 11px;
	color: #ffffff;
}
.formbutton {
	font-family: Verdana, Helvetica;
	font-size: 9.5px;
	font-style: normal;
	text-decoration: none;
	color: #01165c;
}
.formbox {
	font-family: Verdana, Helvetica;
	font-size: 10.5px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	background-color: #D2FED2;
}
.formbox2 {
	font-family: Verdana, Helvetica;
	font-size: 10.5px;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	background-color: #D2FED2;
	border: 1px solid #e7e7e7
}

.caption {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	color: Black;
}

.listing {
	font-family: Arial, Helvetica;
	font-size: 10px;
	font-style: normal;
	color: Black;
	padding:5px 0px 20px 0px;
	
}

.printTag {
	font-family: Arial, Helvetica;
	font-size: 13px;
	font-style: bold;
	color: Black;
}
A:link {
	text-decoration: underline;
	color: Red;
}
A:visited {
	text-decoration: none;
	color: Black;
}
A:active {
	text-decoration: underline;
	color: Olive;
}
A:hover {
	text-decoration: underline;
	color: black;
}
