@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #535353;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.border-r {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
	text-align: justify;
}

.imagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #dfb228;
}
.heading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #535353;
}
.heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0070ca;
}
.color {
	color: #0070ca;
}
.menulinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menulinks a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menulinks a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menulinks a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.border-r2 {

	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5c5a9c;
}
.white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 10px;
}
.borderb {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
