/** BASIC ELEMENTS **/

body {
	background-color: #EDEDED; 
	margin: 0px;
	padding: 0px;
}

body, th, td {
	font-family: Arial;
	font-size: 13px;
	line-height:18px;
	color: #000000;
}

a {
	color: #FFFF00;
}

a:hover {
	text-decoration: none;
}
h1 {
		font-size:17px;
		}
h2 {
		font-size:13px;
		}
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: medium none;
	font-size: 11px;
	color: #FFFFFF
}
