body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	color: #000000;*/
}

a {
	color: #0060AA;
	text-decoration: underline;
}
a:hover {
	color: #f68014;
	text-decoration: none;
}
.caps {
	text-transform: uppercase;
}
.content-bg {
	background-image: url(../images/content-bg.jpg);
	background-repeat: no-repeat;
	padding-right: 26px;
	padding-bottom: 26px;
	padding-top:20px;
}
.footer {
	font-size: 11px;
	color: #999999;
}
.footer a {
	color: #999999;
}
.footer a:hover {
	color: #666666;
}
.eleven {
	font-size: 11px;
}
.home-button {
	height: 24px;
	border: 1px solid #ededed;
	background-color: #ffffff;
}
.header {
	font-size: 13px;
	color: #153a8a;
	font-weight: bold;
}
.heading {
	color: #0060AA;
	font-weight: bold;
	font-size: 14px;
}
.sub-heading {
	color: #F68014;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border-bottom: 1px solid #ededed;
}
.text-button {
	background-color: #0060AA;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
