#headBg {
	background-image: url(../images/hBg.gif);
	background-repeat: repeat-x;
	background-position: bottom;

}
td,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#menuBg {
	background-image: url(../images/menuBg.gif);
	background-repeat: no-repeat;
	color: #0000FF;

}
#shadow {
	background-image: url(../images/menuShadow.gif);
	background-repeat: no-repeat;
}
h1,h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CC5403;
}
a:hover {
	text-decoration: none;
}
#bluelinks a {
color:#0099FF
}