body {
	background-color: #333333;
	background-image:url(images/bgr.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center top;
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
}

.normaltext {
	font-family: Verdana;
	font-size: 12px;
	text-decoration: none;
	color:#000000;
	}

a:link, a:visited, a:active {
	color: #990000;
	text-decoration: none;
}

a:hover {
	color: #990000;
	text-decoration: underline;
}

.mainbg {
	background-image: url(images/mainbgr.png);
	background-repeat: repeat-y;
	background-position: center;
}
.border {
	border: 1px dashed #6699CC;

}
.bodytext {

	font-family: Tahoma;
	font-size: 14px;
	color: #000000;
}
.bodytext-red-18 {
	font-family: Tahoma;
	font-size: 18px;
	color: #CC0000;
}
.bodytext-blue-18 {

	font-family: Tahoma;
	font-size: 18px;
	color: #365CAA;
}
.text-dotted-border {
	font-family: Tahoma;
	font-size: 18px;
	color: #0066CC;
	background-color: #C2E9EF;
	border: 1px dashed #006699;
}
.bodytext-red {


	font-family: Tahoma;
	font-size: 11px;
	color: #CC0000;
}

.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 106px;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

.sidemenu {
	font-family: Verdana;
	font-size: 10px;
	line-height: 25px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 25px;
	width: 140px;
	padding-bottom: 5px;
	background-image: url(images/side1.jpg);
	background-repeat: no-repeat;
}

.sidemenu a:link, .sidemenu a:visited, .sidemenu a:active {
color: #FFFFFF;
	text-decoration: none;
}

.sidemenu a:hover {
color: #000000;
	text-decoration: none;
		background-image: url(images/side2.jpg);
	background-repeat: no-repeat;
	display:block;
}

