body {
background-color: #FFFFFF;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #696969;
background-image:url(bar.jpg);
background-position:right;
background-repeat: repeat-y;
vertical-align: top; 
}

#navlist {
position: absolute;
left: 480px;
top: 30px;
width: 110px;
}

#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 11px;
	text-decoration: none;
	right: auto;
}

#navlist a {
	display: block;
	padding: 2px 2px 2px 5px;
	border: 1px solid;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #999999;
}

#navlist a:hover, #navlist a:active {
background-color: #CCCCCC;
}

#link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
#link a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: bolder;
	color: #999999;
}
#link a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #999999;
	font-weight: bolder;
}
#link a:hover {
	text-decoration: underline;
}
#link a:active {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	color: #999999;
}
.style1 {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
}
.formborder {
	padding: 5px;
	border-top: 1px dotted #999999;

}
