body {
	margin: 0px;
	padding: 0px;
	background-color: #4EA1D3;
}

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

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

.input1 {
}

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

.text1 {
	font-size: 10px;
}

.text2 {
	font-size: 9px;
}

.text3 {
	color: #076AAC;
	text-align: justify;
}

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

a.link1 {
	color: #076AAC;
}

a.link1:hover {
	text-decoration: none;
}
.bg1 {
	background-image: url(images/index13.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.bg2 {
	background-image: url(images/index15.jpg);
	background-position: bottom left;
	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 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
}

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

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