@CHARSET "ISO-8859-1";

html {
	background-color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 1.00em;
	overflow: auto;
}

body {
	overflow: auto;
	background-color: #ffffff;
}

#content {
	overflow: auto;
	/* width:800px; */
	background: #ffffff;
}

* html #content { /* width:800px; */
	
}

#head { /*width:800px; 
	min-width:800px; 
	*/
	height: 210px;
	background-color: #ffffff;
}

* html #head { /* width:800px; */
	height: 210px;
}

#content p {
	padding: 10px;
	margin: 5px;
	text-align: justify;
}

.boldhead {
	font-size: 1.5em;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.left {
	float: left;
	margin-left: 10px;
}

.right {
	float: right;
	margin-right: 10px;
}

.lefttext {
	float: left;
	width: 390px;
	text-align: justify;
}

.righttext {
	float: right;
	width: 390px;
	text-align: justify;
}

.marginleft {
	margin-left: 20px;
}

.nav {
	line-height: 1;
	font-size: 1.0em;
	color: #6699cc;
	text-align: right;
}

A:link,A:active {
	color: #284ca0;
	text-decoration: underline;
}

A:visited {
	color: #244A9F;
	text-decoration: underline;
}

A:hover {
	background-color: #244A9F;
	color: #FFFFFF;
	text-decoration: none;
}

.nav:link {
	background-color: #FFFFFF;
	color: #244A9F;
	text-decoration: none;
}

.nav:active {
	background-color: #FFFFFF;
	color: #244A9F;
	text-decoration: none;
}

.nav:visited {
	background-color: #FFFFFF;
	color: #244A9F;
	text-decoration: none;
}

.nav:hover {
	background-color: #244A9F;
	color: #FFFFFF;
	text-decoration: none;
}

.arms {
	position: absolute;
	top: 0px;
	left: 15px;
	margin: 0px;
	border: 0px solid #0066ff;
}

.logo {
	position: absolute;
	top: 110px;
	left: 260px;
	margin: 0px;
	border: 0px solid #0066ff;
}

.menu {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: 50px;
	border: 0px solid #000000;
}

.table_center {
	margin-left: auto;
	margin-right: auto;
}
* html .lefttext {
	float: left;
	width: 390px;
	text-align: justify;
}

* html .righttext {
	float: right;
	width: 390px;
	text-align: justify;
}

H1 {
	line-height: 1.3;
	font-size: 20px;
	font-weight: light;
	color: #244A9F;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

H2 {
	line-height: 1.3;
	font-size: 16px;
	color: #000000;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

H3 {
	line-height: 1.3;
	font-size: 14px;
	color: #000000;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}

H4 {
	line-height: 1.3;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding: 0px;
}