body {
	background-image: url(../images/body.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin:0px;
}
.header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.header1 {
	background-image: url(../images/header1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.contentreapet {
	background-image: url(../images/contentreapet.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.contentarea {
	background-image: url(../images/contentarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer1 {
	background-image: url(../images/footer1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: text-top;
}
.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footerspace {
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 2px;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #010957;
	text-decoration: none;
}
.contenttext, .contenttext TR {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #434A8C;
	text-decoration: none;
}
.contenttext A {
	color: #434A8C;
	text-decoration: none;
	border-bottom: 1px solid #434A8C;
}
.contenttext A:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
}
.menubgbottom {
	background-image: url(../images/menubottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.line {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.butt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #010957;
	text-decoration: none;
}
.button {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #010957;
	text-decoration: none;
	margin-left: 30px;
	padding-left: 25px;
	background: url(../images/arrow.gif) no-repeat left center;
	display: block;
}
.button:hover {
	color: #990033;
	text-decoration: none;
	background: url(../images/arrow1.gif) no-repeat left center;
}
.star {
color: #990000;
}
.seperator {
background: url(../images/footerspace.jpg) no-repeat center top;
width: 1px;
padding-right: 4px;
padding-left: 4px;
height: 14px;
vertical-align: text-top;
}