body   { color: black; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }

p    { font-size: x-small; line-height: 1.5em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0 }
p.nogap   { font-size: x-small; font-size: 1pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0 }
p.frontpage    { font-size: small; line-height: 2em; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; margin: 0 }
p.red  { color: firebrick; font-style: normal; font-weight: lighter; font-size: 18pt }
p.red_medium  { color: firebrick; font-style: normal; font-weight: bold; font-size: 11pt }
p.red_small  { color: firebrick; font-style: normal; font-weight: lighter; font-size: 10pt }
p.teal_normal { color: teal; font-style: italic; font-weight: bold; font-size: 10pt; text-align:justify }
p.white_small  { color: white; font-style: normal; font-weight: lighter; font-size: 10pt }
p.teal_small { color: teal; font-weight: bold; font-size: 10pt;}
p.white_nav  { color: white; font-style: normal; font-weight: lighter; font-size: 10pt; line-height: 1.5em }

h1  { color: teal; font-style: normal; font-weight: bold; font-size: 18pt }

h2 { color: #00005f; font-style: normal; font-weight: lighter; font-size: 14pt; line-height: 20pt }
h3 { color: #00005f; font-style: normal; font-weight: bold; font-size: 12pt }
a  { color: #FFFFFF; text-decoration: none }

a:link  { color: #FFFFFF; text-decoration: none }
a:hover
{
	text-decoration: underline;
}
a.int  { color: teal; text-decoration: none }

a.int:link  { color: teal; text-decoration: none }
a.int:hover
{
	text-decoration: underline;
}
blockquote {
	color: #457E8D;
	font-size:110%;
	margin: 20px;
	padding: 10px;
	background:#F2F7FA ;
}

