
a:link { color: #FFFF00; }
a:visited { color: #FFFF00; }
a:hover { color: #00FFFF; }
a:active { color: #FF0000; }

h1 {
font-size: 30px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
font-weight: normal;
color: #000000;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
text-decoration: none;
}

h2 {
font-size: 18px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
color: #000000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
text-decoration: none;
padding: none;
}

h3 {
font-size: 20px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
color: #FF0000;
font-weight: bold;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 5px;
text-decoration: none;
}

h4 {
font-size: 20px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
color: #FF0000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
padding-left: 40px;
text-decoration: none;
}

p {
font-size: 16px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
color: #000000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
padding-left: 10px;
}

p.bold {
font-weight: bold;
}


ul {
font-size: 16px;
font-family: helvetica, arial, SunSans-Regular, sans-serif;
color: #000000;
font-weight: normal;
margin-top: 0px;
margin-bottom: 0px;
text-decoration: none;
}


ul.checkbox
{
list-style-type: none;
padding: 0px;
margin: 10px;
}

li.checkbox
{
background-image: url('images/checkbox.png');
background-repeat: no-repeat;
background-position: 0px 5px;
font-weight: bold;
padding-left: 25px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}

ul.checkedbox
{
list-style-type: none;
padding: 0px;
margin: 10px;
}

li.checkedbox
{
background-image: url('images/checkedbox.png');
background-repeat: no-repeat;
background-position: 0px 5px;
font-weight: bold;
padding-left: 25px;
padding-right: 15px;
padding-top: 5px;
padding-bottom: 5px;
}


li.padded {
padding-top: 5px;
padding-bottom: 5px;
padding-right: 10px;
}