@charset "utf-8";
/* CSS Document */
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #878787;
	margin: 0px;
	background-image: url(pagebg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: left top;
}
.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	color: #275c8d;
}
a.mainlinks:link {
	color: #275c8d;
	text-decoration: none;
}
a.mainlinks:visited {
	color: #275c8d;
	text-decoration: none;
}
a.mainlinks:hover {
	color: #000;
	text-decoration: none;
}
.topmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	text-transform: capitalize;
	padding: 2px;
}
a.topmenu:link {
	color: #fff;
	text-decoration: none;
}
a.topmenu:visited {
	color: #fff;
	text-decoration: none;
}
a.topmenu:hover {
	color: #afe900;
	text-decoration: none;
}
.normaltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #777;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	color: #0979bb;
	text-transform:capitalize;
	text-decoration: none;
	font-weight: 400;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #0979bb;
	text-transform:capitalize;
	font-weight: normal;
	text-decoration: none;
	font-weight: 400;
}
a.heading2:link {
	color: #0979bb;
	text-decoration: none;
}
a.heading2:visited {
	color: #0979bb;
	text-decoration: none;
}
a.heading2:selected {
	color: #0979bb;
	text-decoration: bold;
}
a.heading2:hover {
	color: #82b600;
	text-decoration: none;
}
.subheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	font-weight: 550;
	text-transform: capitalize;
}
.bluenormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #257595;
	line-height: 12px;
	word-spacing: 1px;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-transform: capitalize;
	color: #82b600;
	text-decoration: none;
	font-weight: bold;
}
a.more:link {
	color: #82b600;
	text-decoration: none;
}
a.more:visited {
	color: #82b600;
	text-decoration: none;
}
a.more:hover {
	color: #0979bb;
	text-decoration: none;
}
.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: capitalize;
	color: #999;
	font-weight: bold;
	text-decoration: none;
}
a.bottomlinks:link {
	color: #999;
	text-decoration: none;
}
a.bottomlinks:visited {
	color: #999;
	text-decoration: none;
}
a.bottomlinks:hover {
	color: #0979bb;
	text-decoration: none;
}