body { 
	color: #006; 
	font-size: 75%; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	link: hover 
}
p { 
	color: #006; 
	font-size: 100%; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	link: hover;
	text-decoration:none;

}

table { 
	color: #006; 
	font-size: 100%; 
	line-height: 15px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	link: hover;
	
}

a:link {
	color:#000066;
	text-decoration: none;
}
	
a:visited {
	color:#000066;
	text-decoration: none;

}

a:active {
	color:#FF0000;
	text-decoration: none;
}
a:hover	{
	color:#FF0000;
	text-decoration: none;}
#topbar {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 900px;
	height: 144px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
	background-color: #ffffff;
}

#leftbox {
	position: absolute;
	width: 430px;
	height:350px;
	top: 70px;
	left: 10px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

#rightboxtop {
	position: absolute;
	width: 410px;
	height: 125px;
	top: 70px;
	left: 440px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

#rightboxbottom {
	position: absolute;
	width: 410px;
	height: 125px;
	top: 305px;
	left: 440px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

#menu {
	position: absolute;
	width: 220px;
	top: 190px;
	left: 10px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
	text-decoration:none;
}

#content {
	position: absolute;
	top: 190px;
	left: 250px;
	padding: 10px;
	width: 600px;
	overflow: visible;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 100%;
}

h1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 180%;
	font-size: 140%;

}

h2 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 160%;
	font-size: 180%;
	color: #999999;
}

h3 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	line-height: 140%;
	font-size: 140%;
	color: #999999;
}

.on {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #FF0000;
}
