/* CSS Document */

body {
	background-color: #DFE6EB;
	margin: 15px;
}

.leftmarg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

.bulletlink {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline; 
	color:#FFFFFF;
}
.justify {
	text-align: justify;
}
.sidemargins {
	padding-left: 33px;
	padding-right: 33px;
}
.borders {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #1A2559;
	border-bottom-color: #1A2559;
	background-color: #FFFFFF;
}
.borders2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left: solid;
	border-left-width: 1px;
	border-left-color: #1A2559;
	border-right-color: #1A2559;
	border-bottom-color: #1A2559;
	background-color: #FFFFFF;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.headertext {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.copyrightlink, .copyrightlink:active, .copyrightlink:visited, .copyrightlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: underline;
}