.cc_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #333333;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: 6F757D;
}.bluebodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: 6789AC;
	font-style: italic;
}
.bluehdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: 6789ac;
}
.greyhdrs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: 333333;
}
a:hover	{
		text-decoration:underline;
		}
a		{
		text-decoration:none;
		}
input, textarea, select, radio, option 
		{
		font-size: 10px;
		color : #000000;
		font: normal Arial, Verdana, Helvetica, sans-serif;
		border-color : #6F757D; border-style: solid; border-width: 1px;
		text-indent : 2px;
		}

input.noborder
		{
		font-size: 10px;
		border-color : #6F757D; border-style: solid; border-width: 0px;
		}
input.button
		{
		font-size: 10px;
		border-width: 0px;
		}