body {
	font-family: arial;
	margin-top:0;
}
td {
	font-size:8pt;
	color:#4F4F4F;
}
h1 {
	font-size:12pt;
	color:#9D8D55;
	border-bottom:dotted 1px #9D8D55; 
}
h2 {
	font-size:9pt;
	color:#9D8D55; 
}
a:link {
	text-decoration: none;
	color:#9D8D55;
}
a:visited {
	text-decoration: none;
	color:#C2BB8F;
} 	
a:hover {
	text-decoration: underline;
	color:red; 
} 
a:active {
	color:red;
} 
a.menu:link {
	text-decoration: none;
	color:#9D8D55;
}
a.menu:visited {
	text-decoration: none;
	color:#9D8D55;
} 	
a.menu:hover {
	text-decoration: none;
	color:gray; 
} 
a.menu:active {
	color:red;
} 
a.menuText:link {
	text-decoration: none;
	color:#9D8D55;
	font-size:12pt;
	font-weight:bold;
}
a.menuText:visited {
	text-decoration: none;
	color:#9D8D55;
	font-size:12pt;
	font-weight:bold;
} 	
a.menuText:hover {
	text-decoration: none;
	color:gray; 
	font-size:12pt;
	font-weight:bold;
} 
a.menuText:active {
	color:red;
	font-size:12pt;
	font-weight:bold;
} 
.top-right {
	background-image: url(/images/top-right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.img-bg {
	background-image: url(/images/img-bg.gif);
	background-repeat: repeat-y;
	background-position: center middle;
	align:center;
	valign:top;
}
.title {
	background-image: url(/images/title.gif);
	background-position: center top;
}
.main {
	background-image: url(/images/main.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.small {
	font-size:7pt;
}
.center {
	text-align:center;
}
.bold {
	font-weight:bold;
}
.justify {
	text-align:justify;
}
.border {
	border:dotted 1px #9D8D55; 
}
.float-left {
	float:left;
	margin-right:5px;
}
.float-right {
	float:right;
}
.menuOn {
	color:#9D8D55;
	font-size:11pt;
	font-weight:bold;
	width:110px;
	background-image: url(/images/menuON.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
}
.menuOFF {
	color:#F5F2E6;
	font-size:11pt;
	font-weight:bold;
	width:110px;
	background-image: url(/images/menuOFF.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align:center;
}
.text {
	display:none
}
.printText {
	display:none
}
.button {
	background:#F5F2E6;
	border:1px solid #9D8D55;
	padding:4px;
}
.textMain {
	font-size:10pt;
	color:#4F4F4F;
}
.print {
	margin-right:10px;
	margin-bottom:10px;
}
.input {
	width:150px;	
}
.select {
	width:150px;	
}
.radio {
	width:25px;	
}   
.textarea {
	width:315px;
	background: transparent;	
} 
.inputL {
	width:312px;	
}