body { 
	color:#025430; 
	font-family: tahoma, verdana, arial; 
	font-size:14px;
	margin: 0;
	padding: 0;
}

a       {text-decoration: none}
A.whitebg:link { color: #508E73; background:#FFFFFF; }
A.whitebg:visited { color: #025430; background:#FFFFFF; }
A.whitebg:hover { color: #508E73; background:#FFFFFF; text-decoration: underline; }
A.whitebg:active { color: #508E73; background:#FFFFFF; }
A.greenbg:link { color: #508E73; background:#B0C1BA; }
A.greenbg:visited { color: #025430; background:#B0C1BA; }
A.greenbg:hover { color: #508E73; background:#B0C1BA; text-decoration: underline; }
A.greenbg:active { color: #508E73; background:#B0C1BA; }

.oldbrowser { display: none }

.summary { font-size: 11px; }

.disclaimer { 
	font-size: 10px;
	font-style: italic;
	text-align: center;
	}

#header {
	display: block; 
	width: 600px; 
	height: 332px; 
	background-image: url(banner.jpg); 
	background-repeat: no-repeat;
	text-align: left;
	padding: 0;
	margin: auto;
	border: solid 1px #fff;
	}

#links {
	margin: auto;
	text-align: center;
	padding-bottom: 10px;
	}

#content {
	background: #B0C1BA;
	width: 560px;
	margin: 350px auto 5px;
	padding: 10px;
	border: solid 2px #025430;
	text-align: left;
	}

#hidden { 
	height: 5px; 
	margin-top: 0px; 
	background-image: url("blank.gif"); 
	background-repeat : repeat 
	}

}

