body {
	margin:0;
	padding:0;
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	background-color: #F5F5F5;
}
.rightbg {
	background-image: url(right.png);
	background-repeat: repeat-y;
}
.leftbg {
	background-image: url(left.png);
	background-repeat: repeat-y;
}
.maintable {
	background-image: url(lightgraymarblebackground.jpg);
	}
a {
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00CC00;
		text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}

.topmenu {
	background-image: url(navblue50.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topmenu a {
	font-size: 10px;
	font-weight: bold;
}
.topmenu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.topmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.topmenu a:hover {
	text-decoration: none;
	color: #FF9900;
}
.submenu {
	font-size: 11px;
	font-weight: bold;
}
.submenutab {
	border: 1px solid #818181;
}
.submenu a{
			text-decoration: none;
	font-weight: bold;
}
.submenu a:link {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
.submenu a:visited {
	text-decoration: none;
	color: #0000FF;
	
}
.submenu a:hover {
	color: #00CC00;
		text-decoration: none;
}
.submenu a:active {
	text-decoration: none;
	color: #0000FF;
}
.foot {
	font-size: 11px;
	
}.tabbot {
	background-image: url(bottom.png);
	background-repeat: repeat-x;
}
.botl {
	background-image: url(bottoml.png);
}
.botr {
	background-image: url(bottomr.png);
}
