body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background-color: #FFFFFF;
	overflow: auto;
}

body, th, td, p, input, select, div, ol {
	font-family: georgia, times new roman, arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.toptable {
	vertical-align: middle;
	text-align: center;
}

div.container {
	position: relative;
	text-align: left;
	background-color: #FFFFCD;
	width: 750px;
	height: 550px;
	z-index: 1;
	border-style: solid;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	margin-left: auto;
	margin-right: auto;
}

div.menubg {
	position: absolute;
	top: 73px;
	left: 0px;
	height: 22px;
	width: 750px;
	z-index: 10;
}

div.menuln {
	position: absolute;
	top: 73px;
	left: 0px;
	height: 22px;
	width: 750px;
	z-index: 20;
}

div.logo {
	position: absolute;
	top: 10px;
	left: 631px;
	height: 144px;
	width: 119px;
	z-index: 100;
}

div.content {
	position: relative;
	width: 356px;
	margin: 40px 10px 0px 10px;
}


a:link,
a:visited {
	color: #0303FF;
	text-decoration: none;
}

a:active,
a:hover  { 
	color: #0303FF; 
	text-decoration: underline; 
}
