body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
.header {
	background-image:  url("images/main/bkg.gif");
	width: 720px;
}
.form {
	margin-top: 0; margin-bottom: 0;
}
a:link {
	color: #603;
	text-decoration: underline;
}
a:visited {
	color: #300;
}
a:hover {
	color: #C39;
}
a:active {
	color: #C39;
}
#nv {
	width:695px;
	height:60px;
	background-color: #369;
}
#nav {
	position:absolute;
	width:710px;
	top:60px;
	color: #FF0;
	background-color: #369;
	text-align: right;
	word-spacing: 5px;
	padding: 0px 10px 0px 0px;
	visibility: visible;
	height: 24px;
	left: 0px;
}
#nav a:link {
	color: #FF0;
	text-decoration: none;
}
#nav a:visited {
	color: #990;
}
#nav a:hover {
	color: #FF9;
}
#nav a:active {
	color: #CC0;
}
.menu .options {
		margin-right:1px;
		margin-bottom:1px;
		border:1px solid #369;
		background-color:#FFC;
}
.menu a {
		color:#336699;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:transparent;
}
.menu a:hover {
		background-color:#369;
		color:#FFFFCC;
}
#footer {
	font-size: 9px;
	padding-top: 10px;
	/*/*/font-size: 75%; /* */
}
#mainContent {
	width: 480px;
	vertical-align: top;
	font-size: 100%;
}
#right {
	width: 240px;
	vertical-align: top;
	/*/*/font-size: 85%; /* */
}
#submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0;
	background-color: #369;
}
#field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFF;
}
div.row {
  clear: both;
  padding-top: 10px;
}
div.row span.label {
	width: 450px;
	text-align: right;
	margin-left: 10px;
}
div.row span.formw {
	text-align: left;
	width: 450px;
	text-indent: 30pt;
} 
select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CFF;
}
td p {margin-top: 0px; margin-bottom: 0px;}