body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#menu ul {
	text-decoration: none;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#menu li {
    	display: inline;
}

#menu span a, a:link, a:visited {
	text-decoration: none;
	color: #0000FF;
}

#content-wrap h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #009933;
}
#content-wrap p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

#content-wrap li {
	list-style-type: square;
}
#content-wrap ol {
	list-style-type: square;
}

td{
  font-size: 9pt;
}


ul li {
  ine-height: 2em;
}

h1, h2, h3 {
   font-family: 'Trebuchet MS', Arial, sans-serif;
   font-weight: bold;
}
h1 {
   font-size: 1.5em; 
}
h2 {
   font-size: 1.3em;
   text-transform: uppercase;
   color: #339900;
}
h3 {
   font-size: 1.1em;
   text-transform: uppercase;
   color: #333;
   letter-spacing: 1px;
}

img {
   border: 0px solid #CCC;
}

#footer a:link{
   color: #FFFFFF;
}

a:hover{
   text-decoration: underline;
}

