body 
{
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
color: #000000;
background: #302514;
background-image: url("pictures/back.jpg");
background-position: bottom;
background-repeat: repeat-x;
text-align: left;
white-space: normal;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
}

.style1 
{
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
}

.style2 
{
color: #7591A4;
font-weight: bold;
font-size: 12px;
}

.style3
{
color: #000000;
font-weight: bold;
font-size: 14px;
}

.style4
{
color: #882A2A;
font-weight: bold;
font-size: 12px;
}

.style5
{
color: #000000;
font-weight: bold;
font-size: 12px;
}

.style6
{
color: #000000;
font-weight: italic;
font-size: 12px;
}

.style7
{
color: #7591A4;
font-weight: italic;
font-size: 16px;
}


.style39
{
color: #FF0000
}

table.sample 
{
border-width: thin;
border-spacing: 0px;
padding: 0px;
border-style: none;
border-color: #DFDFD8;
border-collapse: separate;
background: #FFFFFF;
}

table.sample th {
border-width: thin;
padding: 0px;
border-style: none;
border-color: DFDFD8;
-moz-border-radius: ;
}

table.sample td 
{
border-width: 1px;
padding: 0px;
border-style: solid;
border-color: #DFDFD8;
-moz-border-radius: ;
}

<table class="sample">
<tr>
<th>Header</th>
<td>Content</td>
</tr>
</table>
}

table.inner 
{
border-width: 0px;
border-spacing: 0px;
padding: 0px;
border-style: none;
border-color: #C5C5C5;
border-collapse: separate;
background: #FFFFFF;
}

table.inner th 
{
border-width: 0px;
padding: 0px;
border-style: none;
border-color: C5C5C5;
-moz-border-radius: ;
}

table.inner td 
{
border-width: 0px;
padding: 0px;
border-style: none;
border-spacing: 0px;
border-color: C5C5C5;
-moz-border-radius: ;
}

<table class="inner">
<tr>
<th>Header</th>
<td>Content</td>
</tr>
</table>
}

a 
{
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #7591A4;
text-decoration : none; 
}

a:visited 
{
color: #7591A4;
}
a:hover 
{
color: #89292A;
}
a:active
{
color: #000000;
}

label
{
width: 4em;
float: left;
text-align: right;
margin: 10 1em 10px 10;
clear: both
}

.input-box
{
float: left;
margin-bottom: 10px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
color: #000000;
background: #E2E2E2;
border: #9C9C9C solid 1px
}

.submit-button
{
margin-left: 0em;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px
}

fieldset
{
border: #999999 solid 1px;
width: 200px
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-left: 1em;
margin-right: 1em;
margin-top: 3px;
margin-bottom: 1em;
padding: 0px 0px
}

legend
{
padding: 0px 0px
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
color: #000000;
margin-left: 1em;
margin-right: 1em;
} 

.check-box
{
float: left;
margin-bottom: 10px;
font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
font-size: 12px;
color: #000000;
background: #E2E2E2;
border: #9C9C9C solid 1px
}
