body {
	background-image: url(bg.gif);
	margin: 0px;
	margin-top: 35px;
	margin-bottom: 35px;
}

body, td {
	font-family: ms sans serif;
	font-size: 8pt;
}.li1 {
	list-style-position: inside;
	list-style-image: url(b1.gif);
	list-style-type: circle;
}
/* Text Style */
.MenuText {
	color: #FFFFFF; font-family:tahoma; font-size: 10px; font-weight: bold;
}
.SubMenu {
	color: #FFFFFF; font-family:tahoma; font-size: 10px;
}


/* Link Style */
a {
	color: #3366FF;
	text-decoration: underline;
}
a:visited {
	color: #3366FF;
	text-decoration: underline;
}a:hover {
	color: #FF9900;
	text-decoration: none;
}
