body {
	margin: 0;
	text-align: center;
	background-color: black;
	font-family: verdana, arial, sans-serif;
	font-size: 9pt;
}

div, a {
	margin: 0;
	padding: 0;
	font-family: verdana, sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-webkit-box-sizing:border-box;
	}

table	{
	margin: 0;
	padding: 0;
	border: 0;
}

h1	{
	font-family: verdana, arial, sans-serif;
	font-style: italic;
	font-size: 14pt;
	color: #660000;
}

h2	{
	font-family: verdana, arial, sans-serif;
	font-size: 12pt;
	color: #660000;
}

h3	{
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: #660000;
}

p, li, input, select	{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	text-align: justify;
	margin-top: 5px;
	line-height: 13pt;
}

td	{
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	margin-top: 5px;
}

#global {
	width: 970px;
	height: 570px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#header {
	width: 970px;
	height: 80px;
	background-image: url('images/header.jpg');
}

#menu_glob {
	width: 970px;
	height: 20px;
}
 
#menu_l {
	width: 15px;
	height: 20px;
	background-image: url('images/menu_l.gif');
	float: left;
}

#menu {
	width: 940px;
	height: 20px;
	background-image: url('images/menu.gif');
	float: left;
}

#menu_r {
	width: 15px;
	height: 20px;
	background-image: url('images/menu_r.gif');
	float: left;
}

#menu_u {
	width: 970px;
	height: 10px;
	background-image: url('images/menu_u.gif');
}

#main_glob {
	width: 970px;
	height: 445px;
	background-image: url('images/main.gif');
}

#main_l {
	width: 15px;
	height: 445px;
	float: left;
}

#main {
	width: 940px;
	height: 445px;
	float: left;
	overflow: auto;
	padding: 10px 40px 10px 40px;
}

#main_r {
	width: 15px;
	height: 445px;
	float: left;
}

#bottom {
	width: 970px;
	height: 15px;
	background-image: url('images/bottom.gif');
}

#image_margin_l	{
	margin-left: 20px;
}

#image_margin_r	{
	margin-right: 20px;
}

a:link, a:visited, a:active {
	color: #000000;
	font-weight: bold;
}
a:hover {
	color: #660000;
	font-weight: bold;
}

a.menu:link, a.menu:visited, a.menu:active {
	color: #660000;
	font-weight: bold;
	font-size: 8pt;
}
a.menu:hover {
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}

#menu_visited	{
	color: #ffffff;
	font-weight: bold;
	font-size: 8pt;
}

.menu_1	{
	color: #660000;
	margin-top: 3px;
	font-size: 8pt;
}
