/* --- stylesheet.css --- */

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26pt;
	font-weight:bold;
	color: #000000;
	line-height:20%;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
	line-height:20%;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style:normal
	font-weight:bold;
	color: #000000;
	line-height:20%;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color: #000000;
	line-height:20%;
}

.header_container
{
	width: 842px;
	height: 125px;
	background: url(images/header_back4.jpg);
}

.menu_item
{
	height: 32px;
	margin-right: 18px;
	margin-left: 19px;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
	display: inline;
}

.menu_text
{
	font-family: Arial, sans-seriff;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

A:hover.menu_text
{
	font-family: Arial, sans-seriff;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.menu_divider
{
	margin-bottom: -6px;
}

.menu_container
{
	width: 842px;
	height: 32px;
	background: url(images/menu_back.jpg);
}

.main1_container
{
	width: 842px;
	height: 29px;
	background: url(images/main1_back.jpg);
}

.main2_container
{
	font-family: Arial, verdana, sans-serif;
	font-size: 10pt;
	color: #5F5F5F;
	width: 842px;
	height: 20px;
	background: url(images/main2_back.jpg);
}

.main3_container
{
	width: 842px;
	height: 29px;
	background: url(images/main3_back.jpg);
}

.footer_container
{
	width: 842px;
	height: 71px;
	background: url(images/footer_back2.jpg);
}

