body {
        font-family : arial, serif;
        font-weight : normal;
        font-size: 10pt;
        font-style : normal;
        color : #F1E6E4;
        background-color: #CC9999;

        scrollbar-arrow-color: #CC9999;
	leftmargin: 0px;
	topmargin: 0px;
	rightmargin: 0px
	bottommargin: 0px;
	marginwidth: 0px;
	marginheight: 0px;
}

th     	{  font-family: Arial, serif; font-size: 12pt; font-weight: bold; }
td     	{  font-family: Arial, serif; font-size: 10pt; font-weight: normal; color: #000000;}
form   	{  font-family: Arial, serif; font-size: 10pt}
p	{  font-family: Arial, serif; font-size: 10pt; font-weight: bold; }
p.title {  font-family: Arial, serif; font-size: 12pt; font-weight: bold; color: #996666;}
li	{  font-family: Arial, serif; font-size: 10pt; font-weight: bold; color: #996666; }

a:link {
        font-size: 10pt;
        color: #996666;
        text-decoration: none
}

a:visited {
        font-size: 10pt;
        color: #996666;
        text-decoration: none
}

a:hover {
        font-size: 10pt;
        color: #996666;
        text-decoration: none
}

INPUT
{
    border: 1px #CC9999 solid;
    font-family: Arial;
    background: #FFFFFF;
    font-size: 10px;
    color: #996666;
}
SELECT
{
    border: none;
    font-family: Arial;
    background: #FFFFFF;
    font-size: 10px;
    color: #996666;
}
TEXTAREA
{
    border: 1px #CC9999 solid;
    font-family: Arial;
    background: #FFFFFF;
    font-size: 11px;
    color: #996666;
}

