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

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}
h1 {
	font-size: 14px;
	color: #006699;
}
h2 {
	font-size: 12px;
	color: #006699;
}
h3 {
	font-size: 10px;
	color: #006699;
}
a:link {
	color: #085D7A;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #085D7A;
	text-decoration: none;
}
a:hover {
	color: #052F45;
	text-decoration: none;
}
a:active {
	color: #052F45;
	text-decoration: none;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003846;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	text-indent: 15px;
	text-align: justify;
}
ul {
	font-size: 12px;
	font-weight: bolder;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
}


.footertext {
	font-size: 10px;
	color: #666666;
	float: right;
	text-align: right;
}
.imgleft {
	float: left;
	padding-right: 10px;
}
.imgright {
	float: right;
	padding-left: 10px;
}

