body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body.alternate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #EFF1F1;
	margin: 0px;
	padding: 0px;
}

.white10 {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.white10 {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.white10:link {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.white10:active {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
a.white10:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: underline;
}

.lightgrey10 {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.lightgrey10 {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.lightgrey10:link {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.lightgrey10:active {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
a.lightgrey10:hover {
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: underline;
}

#divmain_content {
	position:relative;
	width:440px;
	text-align:left;
}

#divtxt_column {
	position:relative;
  float: left;
  width: 400px;
	padding:0 0 0 15px;
}

.formheader {
  margin: 20px 0px 0px 0px;
}

label {
  display: block;
  margin: 15px 0px 5px 0px;
}

#divtxt_column input {
  width: 250px;
}

#divtxt_column textarea {
  width: 250px;
  height: 80px;
}

#divtxt_column select {
  width: 250px;
}

#divtxt_column input.submit {
  width: 50px;
  display: block;
  margin-top: 10px;
}

.bodytxt {
	font-size:12px;
	line-height:15px;
	color:#000000;
}
.smlbodytxt {
	font-size:12px;
	line-height:15px;
	color:#FE0000;
}