body, div, p, td, th, input, textarea, select, a{
font-family: "Trebuchet MS", Arial, sans-serif;
font-weight: normal;
font-style: normal;
font-size: 12px;
color: #000000;
line-height: 15px;
}

body {
background-color: #000000;
}

body, div, td {
margin: 0px;
padding: 0px;
}

p {
padding: 0px;
margin: 5px 0px 5px 0px;
}

td {
vertical-align: top;
}

a:link, a:active, a:visited {
text-decoration: none;
font-weight: bold;
color: #575757;
}

a:hover {
text-decoration: underline;
color: #a7a7a7;
}

a.arrow:link, a.arrow:active, a.arrow:visited {
text-decoration: none;
font-weight: bold;
color: #077001;
background-image: url('../img/arrow.gif');
background-repeat: no-repeat;
background-position: 0px 50%;
padding-left: 12px;
}

a.arrow:hover {
text-decoration: underline;
color: #368b31;
}

a.chapter:link, a.chapter:active, a.chapter:visited {
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

a.chapter:hover {
text-decoration: underline;
color: #b0b0b0;
}

img {
border-style: none;
}

h1.green {
color: #077001;
margin: 15px 20px 0px 20px;
padding: 0px;
text-transform: uppercase;
font-size: 14px;
}

.button {
border: 2px solid #000000;
font-weight: bold;
font-size: 13px;
cursor: pointer;
color: #000000;
background-color: #ffffff;
}

.border, .box {
border: 1px solid #000000;
}

hr {
color: #000000;
background-color: #000000;
height: 1px;
border-style: none;
}

.textleft {
text-align: left;
}

.textcenter {
text-align: center;
}

.textright {
text-align: right;
}

.p5 {
padding: 5px;
}

.p10 {
padding: 10px;
}

.m5 {
margin: 5px;
}

.m10 {
margin: 10px;
}

.block {
display: block;
}

.inline {
display: inline;
}

.rel {
position: relative;
}

.abs {
position: absolute;
}


