body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;

}
.top_links TABLE {
	width: 750px;
}
.top_links TD {
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
	padding-bottom: 5px;
}

.top_links A {
	color: #005B00;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}
.top_links A:hover {
	color: #339966;
}

.main_body {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 35px;
	width: 750px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.cell_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

.picture_label {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

.main_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
	text-align: center;
	padding-bottom: 10px;
}
.main_title_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: small-caps;
	color: #006600;
	text-align: center;
}

.sub_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* color: #99CCFF; */
	color: #006600;
	border-bottom: 1px dotted #999999;
	width: 100%;
}
.sub_body {
	padding-left:25px;
}
A {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
A:hover {
	color: #006600;
}
.left_area {
	height: 200px;
}
.left_body {
	padding-left: 25px;
	padding-right: 30px;
}

.footer_links {
	padding: 5px;
	font-size: 10px;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}
.footer_copyright {
	font-size: 10px;
	padding-top: 10px;
}
.img_fade {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1,overlap=1.0);
}
.left_login {
	font-size: 10px;
	height: 12px;
	width: 100px;
}	

#header_sentences {
	filter:progid:DXImageTransform.Microsoft.Fade(duration=1,overlap=1.0);
	width: 100%;
	height: 50px;
	font-size: 12px;
	font-style: italic;
	padding: 10px 10px 10px 15px;
	text-align: left;
	padding: 
}

/****************** Form Styles **********************/
.FormBox {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	background-color: #CCCCCC;
	padding: 10px;
}
.FormTabOn {
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	text-align: center;
}
.FormTabOff {
	border: 1px solid black;
	background-color: black;
	padding: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.FormTabOff A {
	color: white;
	text-decoration:none;
}
.FormTabOff A:hover {
	color: white;
	text-decoration:underline;
}

.FormTabSpacer {
	border-bottom: 1px solid black;
}

.FormTitle {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid black;
}
.FormDescription {
	padding-left: 2px;
	padding-bottom: 10px;
}
.FormSolution {
	padding-left: 2px;
	padding-bottom: 10px;
	font-style: italic;
}
.FormLine {
	border-bottom: 1px dotted black;
	padding-bottom: 5px;
	font-size: 5px;
}
.FormItemTitle {
	width: 50%;
	text-align: right;
	font-weight: bold;
	padding-bottom:10px;
}
.FormItem, .FormItem2, .FormItem3 {
	width: 45%;
	text-align: left;
	vertical-align: top;
	padding-bottom:10px;
}
.FormItem2 {
	text-align: right;
}
.FormItem3 {
	width: 22%;
}
.FormSpacer {
	width: 5%;
}
.FormTabError {
	text-align: center;
	color: red;
	font-weight: bold;
}
.FormError {
	font-size: 80%;
	color: red;
	font-weight: normal;
}
.photos {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
