body {
	font-family: Geneva, Arial, Verdana, Helvetica, sans-serif;
	background-image: url('images/background3.jpg');
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #0099FF;
	text-decoration: none;
}
a:link {
	color: #333399;
	text-decoration: none;
}
a:hover {
	/* color: #00CC99; */
	color: #3399cc;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	/* color: #003399; */
	color: #3399cc;
}
a:active {
	text-decoration: none;
	/* color: #00CC99; */
	color: #3399cc;
}
p {
	font-size:12px;
}
th, td {
	font-size:12px;
}
.title {
	font-size: 18px;
	font-weight: bold;
	font-color: #0099FF;
	padding-left: 10px;
	padding-top: 10px;
}
.sg_logo {
	background-image: url('images/logo.jpg');
	background-repeat: no-repeat;
	height: 87px;
	width: 584px;
}
.nav {
	background-image: url('images/navigationbk.jpg');
	background-repeat: repeat-x;
	background-color: rgb(234,235,230);
}
.date-box {
	background-image: url('images/datebk.jpg');
	background-repeat: no-repeat;
}
.bottom-box {
	background-image: url('images/bottombk.gif');
	background-repeat: repeat-x;
	background-color: #FFCC00;
}
.whatsnew {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height:125%;
	background-image: url('images/graybox.gif'); 
	background-color: #999999;
}
.footer {
	font-family: Arial, Geneva, Verdana, Helvetica, sans-serif;
	font-size:11px;
}
.hide_layer {
  position: absolute;
  visibility: hidden;
}
.show_layer {
  position: absolute;
  visibility: visible;
}

