p {
	font-family : Arial;
	color : #000000;
	font-style : normal;
	font-size : 12pt;
}
.bluetext {
	font-family : Arial;
	color : #2F7A9A;
	font-style : normal;
	font-size : 16px;
}
.gray {
	font-family : Arial;
	color : #494646;
	font-style : normal;
	font-size : 12pt;
}
.smalltext {
	font-family : arial;
	color : #000000;
	font-style : normal;
	font-size : 10pt;
}
.whitetext {
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 17px;
}
.superheaderblue {
	font-family : Arial;
	color : #2F7A9A;
	font-style : normal;
	font-size : 20px;
}
.smallbluetext {
	font-family : Arial;
	color : #2F7A9A;
	font-style : normal;
	font-size : 15px;
}
.header {
	font-family : Arial;
	color : #A3D0E3;
	font-style : normal;
	font-size : 12pt;
}
.headergray {
	font-family : Arial;
	color : #6e6e6e;
	font-style : normal;
	font-size : 14pt;
}

.superheader
{
	font-family : Arial;
	font-size : 40px;
	color : #A3D0E3;
	display : block;
	margin-bottom : -10px;
}

.superheaderwhite {
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 20px;
}

A:link {
	font-family : Arial;
	color: #2F7A9A;
	font-style : normal;
	text-decoration: none;
}
A:visited {
	font-family : Arial;
	color: #2F7A9A;
	font-style : normal;
  	text-decoration: none;
}
A:active {
	font-family : Arial;
	color: #2F7A9A;
	text-decoration: none;	 
}
A:hover {
	font-family : Arial;
	color: #2F7A9A;
	text-decoration: none;	 
}
p.bottom A:link {
	font-family : Arial;
	color: #2F7A9A;
	font-style : normal;
	font-size : 8pt;
	text-decoration: none;
}
p.bottom A:visited {
	font-family : Arial;
	color: #2F7A9A;
	font-style : normal;
	font-size : 8pt;
  	text-decoration: none;
}
p.bottom A:active {
	font-family : Arial;
	color: #2F7A9A;
	font-size : 8pt;
	text-decoration: none;	 
}
p.bottom A:hover {
	font-family : Arial;
	color: #2F7A9A;
	font-size : 8pt;
	text-decoration: none;	 
}
.body {
	background-color: #ffffff;
}
.lightblue {
	background-color: #A3D0E3;
}
.blue {
	background-color: #A3D0E3;
}