html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #ccce40;
	height: 100%;
}
body, table, td{
	font-size: 12pt;
	font-family:Garamond;
}
A {COLOR: #ccce40; TEXT-DECORATION: underline}
A:visited {COLOR: #ccce40;}
A:active {COLOR: white; }
A:hover {COLOR: white; TEXT-DECORATION: none}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}
hr{
	height: 1px;
	color: gray;
}
H1 { FONT-SIZE: 15pt; color: white; margin: 10px; 0px; 10px; 0px;}
H2 { FONT-SIZE: 13pt;}
H3 { FONT-SIZE: 12pt;}
H4 { FONT-SIZE: 11pt;}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}

table.main td.bg_left{
	background: url('/img/bg_left.jpg') right top;
}
table.main td.bg_right{
	background: url('/img/bg_right.jpg') left top;
}

table.main{
	width: 100%;
	height: 100%;
}
table.main td.center{
	width:1007px;
	vertical-align: top;
	background: url('/img/main_bg.jpg') repeat-y;
}

table.menu1{
	height: 43px;

}

table.menu1 td.center{
	background: url('/img/menu1.jpg') top left repeat-x;
}

table.menu2{
	width: 100%;
}
table.menu2 td.center{
	background: url('/img/menu2.jpg') left top no-repeat;
}

table.menu2 td.center td{
	text-align: center;
}

table.menu3{
	width: 100%;
}
table.menu3 td.center{
	background: url('/img/menu3.jpg') left top no-repeat;
}

td.menu_item, td.menu2_item, td.menu3_item{
	font-size: 16pt;
	text-align: center;
}

td.menu_item A, td.menu2_item A {TEXT-DECORATION: none}
td.menu_item A:hover, td.menu2_item A:hover {TEXT-DECORATION: underline}

td.menu3_item A {COLOR: #ab7832; TEXT-DECORATION: none}
td.menu3_item A:visited {COLOR: #ab7832;}
td.menu3_item A:active {COLOR: white; }
td.menu3_item A:hover {COLOR: white; TEXT-DECORATION: underline}

td.menu_item div, td.menu2_item div, td.menu3_item div{
	z-index:2; 
	POSITION: absolute; 
	text-align: center;
}
td.menu_item div{
	padding-top: 9px; 
}
td.menu2_item div{
	padding-top: 6px; 
}
td.menu3_item div{
	padding-top: 4px; 
}
td.content{
	background: url('/img/content_light_left.jpg') left top no-repeat;
}
div.content{
	background: url('/img/content_light_right.jpg') right top no-repeat;
}
div.pagelist a, div.pagelist span{
	padding: 2px 5px 2px 5px;
}
div.pagelist span{
	font-weight: bold;
}
td.button{
	width: 202px;
	height: 80px;
	background: url('/img/button_bg.jpg') right top no-repeat;
	text-align: center;
	font-size: 15pt;
}

#container{
	width: 980px;
	height: 127px;
	overflow: auto;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
}
div.scroll{
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
	width: 100%;
	scrollbar-3dlight-color:green;
	scrollbar-arrow-color: #B623C0;
	scrollbar-base-color: white;
	scrollbar-darkshadow-color: #B623C0;
	scrollbar-face-color: white;
	scrollbar-highlight-color: #B623C0;
	scrollbar-shadow-color: green;
	scrollbar-track-color: white;
}
