.bodyback {
	background-attachment: fixed;
	background-repeat: repeat-y;
	background-image:url(../images/bodyback.gif);
	background-position: center top;
	color: #000033;
	padding: 10 px;

}
table, body, p, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	text-align: left;
	color: #000;
	background-color: #FFF;
}
.tabletitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	list-style-position: outside;
	list-style-type: disc;
	color: #FFFFFF;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #009;
}
a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #00F;
	font-size: 12px;
}
.bordertop {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}
.naw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a.naw:link, a.naw:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.naw:hover, a.naw:active  {
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
INPUT, TEXTAREA {
	background-color: #FFFFFF;
	color: #505050;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	border: solid 1px #CCCCCC;
	padding: 2px;
	cursor: text
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.width100 {
	width: 100%;
}.border {
	border: 1px solid #000000;
}

