/* CSS Document */

body, html {
margin:10px 0;
background-color:#C2D7A1;
color:#333;
}

body {
min-width:800px;
font-size:80%;
text-align:center;
}

body, p, li, td, div {
font-family: "Lucida Grande", "Myriad Roman", Trebuchet, Helvetica, Arial, sans-serif;
color:#666666;
}

p, li, td, div {
font-size:1em;
line-height:1.7em;
}

p {
margin-top:0px;
}

h1, h2, h3, h4, h5, h6 {
font-family:"Times New Roman", Times, serif;
color: #534B30;
font-weight:normal;
}

li {
list-style-type: square;
}


h1 {
font-size:1.8em;
}

h2 {
margin-top:2em;
font-size:1.5em;
}

h3 {
margin-top:1.8em;
font-size:1.3em;
text-transform:uppercase;
}

h4 {
font-size:1.1em;
font-weight:bold;
}

h5 {
font-size:.9em;
text-transform:uppercase;
font-weight:bold;
}

h6 {
font-size:.85em;
text-transform:uppercase;
}



img {
border:none;
}

a:link, a:active, a:visited {
color: #993300;
text-decoration:none;
}

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



/* CSS TABLE PROPERTIES */

.table{
margin-bottom:25px;
overflow: auto;
width: 100%;
}

.tr, .trh{
clear:both;
width:100%;
}

.tr{
border-bottom:1px dotted #DFDFDF;
margin:10px 0;
height:20px;
}

.trh{
background-color:#EFEFEF;
border-bottom:1px solid #666666;
margin:0 0 10px 0px;
height:30px;
}

.td, .th{
float:right;
width:60px;
border-left:1px dotted #DFDFDF;
height:20px; 
padding:0px 5px;
}

.trh, .trh .th {
font-weight:bold;
font-size:.95em;
text-transform:uppercase;
border-left:none;
line-height:30px;
vertical-align:middle;
}

