body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/index01.gif);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
}

/** FORM **/

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 118px;
	height: 18px;
	border: 1px solid #E2DCD5;
	font-size: 11px;
	color: #505050;
}

.input2 {
	width: 99px;
	height: 18px;
	border: 1px solid #E2DCD5;
	font-size: 11px;
	color: #505050;
}

/** BACKGROUNDS **/

.bg1 {
	background-color: #FFFFFF;
	background-image: url(images/index23.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/** LINKS **/

a {
	color: #3FA0C0;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #80592A;
	text-decoration: none;
	font-weight: bold;
}

a.link1:hover {
	text-decoration: underline;
}

a.link2 {
	color: #FFFFFF;
	text-decoration: none;
}

a.link2:hover {
	text-decoration: underline;
}

/** TEXT **/

.align-justify {
	text-align: justify;
}

.text1 {
	font-size: 10px;
}

.text2 {
	font-size: 9px;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	font-size: 10px;
	color: #90ADC7;
}