.caption {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : smaller;
}
.footer {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-align : center;
	color : #006600;
}
.footer2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : center;
	color : #006600;
}

BODY {
	background : #FFFFEE;
	margin : 0px;
	color : Black;
	font-family : Georgia, serif;
}

H1 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	font-style : italic;
	font-size : 18pt;
	color : #008000;
	margin-bottom : 0px;
}

H2 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	font-size : 16pt;
	color : #006600;
	letter-spacing : 1px;
	margin-bottom : 0px;
}
H3, H4, H5, H6 {
	font-family : "Trebuchet MS", sans-serif;
	font-weight : bold;
	color : #006600;
	margin-bottom : 0px;
}

P {
	font-family : Georgia, serif;
	margin-top : 10px;
	margin-bottom : 0px;
	line-height : 1.2em;
}

TABLE.nav_box {
	background-color : #EEFFEE;
	border : 1px dotted #006600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	}

TD.nav_box {
	padding-bottom : 7px;
	padding-left : 7px;
	padding-right : 7px;
	padding-top : 7px;
}

A:link    {color: #006600;
           text-decoration: underline;
}
A:visited {color: #006600;
           text-decoration: underline}
A:active  {color: #FF0000;
           text-decoration: underline}
A:hover   {color: #FF0000;
           text-decoration: underline;
           background-color: #CCFFCC}

A.nav:link    {color: #006600;
               text-decoration: none;
               font-family : Arial, Helvetica, sans-serif;
               font-weight : normal;
}
A.nav:visited {color: #006600;
               text-decoration: none}
A.nav:active  {color: #FF0000;
               text-decoration: underline}
A.nav:hover   {color: #FF0000;
               text-decoration: underline;
               background-color: transparent}
