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

body {
	margin-left: 0px;
	margin-top: 0px; 	
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/images/backgrounds/blues.png);
}

.standardText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	line-height: 21px;

}

.standardText img {

	border: 0px;

}

ul {

	list-style-type: square;

}

li {

	margin-bottom: 10px;

}

a:link {
	color: #005375;
}
a:visited {
	color: #005375;	
}
a:hover {
	color: #005375;
	text-decoration: none;
}
a:active {
	color: #005375;
	text-decoration: none;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	letter-spacing: 1px;
}

.bottom a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}