/** BASIC ELEMENTS **/

body {
	background-color: #b6b6b6; 
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: times new roman;
	font-size: 12px;
	color: #000000;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0px;
	padding: 0px;
}

/** BACKGROUNDS **/

.bg1 {
	background-image: url(./images/index20.gif);
	background-repeat: repeat-x;
}

/** TEXT **/

.text1 {
	margin-bottom: .5em;
	font-weight: bold;
}

.text2 {
	margin-bottom: 1em;
	text-align: justify;
}

.text3 {
	margin-top: .5em;
	color: #B5BCBD;
}

.text4 {
	margin-top:	1em;
	text-align:	justify;
	color:	#000000;
;

/** FORM ELEMENTS **/

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 145px;
	height: 18px;
	padding: 2px;
	background-image: url(./images/index37.gif);
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}

.input2 {
	width: 150px;
	height: 108px;
	padding: 2px;
	background-image: url(./images/input2.gif);
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}

.input3 {
	width: 75px;
	height: 18px;
	padding: 2px;
	background-image: url(./images/index37.gif);
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}

.formbutton {
	padding: 2px;
	background-image: url(./images/send.gif);
	border: none;
}
