body {
	background-color: #153653;
	margin: 0px 0px 0px 0px;
}

.title1 {
	font: bold 22px/30px Georgia;
	color: #003366;
	border-bottom: 1px solid #003366;
	padding-bottom: 5px;
}

.title2 {
	font: bold 16px/20px "Georgia";
	color: #003366;
	padding-bottom: 5px;
}

.text01 {
	font: 12px/18px Verdana;
	color: #333333;
	text-align: left;
}

.text02 {
	font: bold 18px Verdana;
	color: #18619F;
}

.text03 {
	font: 12px Verdana;
	color: #18619F;
}

.text04 {
	font: 14px Verdana;
	color: #18619F;
}

.text05 {
	font: 26px/40px Verdana;
	color: #18619F;
}

A.link1:link, A.link1:visited {
	font: 14px Verdana;
	color: #18619F;
	text-decoration: none;
}

A.link1:hover {
	font: 14px Verdana;
	color: #863A14;
	text-decoration: underline;
}

.footer {
	font: 11px verdana;
	color: #CECECE;
	vertical-align: middle;
}

A.footer:link, A.footer:visited {
	font: 11px Verdana;
	color: #CECECE;
	text-decoration: none;
}

A.footer:hover {
	font: 11px Verdana;
	color: #CECECE;
	text-decoration: underline;
}

#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 900px;
	z-index: 0;
}

#header {
	width: 900px;
	height: 400px;
	background-image: url(images/header.jpg);
}

#headerI {
	position: absolute;
	top: 141px;
	left: 11px;
	width: 748px;
	height: 252px;
}

#footer {
	width: 880px;
	height: 30px;
	margin-top: 10px;
}

#body {
	width: 880px;
	display: table;
	background-color: #ffffff;
	border: 1px solid #121212;
	padding: 20px 10px 20px 20px;
}

#bodyL {
	width: 585px;
	float: left;
	font: 12px/18px Verdana;
	color: #333333;
	text-align: left;
}

#bodyR {
	width: 250px;
	float: right;
}

