/* CSS Document */

<style type="text/css">
<!--
body {
	background-image: url(images/page_bg.jpg);
	background-repeat: repeat-x;
}
body,td,th {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.footer {
	color: #FFFFFF;
	font-size: 10px;
}
.menu_sub_links{
	font-size: 12px;
	color: #ebba4e;
	text-decoration:none;
}
.menu_sub_links:hover{
	font-size: 12px;
	color: #ebba4e;
	text-decoration:underline;
}
.note{
	color: #FFFFFF;
	font-size: 9px;
}
.white_text{
	color: #FFFFFF;
}

-->
</style>