body {
	margin: 0px;
	padding: 0px;
	background-image: url(/imgs/index17.jpg);
}

body, th, td {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #A6B8C4;
}

form {
	margin: 0px;
	padding: 0px;
}

.input1 {
}

.align-justify {
	text-align: justify;
}

.text1 {
	color: #60819E;
}

a {
	color: #A6B8C4;
}

a:hover {
	text-decoration: none;
}

.bg1 {
	background-image: url(/imgs/index16.jpg);
	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 {
	color: #DCE2E9;
}

.style1 a {
	color: #DCE2E9;
}

.style1 a:hover {
}

/*----------------------------------------------------------------------Photo Floating---------------------------------------------------------------------*/

img.floatLeft 
{ 
    float: left; 
    margin: 15px; 
}

img.floatRight 
{ 
    float: right; 
    margin: 4px; 
}

p img { padding: 0; max-width: 100%; }

img.right { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.left { padding: 8px; margin: 0 15px 10px 0; display: inline; }
img.centered { display: block; margin-left: auto; margin-right: auto; }

.right { float: right; }
.left { float: left; }

.caption { margin: 5px; padding: 5px; border: solid 1px #E5E5FF; background: #E5F2FF; font-size:90%; color: black; text-align: center; }