BODY { 
text-align: center;
margin: 0px;
padding: 0px;
}

BODY, TD, TH{
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

IMG{
	border:none;
	}
A:link, A:visited, A:active, A:hover { text-decoration: underline; color: black}

#container { /* Content container */
width:800px;
margin-right:auto;
margin-left:auto;
}

#column { /* base for menu and content */
/* background: #008000;  */
width: 800px;
text-align: left;
}

#top { /* upper part with page's header */
text-align: left; 
width: 800px;
/*background-color: #800000; 
height: 50px;
*/
}

#menu { /* navigation */
position: absolute;
width: 200px;
color: #666;
background-color:#EEE;
padding: 0px;
}

#content { /* Content */
position: relative;
left: 200px;
top: 0px;
width: 600px;
background-color: #fff;
padding: 10px;
padding-left: 5px;
}

#bottom { /* bottom part */
width: 800px; 
/*background-color: #000080; */
text-align: left;
}

#contact { /* contact info */
position: absolute;
padding: 0px;
width: 500px;
text-align: left;
color: red;
}

#button { /* buttons */
position: relative;
left: 550px;
width: 200px;
padding: 0px;
text-align: right;
color: red;
}

#menu P { /* parts of menu */
font-size: 100%; 
font-weight: bold;
text-align: left;
text-indent: 30px;
padding: 0px;
margin: 0px;
}

#menu A { 
color: #000; 
font-size: 90%;
font-weight: normal;
text-decoration: none;
}

#menu li {
line-height:110%;
}

#menu A:visited { 
color: black;
}
#menu A:hover { 
/*background-color: #ffffc0;
width: 150px;
color: #c0c0c0;*/
text-decoration: underline;
}

#content P { 
font-size: 8pt; 
text-align: justify;
padding: 5px;
margin: 0px;
}

#contact P { 
font-size: 80%;
padding: 5px;
color: #000;
margin-top: 0px
}

#button P {
text-align: right;
padding: 5px;
margin: 0px;
}
.title {
font-size: 24px; 
font-weight: bold;
color: white; 
padding: 0px 10px 10px 10px;
}

H2, H3{
	font-weight:bold;
	text-align:left;
}

H1{
	font-size:8pt;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	/*vertical-align: bottom;*/
	margin: 0px;
	text-align: center;
	float: left;
	white-space: nowrap;
	height: 17px;
	font-weight: 200;
	background-color:#DFDFDF;
}

H1 a {
	text-decoration: none;
	white-space:normal;
	/*vertical-align: bottom;*/
}

H1 a:link.size1, H1 a:visited.size1 {
	/*color:#666;*/
	padding: 0px;
	font-size:120%;
	text-decoration: none;
	font-weight: 900;
}

H1 a:link.size2, H1 a:visited.size2 {
	/*color:#912600;*/
	padding: 0px;
	font-size:110%;
	text-decoration: none;
}
H1 a:link.size3, H1 a:visited.size3 {
	/*color:#877900;*/
	padding: 0px;
	font-size:100%;
	text-decoration: none;
	font-weight: 700;
}
H1 a:link.size4, H1 a:visited.size4 {
	/*color: #1d6c01;*/
	padding: 0px;
	font-size:100%;
	text-decoration: none;
	font-weight: 500;
}
H1 a:link.size5, H1 a:visited.size5 {
	/*color: #004e6b;*/
	padding: 0px;
	font-size:90%;
	text-decoration: none;
	font-weight: 900;
}
H1 a:link.size6, H1 a:visited.size6 {
	padding: 0px;
	font-size:80%;
	text-decoration: none;
	font-weight: 300;
}


H2{
	font-size: 10pt;
}
H3{
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
}
P{
	text-align:left
	}
.font10pt{
	font-size: 10pt;
	}
.rightpar{
	text-align: right;
	}
.centerpar{
	text-indent: 0px;
	text-align: center;
	}

A.menu:link, A.menu:visited, A.menu:active, A.menu:hover {text-decoration: none}

.menu{
	font-size:9px;
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.content{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	color: #888;
	font-weight: bold;
	}
A.content:link, A.content:visited, A.content:active, A.content:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration: none;
	/*color: #9c0b06;*/
	color: #888;
	font-weight: bold;
	}
.tablecolor{
	background-color:#DFDFDF;
	}