A:link {color: blue; text-decoration: underline}
A:visited {color: #660066; text-decoration: underline}
A:active {color: #3333CC; text-decoration: underline}
A:hover {color: #3333CC; text-decoration: underline}

BODY {background-color: #FFFFFF; color:#000000}
H1, H2 {font-family: arial, helvetica, verdana, "sans serif"}
H1 {background-color: navy; color: #DDDDDD; font-size: 24pt;
    text-align: center}
H2 {background-color: #DDDDDD; color: navy; font-size: 18pt;
    text-align: center}
H3 {font-family: "times new roman", garamond, goudy, times, serif;
    font-size: 14pt; font-weight: bold}
P {font-family: "times new roman", garamond, goudy, times, serif;
   font-size: 12pt; text-align: justify}
P.center {text-align: center}
P.foot {font-size: 10pt}
ol {text-align: justify}
DIV.center {font-family: "times new roman", garamond, goudy, times, serif;
            font-size: 12pt; text-align: center}
DIV.menu {font-family: arial, helvetica, verdana, "sans serif";
          font-size: 9pt}
DIV.textmenu {font-family: arial, helvetica, verdana, "sans serif";
              font-size: 8pt; color: blue; text-align: center;
	      background-color: #DDDDDD}
DIV.copyright {font-family: arial, helvetica, verdana, "sans serif";
               font-size: 8pt; color: blue; text-align: center}
DIV.acknow {font-family: arial, helvetica, verdana, "sans serif";
            font-size: 8pt; color: black; text-align: center}
DIV.foot {font-size: 10pt; text-align: justify}
TD.h1 {background-color: navy; color: #DDDDDD; font-size: 24pt;
         text-align: center}
TD.h2 {background-color: #DDDDDD; color: navy; font-size: 18pt;
         text-align: center}
TD.h3 {background-color: #DDDDDD; color: navy; font-size: 14pt;
         text-align: center}
TD.menu {background-color: #DDDDDD; vertical-align: middle; font-size: 8pt;
         text-align: center; font-family: arial, helvetica, verdana, "sans serif"}
TD.caption {font-size: 8pt}
#nav-side {
	margin: 0;
	padding: 0;
	background: transparent;
	list-style-type: none;
	width: 158px;
	float: left;  /* contain floated list items */
	font-family: arial;
	font-size: 9pt;
}
#nav-side li {
	margin: 0;
	padding: 0;
	float: left;  /* this corrects the */
	width: 100%;  /* IE whitespace bug */
}
#nav-side li a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #000;  /* black */
	text-decoration: none;  /* no bullets */
	padding: 0 5px;  /* no padding top/bottom; 15px left/right */
	line-height: 1.5;
}
#nav-side a:hover {
	background: #00cccc;
	font-weight: bold;
}
#nav-side li.menu-top a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #000;  /* black */
	text-decoration: none;  /* no bullets */
	padding: 0 5px;  /* no padding top/bottom; 15px left/right */
	line-height: 2;
	margin-top: 8px;
	border-top: 1px solid #888;
}
#nav-side li.menu-section a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #000;  /* black */
	text-decoration: none;  /* no bullets */
	padding: 0 5px;  /* no padding top/bottom; 15px left/right */
	line-height: 1.5;
	border-top: 1px solid #888;
}
#nav-side li.menu-bot a {
	display: block;  /* to increase clickable area as a's default to inline */
	color: #000;  /* black */
	text-decoration: none;  /* no bullets */
	padding: 0 5px;  /* no padding top/bottom; 15px left/right */
	line-height: 2;
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
}
