body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#006599;
	line-height:1.2;
	font-size:11px;
	margin:0px;
}
table.navbgcolor	{
	background-color:#CCCC9A;
}
td.grey	{
	background-color:#73868C;
}
td.buttonbg	{
	background-image:url(images/nav-bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
td.bottomnav	{
	background-color:#3398CC;
}
td.undermainpic	{
	background-color:#3398CC;
}
td.white	{
	background-color:#FFFFFF;
}
td.greybar	{
	background-color:#D1CCC6;
}
td.lightgrey	{
	background-color:#F2F2F2;
	vertical-align:middle;
	display:table-cell;
}
td.lightmedgrey	{
	background-color:#DADADA;
}
td.lightestgrey	{
	background-color:#FBFBFB;
	vertical-align:middle;
	display:table-cell;
}
td.padding64	{
	padding-left:64px;
}
td.linkpic	{
	background-image:url(images/links-pic.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
h1	{
	font-size:22px;
	padding-left:10px;
}
h2	{
	font-size:16px;
	color:#3C3C3C;
	font-weight:bold;
}
p	{
	padding-left:10px;
	padding-right:10px;
}
p.bottom	{
	color:#000000;
	margin:0px;
}
a.nav	{
	color:#FFFFFF;
	font-size:17px;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:semi-expanded;
}
a.nav:hover	{
	color:#FFFFFF;
	font-size:17px;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-stretch:semi-expanded;
}
a.link	{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	font-weight:800;
}
a.link:hover	{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
	font-weight:800;
}
a.links	{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:lighter;
}
a.links:hover	{
	color:#FFFFFF;
	font-size:11px;
	text-decoration:underline;
	font-weight:lighter;
}
.padding8	{
	padding:8px;
}
.copyright	{
	color:#FFFFFF;
	padding-right:10px;
}
.copyright ul {
	margin:0px;
}
.copyright ul li {
	display:inline;
	margin-right:5px;
	font-size:10px;
}
.copyright a {
	color:#FFFFFF;
	text-decoration:none;
}
.copyright a:hover {
	text-decoration:underline;
}
p.links	{
	color:#FFFFFF;
	font-size:24px;
}
p.links2	{
	color:#FFFFFF;
	font-size:18px;
}
p.padding8b {
	padding:0px;
	margin:0px;
}
#links	li	{
	padding-left:20px;
	list-style-type:none;
	line-height:19px;
}









/* creates illusion of cellpadding on all td's */
.labels, .continue-button {
	padding:5px;
}



/* makes labels bold */
.labels {
	font-weight:bold;
}



/* centers the continue button */
.continue-button {
	text-align:center;
}



/* you may modify the individual text areas with this */
.T01 input, .T02 input, .T03 input {
	font-size:12px;
	width:80px;
}



/* modifies the space around the continue button */
.continue-button input {
	padding-top:5px;
}