body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
}
.heading {
	font-size: 14px;
	font-weight: bold;
	color: #ef0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}


td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #0061b7;
	text-decoration: none;
}
a:hover {
	color: #0061b7;
	text-decoration: underline;
}
.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.top {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 11px;
}
.eleven 
{
	font-size:11px;
}
	

.page-bg {
	background-image: url(../images/page-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding:20px;
}
.top-nav {
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}
a.top-nav:hover {
	color: #0061b7;
}
.red {
	color: #ef0000;
}
.blue {
	color: #0061b7;
}
.eleven {
	font-size: 11px;
}
.text-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
}
.text-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0061b7;
	border: 1px solid #0061b7;
}
