body {
        color: #DDDDDD;
        margin:0px;
}

td {
        color:#000000;
        font-family: arial;
        font-size: 12px;
        font-weight: normal;
}

th {
        font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
        color: #DDDDDD;
        border-bottom: 1px solid #C1DAD7;
        #border-top: 1px solid #C1DAD7;
        text-align: left;
}

a {
        color: #cc0000;
        text-decoration:none;
        font-weight:bold;
}

input {
        font-family: helvetica;
        font-size: 9pt;
        font-weight: bold;
        background-color: #CCCCDD;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        color: #000000;
}

input:focus {
        font-family: helvetica;
        font-size: 9pt;
        font-weight: bold;
        background-color: #DDDDCC;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        color: #000000;
}

textarea {
        font-family: helvetica;
        font-size: 9pt;
        font-weight: bold;
        background-color: #CCCCDD;
        border-color: #000000;
        border-style: solid;
        border-width: 1px;
        color: #000000;
}

textarea:focus {
        font-family: helvetica;
        font-size: 9pt;
        font-weight: bold;
        background-color: #DDDDCC;
        border-color: #554444;
        border-style: solid;
        border-width: 1px;
        color: #000000;
}

select {
        background-color: #CCCCCC;
}

a:hover {
        color: #990000;
        text-decoration:none;
}

a.admin {
	color: #CCCCFF;
	text-decoration:none;
	font-weight:bold;
}

td.admin {
	color:#DDDDDD;
        font-family: arial;
        font-size: 12px;
        font-weight: normal;
}

