p {
	font-family : Arial;
	color : #000000;
	font-style : normal;
	font-size : 12pt;
}
.bluetext {
	font-family : Arial;
	color : #4878a9;
	font-style : normal;
	font-size : 12pt;
}
.gray {
	font-family : Arial;
	color : #494646;
	font-style : normal;
	font-size : 12pt;
}
.smalltext {
	font-family : arial;
	color : #000000;
	font-style : normal;
	font-size : 10pt;
}
.smallwhitetext {
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 8pt;
}
.smallbluetext {
	font-family : Arial;
	color : #4878a9;
	font-style : normal;
	font-size : 10pt;
}
.tinybluetext {
	font-family : Arial;
	color : #4878a9;
	font-style : normal;
	font-size : 7pt;
}
.header {
	font-family : Arial;
	color : #4878a9;
	font-style : normal;
	font-size : 15pt;
}
.headergray {
	font-family : Arial;
	color : #6e6e6e;
	font-style : normal;
	font-size : 14pt;
}
.superheader {
	font-family : Arial;
	color : #4878a9;
	font-style : normal;
	font-size : 18pt;
}
.superheaderwhite {
	font-family : Arial;
	color : #ffffff;
	font-style : normal;
	font-size : 20pt;
}

A:link {
	font-family : Arial;
	color: #ffffff;
	font-style : normal;
	text-decoration: none;
}
A:visited {
	font-family : Arial;
	color: #ffffff;
	font-style : normal;
  	text-decoration: none;
}
A:active {
	font-family : Arial;
	color: #ffffff;
	text-decoration: none;	 
}
A:hover {
	font-family : Arial;
	color: #f4ecec;
	text-decoration: underline;	 
}
p.bottom A:link {
	font-family : Arial;
	color: #4878a9;
	font-style : normal;
	font-size : 8pt;
	text-decoration: none;
}
p.bottom A:visited {
	font-family : Arial;
	color: #4878a9;
	font-style : normal;
	font-size : 8pt;
  	text-decoration: none;
}
p.bottom A:active {
	font-family : Arial;
	color: #4878a9;
	font-size : 8pt;
	text-decoration: none;	 
}
p.bottom A:hover {
	font-family : Arial;
	color: #87a4c1;
	font-size : 8pt;
	text-decoration: underline;	 
}
.body {
	background-color: #ffffff;
}
.lightblue {
	background-color: #7aa0c5;
}
.blue {
	background-color: #4878a9;
}