@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Gill Sans, trebuchet ms, Tahoma, Verdana, Helvetica, sans-serif;
}
a:link {
	color: #CC0033;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
body {
	background-color: #99CC33;
}
.design {
	text-align: center;
	font-size: 0.8em;
	padding-top: 7px;
	background-color: #99CC33;
}
p {
	padding-left: 15px;
}
h3	{
	padding-left: 15px;
	}
h1 {
	padding-left: 15px;
}
#nav {
	background-image: url(../images/back_nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#tableLayout {
	height: 677px;
}
