body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(graphic/background.jpg);
	background-attachment:scroll;
	background-position:top;
	background-repeat:repeat-x;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
}
a { 
	color: #F47200;
}
.htmling {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color:#000066;
}
h1{
	font-size: 1.4em;
	color: #A3AA88;
	display:inline;
}
h2{
	font-size: 1.1em;
	color: #A3AA88;
	display:inline;
}
h3{
	font-size: 0.8em;
	color: #A3AA88;
	display:inline;
}
acronym {
	border-bottom: 1px dashed #F47200;
	cursor:help;
}
.inTextBox {
	padding: 5px;
	border: 1px solid #999999;
	float: right;
	margin: 10px;
}
#main {
width: 50%;
margin-top: 10px;
float: left;
padding:20px;
}
#right {
margin-left: 10px;
width: 200px;;
float: left;
margin-top: 10px;
padding:20px;
}
.menulink {
font-size: 1.0em;
color: #A3AA88;
display:inline;
font-weight:bold;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
}
.menulink:hover {
font-size: 1.0em;
color: #F47200;
display:inline;
font-weight:bold;
text-decoration: none;
padding-left: 15px;
padding-right: 15px;
}
.rightsmall {
	font-size: 0.9em;
}
.rightdate {
	font-size: 0.7em;
	color:#999999;
}
.copyright {
	font-size: 0.7em;
	color:#666666;
}
.navigator {
	font-size: 0.75em;
	color:#666666;
	padding:5px;
}
.navigator a {
	text-decoration: none;
	color: #666666;

}
.navigator a:hover {
	text-decoration: underline;
	color: #F47200;

}
ul{
	list-style-image:url(graphic/dot.jpg);
}
li{
	margin-top: 4px;
}