/* CSS Document */
body {
	background-image:url(../images/bkgd_html.jpg);
	margin: 0;
	padding: 0;
	border: 0;
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	color:#756239;
}

.centerpage {
	text-align:center;
}

.myText{
	font-size:10px;
	line-height:13px;
	text-indent:15px;
}
.myText A:link{color: #756239;text-decoration:underline;}
.myText A:visited{color: #756239;text-decoration:underline;}
.myText A:hover{color: #756239;text-decoration:underline;}


.myTitle{
	font-size:13px;
	line-height:17px;
	margin-bottom:10px;
}
.mySubTitle{
	font-size:12px;
	line-height:17px;
	font-weight:bold;
	margin-bottom:10px;
}
.myBody {
	font-size:12px;
	line-height:16px;
	vertical-align:top;
}
.error {
	font-size:10px;
	color: #FF0000;
}
.norepeat {
	background-repeat:no-repeat;
}
.indent {
	margin-left:80px;
	width:800px;
	height:540px;
	margin-top:30px;
}

.sslbkgd {
	background-image:url(../images/bkgd_html.jpg);
	background-repeat:no-repeat;
}