body {
	font-size: x-small;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	line-height: 120%;
	font-variant: normal;
}
a {
	color: #0066FF;
	text-decoration:none;
}

.style1 {font-size: medium}
a:visited {
	color: #9933CC;
}
a:hover {
	color: #FF0000;
}
a {
	font-weight: bold;
}
.style2 {
	font-size: 9px
}
img {border:none}

/* HIDDEN - move things right off the top of the page - only useful to screen readers */
.hidden {
  position: absolute;
  top: -10000px;
  left: 0;
}

.separate {
  margin-top:10px;border-top:1px solid black;padding-top:10px
}
/* error_field - used in form to highlight missing values */
.error_field {background-color:#d0d0d0}
.error_message {display:none}

#pagewrap {
	width:600px;
	border:1px none black;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	position: absolute;
	padding-right: 0px;
	padding-left: 10px;
}
#content {
	width:595px;
	height:500px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 10px;
}
html>body #content {height:auto;min-height:500px;}

h1, h2, h3 {
	color:#0066FF
}
th {text-align:left}

link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #0066FF;
	text-decoration: none;
}
