/** BASIC ELEMENTS **/

body {
	background-color: #CCCCCC; 
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

a {
	color: #336633;
}

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;
}

/** FORM ELEMENTS **/

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 150px;
	height: 18px;
	padding: 2px;
	background-image: url(images/index37.gif);
	border: none;
	font-size: 11px;
	color: #FFFFFF;
}
