@charset "utf-8";
/* CSS Document */

.HeaderBg {
	background-image: url(Images/HeaderBg.jpg);
	background-repeat: repeat-x;
	height: 71px;
}
.NavigationBg {
	background-image: url(Images/NavigationBg.jpg);
	background-repeat: repeat-x;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1a0ca0;
}
.boxLeftBg {
	background-image: url(Images/BoxLeftBg.jpg);
	background-repeat: repeat-y;
	width: 24px;
}
.boxRightBg {
	background-image: url(Images/BoxRightBg.jpg);
	background-repeat: repeat-y;
	width: 30px;
}
.FooterBg {

	background-image: url(Images/FooterBg.jpg);
	background-repeat: repeat-x;
	height: 50px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin:0px;
}
.headingText {
	font-size: 13px;
	font-weight: bold;
	text-indent: 5px;
}
p {
	text-align: justify;
}
a:link, a:active, a:visited  {
	font-size: 13px;
	color: #1a0ca0;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-size: 13px;
	color: #ff7200;
	font-weight: bold;
	text-decoration: underline;
}
a.lnk, a.lnk:active, a.lnk:visited 
{
	font-size: 12px;
	color: #ff7200;
}
a.lnk:hover
{
	font-size: 12px;
	color: #1a0ca0;
	text-decoration: underline;
}
