body {
	background-color: #ffffff;
	background-image: url(background.jpg);
	background-repeat: repeat; /*x or y*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align:center;
}

table, td {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal; /*bold*/
	font-size: 10pt;
	font-style: normal; /*italic*/
	color: #333333;
}

A:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight :bold;
	color : #357aff;
	text-decoration: none;
}

A:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #0000cc;
	text-decoration: none;
}

A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ff0000;
}

A:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #0000ff;
}



A.top:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	text-decoration: none;
}

A.top:VISITED {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
	text-decoration: none;
}

A.top:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ff6600;
}

A.top:ACTIVE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #ffffff;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #000066;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	font-style: normal; /*italic*/
	color: #FF6600;
	display: inline;
	padding-right:2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #ff00ff;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #ff0000;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-style: normal;
	color: #357aff;
}


#header {
	background-color: #357aff; /*#3399FF*/
	margin: 0;
	padding: 10px 10px 10px 20px; /*top right bottom left*/
	height:90px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22pt;
	font-weight: normal;
	font-style: italic;
	color: #FF9933;
border: 0px solid white;
}

#header img {
margin-left: 300px;
}

#header #lf img {
margin-left: 10px;
}


.frame {
	width:750px;
	border: 2px solid #357aff;
}

.nav {
	background-color: #e5f3ff;
	width:130px;	
	text-align:center;
	color:#0066FF;
}
.nav p {
	margin: 5px 0 5px 0;
}
address {
	margin: 0;
	padding: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: Bold;
	font-style:normal;
	text-align: center;
	color: #000000;
	clear: both;
}

address a:link, address a:visited, address a:hover, address a:active {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : normal;
	color : #999999;
}