@charset "utf-8";
/* CSS Document */

/* -- Default Tag Styles -- */

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	background-image:url(images/back_01.jpg);
	background-repeat: no-repeat;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a{
	text-decoration: none;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
	color: #000099;
}

h3 {
	font-family: Arial;
	font-size: 14px;
	color: #000099;
}

h4 {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
}

table td{
	font-size: 14px;
}

table.menu{
	position:absolute;
	background-color: #c0c0c0;
	border: solid 1px #000;
	width: 150px;
	visibility:hidden;
}

.menuImg{
	background-image: url('images/index_04.jpg');
	width: 720px;
	height: 170px;
}


/* -- Layout Tag Styles -- */

	/* Container */
.centerArea {
	margin: 0px auto 0px;
	width: 850px;
	padding: 0px;
}

	/* Right Container - Content */
.contentRight {
	width: 720px;
	float: right;
	background-color: #ccc;
	padding: 0px;
	text-align: left;
}

	/* Left Container - Images*/
.contentLeft {
	width: 130px;
	float: left;
	padding: 0px;
}

	/* Menu Container - Menu Styles */
.menuArea {
	width: 720;
	background-image: url(images/index_06.jpg);
	height: 24px;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	text-align: center;
}

	/* Style for menu links */
.menuArea a{
	display: inline-table;
	text-decoration: none;
	color: #000066
}

.footer {
	height: 147px;
	width: 720px;
	background-image: url(images/index_09.jpg);
	text-align: center;
	font-size: 11px;
	padding-top: 20px;
}