@CHARSET "UTF-8";

a:link {
	text-decoration: none;
	color: black;
}

a:hover {
	font-size: 115%};
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: black;
}

linkStyle {
	font-weight: bold; 
	font-style: italic;
	color: black;
	text-decoration: none;
}

.body_text {
	font: arial;
	font-family: helvetica;
	font-size: 10pt;
	font-style: plain;
	color: black;
	background-color: white;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	vertical-align: top;
	padding-right: 5px;
}

.banner_head {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: white;
	background-color: gray;
	font: arial;
	font-family: helvetica;
	font-size: 24pt;
	font-weight: bold;
}

.menu_rule {
	font: sanserif;
	font-family: helvetica;
	font-size: 10pt;
	font-style: bold;
	color: black;
	background-color: white;
	border-bottom-width: 100%;
	border-bottom: 5pt;
	border-bottom-style: solid;
	border-color: #aaaaaa;
	font-weight: bold;
	align: left;
	padding-right: 10
}

.logo_big_div {
	background: #ffffff;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 410px;
	height: 210px;
}

.menu_div {
	background: #ffffff;
	position: absolute;
	top: 10px;
	left: 420px;
	width: 280px;
	height: 210px;
	vertical-align: middle;
}

.body_div {
	background: #ffffff;
	position: absolute;
	top: 230px;
	left: 10px;
	width: 700px;
}
