body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/index01.gif);
}

body, th, td, li, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	height: 20px;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #0E6B7D;
}

.text2 {
	color: #8D9DA2;
}

.text3 {
	color: #FFFFFF;
}

.text4 {
	color: #A8B4B8;
}

a {
	color: #00889E;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	background-image: url(images/index02.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/*
Styles that are applied on the containing element
like <TD></TD>. When applied, this will change both
the text and the text links inside them.
*/

.style1 {
}

.style1 a {
}

.style1 a:hover {
}