#topbox
{
position: absolute;
left: 0px;
top: 0px;
background-image: url("images/toppstripe.gif");
background-repeat: repeat-x;
height: 50px;
width: 100%
}

#mainbox
{
position: absolute;
background-color: #fff;
left: 40px;
top: 50px;
}

body
{
background-color: #fff;
margin: 0px;
color: #0f0;
padding: 0px;
}

p,
ol,
ul,
li
{
color: #000;
font-family: Georgia, serif;
font-size: 16px;
line-height: 24px;
margin-bottom: 10px;
margin-top: 0;
margin-right: 13px;
}

ul,
li
{
margin-bottom: 0px;
margin-top: 0em;
list-style-image: url("images/bullet.gif");
padding: 0px;
margin-left: 7px;
}

.head1,
.head2
{
font-size: 28px;
margin-bottom: 35px;
margin-top: 0px;
}

.head2
{
font-size: 20px;
margin-bottom: 10px;
margin-top: 20px;
}

.inset {
margin-left: 70px;
}

.afterbullet {
margin-top: -20px;
}

td {
vertical-align: top;
padding: 0px;
margin: 0px;
}

tr {
padding: 0px;
margin: 0px;
}

img
{
border: 0px;
margin: 0;
padding: 0;
}

.tiny
{
font-size: 14px;
color: #999;
font-weight: normal;
line-height: 14px;
}

em
{
color: #d00;
font-style: normal;
font-weight: bold;
}

strong
{
color: #444;
}

a:link,
a:visited,
a:hover,
a:active
{
color: #800;
text-decoration: none;
font-weight: bold;
}

a:hover
{
color: #d00;
text-decoration: underline;
}

a:active
{
color: #999;
text-decoration: none;
}

