html, body, table, tr, td, img, object, embed {
	margin: 0px;
	padding: 0px;
}

img, object, embed {
  display:block;
}

body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #99CC00;
	text-decoration: underline;
}
a:active {
	color: #CCFF00;
	text-decoration: underline;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: normal;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #99CC66;
	font-weight: normal;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #008CCC;
	font-weight: bold;
}

ul{
    padding-left: 4px;
    margin-left: 4px;
    list-style-type: none;
}

ul li {
    padding-left: 12px;
    background: url(images/arrow.gif) 0em 0.1em no-repeat;
    margin-bottom: 0.5em;
}

ul.spacious li {
    padding-left: 12px;
    background: none;
    margin-bottom: 1em;
}

ul ul {
  margin-top: 0.5em;
}
div.caption {
  width:90%;
  margin:5px 5% 20px;
  text-align:center;
  font-weight:bold;
}