body, html {
    margin: 0px;
    padding: 0px;
    background-color: white;
}

body, ul, td, th, p, h1, h2, h3, h4, small, .small,
.tableTitle, .tableExtras, input, textarea, select {
    font-family: verdana, arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
    font-weight: bold;
    color: #000066;
}
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 110%; }
h4 { font-size: 100%; }

hr {
    border: 0px;
    color: black;
    background-color: black;
    height: 1px;
}

body, ul, td, th {
    font-size: 85%;
}

li {
	padding-top: 3px;
	padding-bottom: 3px;
}

acronym {
        border-bottom: 1px dashed #00cc00;
        cursor: help;
}

.sidebar {
	font-size: 80%;
	padding: 5px;
}

.sidebar p {
	text-align: left !important;
}

small, .small {
	font-size: 75%;
}

a.small {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0px;
}

table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

ul.simple {
	padding-left: 8px;
	margin: 0 0 1em 0;
}
ul.simple li {
	padding: 0px;
	list-style-type: none;
	font-size: 125%;
}

li {
    margin: 1px 0 1px 1px;
    padding: 1px 0 1px 11px;
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: center left;
}
li.header {
    font-size: 135%;
    padding: 5px 0px 5px 11px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
}
li.active {
    font-weight: bold;
}
li a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
div.clear {
	visibility: hidden;
	display: none;
}