input
{
	font-size: 12px;
	font-family: Verdana;
}

.normal
{
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold
}

.header
{
        color: rgb(240,240,240);
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
	background-color: rgb(0,0,10);
}

.statusTable
{

}

.statusLabel
{
	background-color: rgb(0,0,10);
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
	font-weight: normal;
}

.statusData
{
        background-color: rgb(0,0,20);
        color: yellow;
        font-family: Verdana;
        font-size: 12px;
	font-weight: normal;
}

TD
{
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
}

.oneLine
{
        color: rgb(240,240,240);
        font-family: Verdana;
        font-weight: bold;
	    font-size: 12px;
}

.explanation
{
	color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
	font-weight: normal;
}

.report
{

        background-color: rgb(0,0,50);
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold

}

.error
{

        background-color: rgb(100,0,0);
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold

}

a:link
{

        color: #FAE44B;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold

}

a:visited
{

        color: #C09718;
        font-family: Verdana;
        font-size: 12px;
        font-weight: bold

}

.title
{

	background-color: rgb(0,0,0);
	color: rgb(240,240,240);
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1pt solid red;

}

.content
{

        background-color: rgb(0,0,0);
        color: rgb(240,240,240);
        font-family: Verdana;
        font-size: 12px;
}

BODY
{

	background-color: #000000;
	color: rgb(240,240,240);
	font-family: Verdana;
	font-size: 12px;

}
