body {
	margin: 0px;
	padding: 0px;
	background-color: #3D5D76;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
}

.img1 {
	float: left;
	margin: 0px 15px 0px -5px;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	font-size:10px;
	text-align:justify;
}

.text2 {
	color: #CCCCCC;
	font-size:10px;
}
.text3 {
	color:#72AAB0;
	
}
a {
	color: #72AAB0;
}

a:hover {
	text-decoration: none;
}
.bg1 {
	background-image:url(images/index27.jpg);
	background-repeat: no-repeat;
}

/*
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 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style1 a {
	color: #3D5C75;
	text-decoration:none;
}

.style1 a:hover {
	text-decoration:underline;
}