.styles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.mainbdr {
	border: 1px solid #CCCCCC;
}
.links {
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FD2243;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.more {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #CC3300;
}
.bottombdr {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}
