<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

</style>
a:link {
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	color: #0000FF;
	font-size: 12px;
	font-weight: bold;


}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	text-decoration: none;
	font-size: 12px;
	color: #0000FF;
	font-weight: bold;


}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC3300;
	font-weight: bold;
	text-decoration: none;

}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	left: 0px;
	top: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.style1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}
.style1 a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.style1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

.style1 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
}

#menuholder{
width:760px;
background-color:#F7E1B9;
border:0px;
margin:0px;
padding:0px;
}	
	
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0px;
margin:0px;
border:0px;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
padding:0px;
margin:0px;
border:0px;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
padding:0px;
margin:0px;
border:0px;
border-collapse:collapse;
z-index:80;
/*left:0px;*/
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:12px;
width:108px;
padding:8px 0;
color:#BD3918;
/* background:#949e7c;*/
background:#F7E1B9;
text-decoration:none;
margin-right:0px;
text-align:center;
}
/* style the links hover */
.menu :hover{
color:#F7E1B9;
/*background:#949e7c;*/
background:#BD3918;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:108px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

td {
text-align:left;
}