@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #252525;
	margin: 0px;
	padding: 0px;
	background-color: #045675;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

p,li	{
	line-height: 1.2em;
}

a:link,a:visited {
	text-decoration: underline;
	color: #ae0707;
}

a:hover {
    text-decoration: underline;
}

a img,img {
    border: none:
}

h1,h2,h3	{
	color:#035979;
	padding: 0px;
	margin: 0px;
}

#table01	{
}


.content_bg {
	background-image: url(../images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.floatRight {
	float: right;
	padding: 0px;
	margin-top: 10px;
	margin-right: 35px;
	margin-bottom: 10px;
	margin-left: 15px;
	clear: both;
}

p	{
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 60px;
	text-align: justify;
}

ul	{
 margin-top: 0px;
 margin-left: 35px;
 margin-bottom: 10px;
 margin-right:60px;
 padding: 0px;
}

ul li	{
 margin-top: 5px;
 margin-left: 0px;
 margin-bottom: 5px;
 margin-right: 0px;
 padding: 0px;
}
