
#navcontainer { width: 140px; }

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:right;

}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	margin-right: 20px;
	margin-top: 10px;
}

#navcontainer a
{
display: block;
padding: 3px;
padding-right: 10px;
width: 140px;

}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #7f7f7f;
color: #fff;
}
body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
label
{
width: 80px;
float: left;
text-align: right;
margin-right: 0.5em;
display: block;
font-weight:bold;
color:#333333;
}
legend
{
font-weight:bold;
color:#800000;
}
.mybox {
	height: 75px;
	width: 300px;
	border: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: left;
}

.myinnerbox{
	font-size:10px;
	margin: 7px;
	height: 75px;
	overflow-y: scroll;
	overflow-x:hidden;
}
a{
	color: #800000;
	text-decoration: none;
}
a:hover{text-decoration: underline;}
h1{
	font-size: 20px;
	margin-bottom: 1px;
	color: #333333;
}
h2{
	font-size: 18px;
	margin-bottom: 1px;
	color: #333333;
}
h3{
	font-size: 16px;
	margin-bottom: 1px;
	color: #333333;
}
