HTML, BODY {
	font-family:Verdana;
	font-size:10pt;

	background-color:#000000;
	color:#FFFFFF;

	padding: 0em;
	margin: 0em;
	
	min-width:100% !important;
	min-height:100% !important;

	width:100%;
	height:100%;
}

TABLE {
	min-width:100% !important;
	min-height:100% !important;
	
	display: table;
	
	margin: 0em;
	padding: 0em;	
	
	width:100%;
	height:100%;
}

.head_left {
	width: 207px;
	height: 182px;
		
	background-image: url('image/up_left.gif');
	background-repeat: no-repeat;
	background-attachment: right;
	background-position: left bottom;
	background-color: #344154;
}

.header_text {
	padding: 0em;
	margin: 0em;

	padding-top: 0em; 
	padding-left: 30%; 
	color: #A1A7C8; 
	
	font-family: Verdana; 
	font-weight:normal; 
	font-size: 10pt;
	
	text-align: right; 
	vertical-align: top; 
}

.head_right {
	width: auto;
	height: 182px;

	padding: 0em;
	margin: 0em;
			
 	color:#000000;
 	font-weight: bold;
 	text-align: right;
 	vertical-align: top;

	background-image: url('image/up_right.gif');
	background-repeat: no-repeat;
	background-attachment: right;
	background-position: left bottom;
	background-color: #344154;

	padding:1em;
}


.menu {
	width: 207px;
	height: auto;
		
	background-image: url('image/low_left.gif');
	background-repeat: no-repeat;
	background-attachment: right;
	background-position: right top;
	background-color: #000000;
	
	vertical-align: text-top;
}

.main {
	width: auto;
	height: auto;

	background-image: url('image/low_right.gif');
	background-repeat: repeat-y;
	background-attachment: left;
	background-position: left top;
	background-color: #344154;

	text-align: left;
	vertical-align: text-top;

	overflow: table-cell;
	padding: 1em;
	padding-left: 2em;
	padding-right: -2em;
}


/* links */
A {
	text-decoration: none;
}

A:link {
	color:#F0A020; 
}

A:visited {
	color:#F0A020; 
}

A:active {
	color:#FFDDAA; 
}

A:hover	{
	color:#FFDDAA; 
}

