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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body.popup {
	background-color: #FFFFFF;
	background-image: url(images/spacer.gif);
	background-repeat: repeat;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	color: #333399;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #ffff99;
}
a:active {
	color: #75748e;
}
td,tr {
	vertical-align: top;
}
.small_print {
	font-size: 9px;
	color: #333399;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	color: #333399;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: 400;
	color: #000033;
	margin-bottom: 0;
}
.white {
	color: #FFFFFF;
}
.dark {
	color: #000033;
}
a.email {
	color: #ffff99;
}
.purple {
	color: #333399;
}
a.nav {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #333399;
	text-decoration: none;
}
a.nav:active {
	color: #ffff99;
	text-decoration: none;
}
a.nav-selected {
	color: #ffff99;
	text-decoration: none;
}
a.nav-selected:visited {
	color: #ffff99;
	text-decoration: none;
}
a.nav-selected:hover {
	color: #333399;
	text-decoration: none;
}
a.nav-selected:active {
	color: #ffff99;
	text-decoration: none;
}
ul.project {
	margin-top: 0;
}