* {
	margin: 0;
	padding: 0;
}

html body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: #000000;
	line-height: 12pt; 
	background:#ffffff;
	margin: 0 auto;
	text-align: center; 
}

div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	line-height: 12pt;
	margin: 10px;
}

div#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background:#ffffff;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
}

div#spacer {
	text-align: center;
	background:#ffffff;
	padding: 20px 0px 10px 0px;
	margin:0px;

}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 12pt; 
	margin: 0px 10px 0px 10px; 
	padding: 10px;
}

html a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #800000;
	text-decoration: none;
}

html a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D44424;
	text-decoration: none;
}

html a:focus {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D44424;
	text-decoration: none;
}

html a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E3701E;
	text-decoration: underline;
}

html a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #E3701E;
}

div#header {
	text-align: center;
	margin: 20px 0px 0px 0px;
	padding: 0;
}

div#footer {
	text-align: center;
	background:#ffffff;
	padding: 10px 0px 50px 0px;
	margin:0px;

}

div#maincontentleft {
	text-align: left;
	margin: 0;
	padding: 5px 10px;
}

div#maincontentright {
	text-align: right;
	margin: 0;
	padding: 5px 10px;
}

div#maincontentcenter {
	text-align: center;
	margin: 0;
	padding: 5px 10px;	
}

div.line {
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}

.vision {
	color:#2d73b9;
	font-size:13pt;
	line-height: 16pt;
	font-weight:bolder;
	padding: 0px;
	margin: 0px;
}



table {
	width:100%;
	height:100%;
	border: 0px;
	cellspacing: 10px;
	cellpadding: 0px;
	align: center:
	valign: top;
}

b {
	font-style: bold;
}

i {
	font-style: italic;
}

u {
	font-style: underline;
}

em {
	font-weight: bold;
	font-style: italic;
	color: #001668;
}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bolder;
	color: #020275;
	line-height: 20pt;

}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bolder;
	font-style: italic;
	color: #B5201D;
	line-height: 16pt;


}

h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
	color: #D44424;
	line-height: 16pt;


}

h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #182DA8;
	line-height: 15pt;

}

h5 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	font-style: normal;
	color: #E3701E;
	line-height: 14pt;
}

h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal;
	color: #182DA8;
	line-height: 14pt;
}

hr {
	color: #006E84;
}

ul{
	color: #000000;
	font-size: 10pt;
	font-weight:normal;
	text-decoration: none;
	line-height: 12pt;
	padding-left: 5px;
}	
	
li{
	color: #000000;
	font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	text-decoration: none;
	margin: 2pt 5pt 2pt 15pt; 
	display: inline;

}


