body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/index01.gif);
}

body, th, td {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7D8B93;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0px;
	color: #65757F;
}

h1 {
	font-size: 17px;
}

h2 {
	font-size: 12px;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
	width: 167px;
	height: 20px;
	padding: 2px;
	background-color: #2C3E4A;
	border: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9BAFBA;
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #9BAFBA;
}

.text2 {
	color: #768692;
}

a {
	color: #8CAABB;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #FFEE67;
}

.bg1 {
	background-image: url(images/index21.gif);
	background-position: right top;
	background-repeat: repeat-y;
}

.bg2 {
	background-image: url(images/index22.gif);
	background-position: left top;
	background-repeat: repeat-y;
}

/*
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 {
	color: #CFDBE2;
}

.style1 a {
	color: #CFDBE2;
}

.style1 a:hover {
}