body{
	background-color:#FFFFFF;
	padding:0px;
	margin:0px;
	background-image:url(images/bg.jpg);
	background-position:top;
	background-repeat:repeat;
}

.bg{
	background-image:url(images/bg1.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:247px;
}

.leftbg{
	background-image:url(images/left.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.rightbg{
	background-image:url(images/right.jpg);
	background-position:top;
	background-repeat:repeat-y;
}

.menubg{
	background-image:url(images/menubg.jpg);
	background-repeat:repeat-x;
	height:38px;
}

.bodytext{
	font:12px Arial;
	color:#dde7ff;
	text-decoration:none;
	text-align:justify;
	line-height:16px;
}

.h2{
	font:18px Trebuchet MS;
	color:#6cda00;
	text-decoration:bold;
	text-align:left;
	line-height:30px;
	text-transform:uppercase;
}

.bodytext a:link{
	color:#dde7ff;
	text-decoration:underline;
}

.bodytext a:visited{
	color:#dde7ff;
	text-decoration:underline;
}

.bodytext a:hover{
	color:#dde7ff;
	text-decoration:none;
}

.tick{
	padding-top:0px;
	margin-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
	list-style-image:url(images/tick.jpg);
	text-align:left;
}

.footer{
	background-image:url(images/footer.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:70px;
	font:11px Trebuchet MS;
	color:#dde7ff;
	text-decoration:none;
	background-color:#001e40;
}

.footer a:link{
	color:#dde7ff;
	text-decoration:none;
}

.footer a:visited{
	color:#dde7ff;
	text-decoration:none;
}

.footer a:hover{
	color:#dde7ff;
	text-decoration:underline;
}