/* colors
baby blue (background): 239,252,249 or EFFCF9
red: 204,0,51 or CC0033
title red: 220,20,60 or DC143C
blue
red
navy
gray-blue button border: 142,159,155 or 8e9f9b

*/

/* default font settings*/
body, body div, body p, body th, body td, body li, body dd	{
	voice-family:	inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11pt;
}

html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd	{
	font-size:	11pt;
}

div.footer {
  font-size: 70%;
  color: #000000;
}



.red {
	background-color:  #EFFCF9;
	color: #CC0033;
	font-weight: bold;
}

HR {
	background-color : #EFFCF9;
	color : #CC0033;
	height : 5px;
	}

HR.mop {
	background-color : #000000;
	color : #000000;
	height : 2px;
	}

A:HOVER {
	color : Red;
}

A:VISITED {
	color: blue;
}

BODY {
	background: #ffffff;
	margin : 0 0 0 0;
}

H1 {
	color : #DC143C;
	font : x-large;
}

H2 {
	font : italic large;
	color : Navy;
}

H3 {
	font-size : medium;
}

h4 {
	font-size : medium;
	color: Blue;
}

h5 {
	font-size: small;
	font-style: italic;
	font-variant: normal;
	text-decoration: underline;
}

h6 {
	font-size: smaller;
		text-decoration: none;
}

TABLE {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:	11pt;
}

TD.nav {
	background-color: #EFFCF9;
}
TD.content {
	padding: 10px;
}
TD.footer {
	background-color: #EFFCF9;
}

.small {
	font-size : smaller;
}



/* navigation options */

#button {
	width: 176px;
	padding: 0;
	margin: 0;
	font-family: Arial Narrow, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #EFFCF9;
	line-height: 11pt;
	}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#button li {
	border: 2px solid #EFFCF9;
	padding: 0;
	margin: 0;
	display: inline;
	}

#button li a {
	display: block;
	padding: 5px 5px 5px 5px;
	margin: 0;
	border: 2px solid #EFFCF9;
	background-color:  #EFFCF9;
	color: #000000;
	text-decoration: none;
	width: 100%;
	}

html>body #button li a {
	width: auto;
	}

#button li a:hover {
	border: 2px solid #8e9f9b;
	background-color:  #EFFCF9;
	color: #000000;
	}



