/* CSS Document *//* CSS Document */

body {
background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	background-attachment: scroll;
	background-image:url(images/bg.jpg)
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	color: #889dd8;
}

a:hover {
	color: #464f74;
}

a:visited {
	color: #666666;
}
h1 {
	font-size: 16px;
	color: #799810;
	font-family:"Times New Roman", Times, serif
}

.sidetext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #666666;   
}


/* Inputs ======================================================================== */

textarea {
	padding: 0px;
	border-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#838383;
	background-image:url(images/textBG.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width:571px;
	height:110px;
}
input {
	padding: 5px;
	border-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#838383;
	background-image:url(images/fieldBG.jpg);
	background-repeat:no-repeat;
	height:29px;
}
radio {
	background-image:none;
	border-style:none;
}

