<!-- Style sheet -->


/*Table and Cell styles definitions*/

.whitebg { background-color: #ffffff; }

table#menubar	{
	margin: 0;
	cellpadding: 4;
	cellspacing: 0;
	text-align: center; }

td.mainbody {
	background-color: #d0d0d0;
	text-align: center; 
	padding: 20;
	 }



/*Headline style definitions*/
h1 { font-family: georgia, "times new roman", times, serif: font-size: xx-large; padding-top: 10pt; }
h2 { font-family: georgia, "times new roman", times, serif; font-size: x-large; padding-top: 10pt; }
h3 { font-family: georgia, "times new roman", times, serif; font-size: large; padding-top: 5pt; }
h4 { font-family: georgia, "times new roman", times, serif; font-size: medium; padding-top: 5pt; }


/*Text style definitions*/
p { 	font-family: georgia, "times new roman", times, serif; 
	font-size: 10pt; 
	padding-top: 5pt; 
	margin-left: 20px; 
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #383838; 
	align: left; }

/*This section is for the ENTER button on the first page*/
.enter {
	font-family: georgia, "times new roman", times, serif; 
	font-size: 18pt; }

a.enterlink:link {
	color: #000080; 
	background-color: #ffffff;
	border-style: outset; }

a.enterlink:visited {
	color: #000080; 
	background-color: #ffffff;
	border-style: outset; }

a.enterlink:hover {
	color: #ffffff;
	background-color: green; 
	border-style: outset; }

a.enterlink:link {
	color: #000080; 
	background-color: #ffffff;
	border-style: inset; }

.copyright { 
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	padding-top: 2pt; 
	text-align: center; }

div.mbody p { 
	text-align: left;
	}

.menuDkSm { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #7F969F ; 
	line-height:14pt; 
	text-decoration:none; 
	font-weight: bold; }

.title { 
	font-family: verdana, arial, sans-serif; 
	font-size: 10pt; 
	font-weight: bold; 
	font-style: italic; 
	margin-bottom: 0px; }

.details { 
	font-family: verdana, arial, sans-serif; 
	font-size: 8pt; 
	margin-top: 0px; }


/*Graphic elements*/
hr { 	height: 3px; 
	border-top-width: 3 px; 
	border-top-style: double; 
	border-top-color: #ffffff; }

td.logobkgrnd {
	background-color: #000080;
	align: left; }

.logobig { 
	font-family: Moderne, sans-serif; 
	font-size: 30pt; 
	color: #ffffff; 
	margin-left: 20px; 
	margin-right: 20px; }

.logosmall { 
	font-family: Moderne, sans-serif; 
	font-size: 20pt; 
	color: #c0c0c0; }

a:hover { color: #990000; }


/*Images*/
img.floatleft {
	float: left;
	margin-left: 20px; 
	margin-right: 20 px; }

img.floatright {
	float: right;
	margin-left: 20px; 
	margin-right: 20 px; }