p{
	font-family : Arial;
	color : #FFFFFF;
	font-style : normal;
	font-size : 11pt;
}
.text{
	font-family : Arial;
	color : #3D6F8B;
	font-style : normal;
	font-size : 11pt;
}
.textsmall{
	font-family : Arial;
	color : #3D6F8B;
	font-style : normal;
	font-size : 7pt;
}
.textwhitebold{
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 10pt;
	font-weight : bold;
}
.header{
	font-family : Arial;
	color : #3D6F8B;
	font-style : normal;
	font-size : 15pt;
}
.headerwhite{
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 12pt;
}
.superheader{
	font-family : Arial;
	color : #3D6F8B;
	font-style : normal;
	font-size : 18pt;
}
.superheaderwhite{
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 18pt;
}
A:link {
	font-family : Arial;
	color: #3D6F8B;
	font-style : normal;
	text-decoration: none;
}
A:visited {
	font-family : Arial;
	color: #3D6F8B;
	font-style : normal;
  	text-decoration: none;
}
A:active {
	font-family : Arial;
	color: #3D6F8B;
	text-decoration: none;	 
}
A:hover {
	font-family : Arial;
	color: #3D6F8B;
	text-decoration: underline;	 
}
.body {
	background-color: #ffffff;
}
.lightblue {
	background-color: #CEE0EA;
}
.blue {
	background-color: #7BABC5;
}