@charset "ISO-8859-1";

#wrapper {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	background-color:#ffffff;
}
#innerpage {
	width: 825px;
	height: 400px;
	margin-left: -413px;
	position: absolute;
	top: -200px;
	left: 50%;
	background-color:#ffffff;
	background-image:url(../graphics/bg-825x400.png)
}
#header {
	position:absolute;
	width:185px;
	height:21px;
	margin-top:38px;
	margin-left:580px;
    font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#0f1590;
	text-align:right;
}
#menu {
	position:absolute;
	width: 400px;
	height: 10px;
	margin-top:40px;
	margin-left:125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:left;
}
#main {
	position:absolute;
	width: 450px;
	height: 285px;
	margin-top:75px;
	margin-left:125px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#0f1590;
	text-align:justify;
}
#imageholder {
	position:absolute;
	width: 220px;
	height: 275px;
	margin-top:80px;
	margin-left:582px;
}
body {
	margin-top:0px;
	margin-left:0px;
	margin-bottom:10px;
	background-color:#ffffff;
}
A:link {
	text-decoration:underline;
	color:#0f1590;	
}
A:visited {
	text-decoration:underline;
	color:#0f1590;
}
A:active {
	text-decoration:underline;
	color:#0f1590;
}
A:hover {
	text-decoration:none;
	color:#0f1590;
}
A.menu:link {
	text-decoration:none;
	font-weight:bold;
	color:#0f1590;
}
A.menu:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0f1590;
}
A.menu:active {
	text-decoration:none;
	font-weight:bold;
	color:#0f1590;
}
A.menu:hover {
	text-decoration:none;
	font-weight:bold;
	color:#666666;
}
table {
	text-align:left;
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	color: #0f1590;
	background-color: #ffffff;
	border:none;
	border-collapse:collapse;
	border-spacing: 0px;
}
select {
    width: 128px;
    font-size: 10px;
    background-color: #EEEEEE;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;    
    margin-bottom: 0px;
}
li.nfb {
	padding-left:2pt;
}
ul.nfb {
	padding-left:100pt;
}
input.text {
	background-color:#faeff7;
	text-align:left;
	font-family: Arial;
	font-weight:normal;
	font-size: 12px;
	color:#a81d85;
	border-color:#a81d85;
	border-width:1px;
}
.button {
    color:#000000;
    float:left;
    font:normal;
	font-size:13px;
	font-family:arial;
    height:21px;
	width:122px;
    text-decoration:none;
}
.button:hover {
    color:#888888;
	float:left;
    font:normal;
	font-size:13px;
	font-family:arial;
    height:21px;
	width:122px;
    text-decoration:none;
}
select {
    width: 120px;
    font-size: 11px;
    background-color: #eeeeee;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;    
    margin-bottom: 0px;
}