<!--
body {
	background-color: #006699;
	font-family: "Georgia", Times, serif;
}

.bodytext {
	font: 13px Georgia;
	color: #333333;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }

.bodytext a:link {color:#006699;
text-decoration: none;
}
.bodytext a:visited {color:#006699;
text-decoration: none;
}
.bodytext a:hover {text decoration: underline;
}
.bodytext a:active {color:#006699;
text-decoration: none;
}

.copyright {
	font: 11px Georgia;
	color: #333333;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }

.toolbar {
	font: 14px Georgia;
	font-weight:bold;	
	color: #ee293d;
	line-height:14px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }

.toolbar a:link {color:#ee293d;
text-decoration: none;
}
.toolbar a:visited {color:#ee293d;
text-decoration: none;
}
.toolbar a:hover {color:#2151a8;
text decoration: none;
}
.toolbar a:active {color:#ee293d;
text-decoration: none;
}

#tabs ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tabs ul li {
	margin: 0 ;
	padding: 0 ;
	display: inline ;
	text-align: center ;
	list-style: none ;
	font-family: Georgia, sans-serif ;
}
#tabs li a {
	color: #efefef ;
	background-color: #ee293d ;
	border: 1px outset #000 ;
	padding: 2px ;
	text-decoration: none ;
}
#tabs li a:hover {
	color: #2151a8 ;
	background-color: #999999 ;
}

.button {
	font: 17px Georgia;
	font-weight:bold;	
	color: #efefef;
	line-height:16px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }

.button a:link {color:#efefef;
text-decoration: none;
}
.button a:visited {color:#efefef;
text-decoration: none;
}
.button a:hover {color:#2151a8;
text decoration: none;
}
.button a:active {color:#efefef;
text-decoration: none;
}
.big {
	font: 30px Arial;
	color:#333333;
	line-height:35px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }
.largered {
	font: 22px Georgia;
	font-weight:bold;	
	color: #ee293d;
	line-height:24px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }
.largeblue {
	font: 22px Georgia;
	font-weight:bold;	
	color: #2251A9;
	line-height:24px;
	text-decoration: none;
	display:block;
	padding-left: 3px;
	padding-right: 3px;
   }