/* CSS */

html,tr,td,table {
color: #000000;
font-family: trebuchet ms;
font-size: 8pt;
line-height: 15px;
}

a {
color: #AD1603;
text-decoration: none;
}

a:hover {
color: #821304;
text-decoration: none;
}

body {
background: #fffff;
color: #000000;
font-family: trebuchet ms;
font-size: 8pt;
line-height: 15px;
margin-top: 0px;
}

strong {
color: #821304;
line-height: 15px;
}

b {
color: #821304;
line-height: 15px;
}

i {
color: #CF1D05;
}

em {
color: #CF1D05;
}

.sidebar {
background: #DBBBC0;
color: #801102;
margin: 0 0 2px 0;
padding: 7px;
font-weight:bold;
font-family:georgia;
text-transform: italicize;
-moz-border-radius: 15px 0;
}

.content_main {
color: #000000;
margin: 0 0 5px 0;
padding: 7px;
-moz-border-radius: 0 15px;
}


/* FORMS */

select {
background: #D5BCBF;
border: solid #AD1603 1px;
color: #000000;
font-family: trebuchet ms;
font-size: 8pt;
letter-spacing: 1px;
padding: 5px;
text-transform: capitalize;
-moz-border-radius:  10px; 
}

input, textarea {
background: #D5BCBF;
border: solid #AD1603 1px;
color: #000000;
font-family: trebuchet ms;
font-size: 8pt;
letter-spacing: 1px;
padding: 5px;
-moz-border-radius:  10px; 
}

/* SIDEBAR */

.pic {
padding: 7px;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;
letter-spacing:0px;
text-transform: uppercase;
-moz-border-radius: 15px 0;
}

.pic a {
color: #AD1603;
font-face: tahoma;
padding-top:5px;
padding-bottom:5px;
text-decoration: none;
}

.pic a:hover {
color: #670F03;
text-decoration: none;
}


/* IMAGES */

.img {
background: #670F03;
border: solid #ffffff 1px;
padding: 3px;
margin: 2px;
}