
.body 
{
}

.main { 
BACKGROUND: url(images/body-middle.png) no-repeat 50% top; 
WIDTH: 100%;
padding-top: 40px;
padding-bottom: 40px;
font-family: Georgia;
font-size: 12;
color: #FDFFD2;
text-align: justify;
line-height: 20px;
list-style-position: outside;
list-style-image: url(images/star.png);
}

input {
BACKGROUND: url(images/input.gif); 
font-family: tahoma;
color: #ffffff;
font-size: 11px;
padding: 2px;
border: 1px solid #000000; 
height: 12px;
vertical-align: middle;
}


select, radio, checkbox {
BACKGROUND-COLOR: #C90000; 
font-family: tahoma;
color: #ffffff;
padding: 2px;
border: 1px solid #000000;
line-height: 0px; 
margin-top:20px;
}



textarea {
BACKGROUND-COLOR: #C90000; 
font-family: tahoma;
color: #ffffff;
font-size: 11px;
padding: 5px;
border: 1px solid #000000; 
}

.box { 
BACKGROUND: url(images/blk.png); 
padding: 20px;
font-family: Georgia;
font-size: 13;
color: #FDFFD2;
text-align: justify;
line-height: 20px;
border: 1px dashed #DB3001;
}

.disclaimer { 
BACKGROUND-COLOR:#AE0000;
font-family: tahoma;
font-size: 11;
color: #FFD9AA;
text-align: justify;
font-style:italic;
}

H1  { 
color: #FFE300;
font-family: Cambria;
font-variant: small-caps;
font-weight: bold;
text-align: center;
}

H2  { 
color: #FF7500;
font-family: Cambria;
text-transform:uppercase;
}



H3  { 
color: #ffffff;
font-family: Cambria;
font-style:italic;
letter-spacing: 4px;
margin-top: -19px;
margin-bottom: -3px;
font-size: 11;
}

.list {
background-color: #000000;
}

.listrow {
background-color:#5C0900;
}

.listcell {
padding: 3px;
font-family: Georgia;
font-size: 12;
color: #FDFFD2;
text-align: justify;
border: 1px solid #A60932;
}

A:link {
font-weight:bold;
text-decoration: none;
font-variant: small-caps;
color: yellow;
font-size: 12;
}

A:visited {
font-weight:bold;
text-decoration: none;
font-variant: small-caps;
color: yellow;
font-size: 12;
}


A:active {
font-weight:bold;
text-decoration: none;
font-variant: small-caps;
color: yellow;
font-size: 12;
}


A:hover {
font-weight:bold;
text-decoration: none;
font-variant: small-caps;
color: white;
}

