hr {
	background-color:#D3D3D3;
	color:#D3D3D3; 
	height:2px; 
	text-align:center; 
	border:0px;
}

body {
	background-color:#FFFFFF;
	color:#000000;
}

.body_main {
	margin-left: 50px; 
	margin-right: 50px;
}

.mainheader {
	border-bottom: 1px; 
	border-bottom-color: #C0C0C0; 
	border-bottom-style: solid; 
	height: 60px;
}

.logoframe {
	position: absolute; 
	top: 10px; 
	left: 20px;
}

.toplinkframe {
	position: absolute; 
	font-size: 1.2em; 
	top: 36px; 
	right: 20px
}

.toplinkbox {
	text-align: center; 
	vertical-align:middle; 
	float: right; 
	margin-left: 5px;
}

a.toplink:link, a.toplink:hover, a.toplink:visited, a.toplink:active { 
	text-decoration: none;
	background-color: #E9E9E9;
	color: #000000;
	display: block;
	width:120px;
	font-style: italic;
}

a.toplink:hover {
	background-color: #D0D0D0;
}

.noborder {
	border-width: 0px;
	border-style: none;
}

