BODY
{
}
.contentHeader
{
    font-family: Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 15pt;
    COLOR: navy;
    padding: 5px;
}
.sectionHeader
{
    font-family: Arial;
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    COLOR: navy;
}
.content
{
	font-family: Arial;
	font-size: 11pt;
}
.instructions
{
    FONT-SIZE: 10pt;
    FONT-STYLE: italic;
}
.fieldLabel
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    TEXT-INDENT: 2pt;
    BACKGROUND-COLOR: #e0e0e0;
}
.adminbutton
{
	background-color: #e0e0e0;
	color: #0929BC;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
}
.adminbutton:hover
{
	background-color: #EFBA50;
}
TH
{
    FONT-WEIGHT: bold;
    COLOR: white;
    BACKGROUND-COLOR: silver;
    TEXT-ALIGN: center;
}
.warning
{
    FONT-WEIGHT: bold;
    COLOR: red;
    BACKGROUND-COLOR: yellow;
}
.footer
{
    COLOR: white;
}
TD
{
    FONT-WEIGHT: 500;
    FONT-SIZE: 10pt
}

