body {
	background-image: url(images/bg.jpg);
	padding-top: 0px;
   color: #000000;
   font-family: arial, tahoma;
   font-size: 14px;}

td {
   color: #000000;
   font-family: arial, tahoma;
   font-size: 14px;}
	
a:link {
	color: #FF0000;
	text-decoration: underline;}

a:visited {
	color: #FF0000;
	text-decoration: underline;}

a:active {
	color: #FF9933;
	text-decoration: none;}

a:hover {
	color: #FF9933;
	text-decoration: none;}

.navbar {
	background-color: #FF9933;
	vertical-align: top;
}

.leftnav {
	font-family: arial, tahoma;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	padding-top: 15px;
	padding-right: 7px;
	padding-left: 14px;
}

.leftnav a:link {
	color: #000000;
	text-decoration: none;}

.leftnav a:visited {
	color: #000000;
	text-decoration: none;}

.leftnav a:active {
	color: #FF0000;
	text-decoration: underline;}

.leftnav a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.contentarea {
	background-color: #FFFF99;
	vertical-align: top;
}

.content {
	font-family: arial, tahoma;
	font-size: 15px;
	color: #000000;
	text-align: left;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}

.footer {
	font-family: arial, tahoma;
	font-size: 10px;
	color: #000000;
	text-align: center;
}

