/* DFA Stylesheet v1.0 */ 

body.main
{
	font-family: "arial, sans-serif";
    font-size: 12;
    font-weight: normal;
    color: #000000;
}

.SmallText
{
    font-family: "arial, sans-serif";
    font-size: 10;
    font-weight: normal;
    color: #000000;
}

.SmallTextBold
{
    font-family: "arial, sans-serif";
    font-size: 10;
    font-weight: bold;
    color: #000000;
}

.BodyText
{
    font-family: "arial, sans-serif";
    font-size: 12;
    font-weight: normal;
    color: #000000;
}

.BodyTextBold
{
    font-family: "arial, sans-serif";
    font-size: 12;
    font-weight: bold;
    color: #000000;
}

.TitleText
{
    font-family: "arial, sans-serif";
    font-size: 14;
    font-weight: bold;
    color: #000000;
}

.Table
{
	background: #d2dbe9;
	
}