/*------------------html elements-----------------------*/

a,body,caption,div,em,fieldset,h1,h2,h3,h4,h5,h6,h7,h8,h9,input,label,legend,li,ol,p,select,span,strong,sup,td,textarea,th,ul {
font-family: trebuchet ms, gill sans, helvetica, verdana, arial; 
}

body {
background-color:#FFFFFF;
color:#ffffff;
font-size:90%;
margin:0px;
line-height:1.3em;
}

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

td{
align:left;
vertical-align:top;
}

a {
color:#887866;
text-decoration:none;
}

a:hover {
color:#ffffff;
}

.whitebig {
font-size:110%;
font-weight:normal;
}

.whitebigbold {
font-size:110%;
font-weight:bold;
}
.whitebold {
font-weight:bold;
}

.black {
color:#000000;
font-size:80%;
text-decoration:none;
}

.blacklink {
color:#887866;
}

.blacklink:hover {
color:#89001A;
}

.sup {
font-size:70%;
}





