body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
div#container {
	position:absolute;
	left:0px;
	top:0px;
	width: 940px;
	min-height: 100%;
	background-color:#FFCCCC;
}
div#header {
	float:left;
	width: 940px;
	height: 90px;
	background-color: #FFFFFF;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
div#header img {
	border: 0px; 
	width: 297px;
	height: 68px;
	float: left;
	margin-top: 13px;
	margin-left: 5px;
	margin-right: 15px;
}
div#header .bannertext {
	float: left;
	margin-top: 34px;
	font-size: 25px;
	font-weight: bold;
}
div#navigation {
	float:left;
	clear:left;
	width: 130px;
	padding-top: 20px;
	padding-left: 15px;
}
div#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#navigation a {
	font-size:16px;
	text-decoration: none;
	display: block;
	width: 100px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #AAAAAA;
	border: outset 3px silver;
	color: #000000;
}
div#navigation a:hover {
	border: inset 3px silver;
}
div#contents {
	background-color: #FFFFFF;
	float:left; 
	width: 765px;
	padding: 15px;
	min-height:800px;
	font-size:0.9em;
}
p {
	font-size:1em;
	margin-top:0;
	margin-bottom:0.6em
}
h1 {
	font-size:1.5em;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-top:0.5em;
	margin-bottom:0.5em;
}
h3 {
	font-size: .9em;
	font-weight: bold;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
img { border-style:none; }
td {
	font-size: .9em;
}
th {
	font-size: .9em;
	text-align:left;
}
form {
	margin: 0px;
}
fieldset {
	padding:10px;
}
legend {
	font-size:.9em;
	color:#999999;
	padding:0.5em;
}
label { 
	margin-right:5px; 
}
input, select, textarea {
	font-family:inherit; font-size:inherit; margin:1px; padding:1px; 
}
textarea {
	padding:3px;
}
input.number {
	text-align:right; width:3em;
}
input#email {
	width:15em;
}
input#password {
	width:9em;
}
input.button {
	padding:2px;
}
a.linkbutton {
	text-decoration: none;
	text-align: left;
	display: inline-block;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #AAAAAA;
	border: 3px outset;
	color: #000000;
	width: 100px;
	font-size: 12px;
}
a.linkbutton:hover {
	border: 3px inset;
}
a.rowbutton {
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
	background-color: #AAAAAA;
	border: 3px outset;
	color: #000000;
	width: 60px;
	font-size: 11px;
}
a.rowbutton:hover {
	border: 3px inset;
}
.star {
	color: #FF0000;
	text-align: left;
	font-weight: bold;
}
.small {
	font-size: 80%;
}
.GoldThread {
	color: #FF9900;
}
div.error_message { 
	padding:10px; 
	margin-top:10px; 
	border-style:solid; 
	border-width:2px; 
	border-color:#FF0000; 
	background-color: #FFFFFF; 
	color:#FF0000; 
	font-size:12px; 
}
div.tip { 
	position:absolute; 
	visibility:hidden; 
	background-color:#FFFF99; 
	width:300px; 
	padding:5px; 
	border:solid 1px #000000; 
	font-size:12px; 
}
.field_required { color:#FF0000; font-weight:bold; }
