body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a {
	font-size: 14px;
	color: #006699;
}
a:visited {
	color: #006699;
}
a:hover {
	color: #CC3300;
}
a:active {
	color: #006699;
}
.border {
	border: 1px solid #006699;
}
body {
	margin-top: 0px;
	margin-bottom: 0px;
}

.heading {
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	color: #4E6594;
}
.headingleft {
	font-size: 20px;
	font-weight: bold;
	text-align:left;
	color: #4E6594;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E6594;
	text-align:center;
	line-height:1.3;
}
.subheadingleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4E6594;
	text-align:justify;
	line-height:1.3;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:  #4E6594;
}
.heading_dark {
	color: #283E4F;
	font-size: 14px;
}
.white_text {
	font-size: 11px;
	color: #FFFFFF;
}
.black_text {
	font-size: 11px;
	color: #000000;
}

.topbanner_bg {
	background-color: #F2F2F2;
	background-image: url(images/topbanner.jpg);
	background-repeat: no-repeat;
}
.greyborder {
	border: 1px solid #CCCCCC;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6699CC;
	border: 1px solid #528BC5;
}
