/* CSS Document */

body,td,th {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFF99;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat;
}

.buttons a{
	color:#ffffff;
	text-decoration:none;
}
.buttons a:visited{
	color:#ffffff;
	text-decoration:none;
}
.buttons a:hover{
	color:#AE4A01;
	text-decoration:none;
}

.buttons_selected a{
	color:#AE4A01;
	text-decoration:none;
}
.buttons_selected a:visited{
	color:#AE4A01;
	text-decoration:none;
}

.main_body{
	background-image:url(images/main_body_bg.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
}

.text_heading{
	font-size:17px;
	color:#AE4A01;
	font-weight:bold;
	font-family:"Arial Narrow";
}

.footer{
	text-align:right;
	color:#FFFFFF;
	font-size:10px;
}

divimg {
	width: 500px;
	 align-items:center;
}