A,TD,LI, BODY ,P,OL, UL {
	font-family: Times;
	font-size: 16px;
	color: Black;
}
H1{
	font-family: Times;
	font-size: 60px;
	font-weight: bold;
	color: black;
}
H2{
	font-family: Times;
	font-size: 36px;
	font-weight: bold;
	color: black;
}
H3{
	font-family: Times;
	font-size: 24px;
	font-weight: bold;
	color: black;
}
.header{
	font-size: 12px;
	font-weight: bold;
	color: Black;
}
.whitebody{
	font-size: 11px;
	color: White;
}
.bodytext{
	font-size: 12px;
	color: Black;
}
.left_menu{
	font-size: 12px;
	font-weight: bold;
}
.left_sub_menu{
	font-size: 12px;
}
A:ACTIVE {
	color: black;
}
A:HOVER {
	font-weight: bold;
}
.whitebodybold {
	font-size: 12px;
	color: White;
}

body	{
		background-image:url("images/backgrnd.png"); 
		background-repeat:repeat-y;
		

		}
