.borderleft {
	background-image: url(imgs/broderleft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.borderright {
	background-image: url(imgs/borderright.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bgleft {
	background-image: url(imgs/bgleft.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgright {
	background-image: url(imgs/bgright.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.navbg {
	background-image: url(imgs/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.main {
	background-color: #f3f7f9;
	background-image: url(imgs/mainbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #112C4D;
	text-align: justify;
	text-indent: 5pt;
	list-style-image: url(imgs/list.gif);
	list-style-position: outside;
}
.footer {
	background-color: #f3f7f9;
	background-repeat: repeat-x;
	background-image: url(imgs/footerbg.gif);
}
.Footerleft {
	background-color: #FFFFFF;
	background-image: url(imgs/footer-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.Footerright {
	background-color: #FFFFFF;
	background-image: url(imgs/footer-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #112C4D;
	list-style-image: url(imgs/list.gif);
}
.headline {
	color: #215696;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0px;
	list-style-image: url(imgs/list.gif);
}
a:link {
	color: #2B5ED5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #6C8FE1;
}
a:hover {
	text-decoration: underline;
	color: #215696;
}
a:active {
	text-decoration: none;
	color: #215696;
}

