body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #B5B5B5;
}
.table {
	background-attachment: scroll;
	background-image: url(images/table.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.tablebackground {
	background-attachment: scroll;
	background-image: url(images/tablebackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



.rpic {
	padding: 0px;
	clear: both;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
}



p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #1A202C;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.smalllink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #336600;
}
.backlink {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #184258;
}
.lpic {
	padding: 0px;
	clear: both;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
/* FORMS */
.styleform {
	padding: 10px;
	width:auto;
	min-width:300px;
	max-width:675px;
	margin: 15px 0px 15px 0px;
	text-align: left;
}
.styleform legend {
	background-color: #BACDE9;
	font-weight: bold;
	font-size: 16px;
	padding: 2px;
	margin: 0px;
	color: #CCCCCC;
	background-color:#1D1D1D;
	border:solid 1px #666666;
}
.styleform fieldset {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 5px;
	border:solid 1px #666666;
	background-color: #1d1d1d;
	background-image: url(../images/bgfieldset.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.styleform h1 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #FDC403 !important;
	border: none !important;
}

.styleform .field {
	display: block;
	clear:both;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	font-weight:bold;
}
.styleform label, .styleform .label{
	font-size: 14px;
	color: #122138;
	display: block;
	margin:0px 0px 0px 0px;
	padding:5px 0px 2px 0px;
	font-weight:bold;
	text-transform: none;
	color:#1a202c;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.styleform .required label, .styleform .required .label {
	padding-left:10px;
	background-image:url(images/bg_requiredlabel.png) !important;
	background-repeat:no-repeat;
	background-position:left center;
}
.styleform .textfield {
	width: 98%;
	font-size: 20px;
	font-weight: normal;
	color: #1A202C;
	background-color: #C7CBCA;
	border: 1px solid #666;
}
.styleform .textfield:hover {
	background-color: #E4E7E7;
}
.styleform .textfield:focus {
	background-color: #F8F8F8;
	border: 1px solid #142539;
}
.styleform .textarea {
	width: 98%;
	font-size: 15px;
	font-weight: normal;
	color: #1A202C;
	background-color: #C7CBCA;
	border: 1px solid #666;
	height: 80px;
}
.styleform .admincontrols {
	font-size: 11px;
	margin: 2px;
	padding: 2px;
	background-color: #0F0F0F;
	color: #CCC;
}
.styleform .admincontrols a {
	color: #001F53;
	text-decoration: none;
	font-weight: normal;
}
.styleform .admincontrols a:hover {
	text-decoration: underline;
}

.styleform .textarea:hover {
	background-color: #E4E7E7;
}
.styleform .textarea:focus {
	background-color: #F8F8F8;
	border: 1px solid #142539;
}
.styleform .selectfield {
	width: auto;
	font-size: 20px;
	font-weight: normal;
	color: #1A202C;
	background-color: #C7CBCA;
	border: 1px solid #666;
}
.styleform .selectfield:hover {
	background-color: #E4E7E7;
}
.styleform .selectfield:focus {
	background-color: #F8F8F8;
	border: 1px solid #142539;
}
.styleform .note {
	display: block;
	font-size: 10px;
}
.styleform .note ul {
	margin:0px 0px 5px 5px;
	padding:0px;
}
.styleform .note p{
margin:0px 0px 5px 0px;
padding:0px;
color:#000066;
font-size: 10px;
}
.styleform .note li{
font-size: 10px;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 12px;
color:#000066;
list-style:none;
background-image:url(../images/bulletarrowbluetiny.png);
background-repeat:no-repeat;
background-position:left center;
}
.styleform .check label{
	display:block;
	width:208px;
	float:left;
	font-weight:normal;
	font-size:13px;
	background-image:none !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.styleform .check label input{
	float:left;
	display:block;
}
.styleform .check label span{
	float:left;
	display:block;
	width:180px;
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.styleform .button{
	cursor:pointer;
	border:1px outset #666;
	background-color:#1D1D1D;
	color:#F4F4F4;
	font-weight:bold;
	font-size: 16px;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	background-image: url(images/bg_button.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.styleform .button:hover{
	background-image: url(images/bg_buttonR.gif);
}
