body {
	margin: 0px;
	padding: 0px;
	background-color: #215A93;
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4C4C4C;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #CED2B7;
	text-align: center;
}

.text2 {
	text-align: justify;
	font-size:10px;
}
.text3 {
	color: #94A24A;
	text-align: justify;
}

.text4 {
	color: #B2BF7A;
	font-size:10px;
}

a {
	color: #D9E5EB;
}

.img1 {
	margin-left: -15px;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	background-image: url(images/index20.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
/*
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: #E2E6CB;
	font-size: 10px;
	font-weight: bold;
}

.style1 a {
	color: #E2E6CB;
	text-decoration:none;
}

.style1 a:hover {
	text-decoration:underline;

}

.style2 {
	color: #5087A3;
	font-size: 11px;
}

.style2 a {
	color: #5087A3;
	text-decoration:underline;
}

.style2 a:hover {
	text-decoration: none;

}
