body	{	font: 12px Verdana, Arial, san-serif;
			vertical-align:top;
			background-color:white;
			color:black;
			}


a
{
color:blue;
}

a:hover
{
color:blue;
}



.dataGrid
{
background-color:#CCCCCC;
width=600;
}

.dataGridTitle
{
background-color:#CCCCCC;
font-size:10pt;
font-weight:bold;
color:black;
}

.dataGridHeader
{
background-color:#FFCC33;
font-size:12pt;
font-weight:bold;
color:black;
}

tr
{
font-size:10pt;
}
select
{
font-size:10pt;
}

.dataGridRow
{
background-color:#FFFFFF;
font-size:10pt;
font-weight:normal;
color:black;
}

.reportCategoryHeader
{
background-color:#0099CC;
font-size:10pt;
font-weight:bold;
color:white;
}
.reportCategoryCandidateHeader
{
background-color:#CCCCCC;
font-size:10pt;
font-weight:normal;
color:black;
}
.reportCategoryCandidateDescription
{
background-color:white;
font-size:10pt;
font-weight:normal;
color:black;
}


.formtitle
{
background-color:#CCCCCC;
font-size:12pt;
font-weight:bold;
color:black;
}

.formSectionLabel
{
color:#000066;
font-size:10pt;
text-decoration:underline;
}

.formInstructions
{
font-size:10pt;
font-style:normal;
}

.formErrorText{
        font-size:10pt;
        background-color:#cccccc;
        color:red;
}

.formErrorField{
        background-color:#99ff99;
}

.formRowLabel
{
font-size:10pt;
color:#999999;
font-weight:normal;
}

.formColumnLabel
{
color:#000000;
font-size:10pt;
text-decoration:none;
font-weight:bold;
}

.pageTitle
{
font-size:12pt;
font-weight:bold;
color:black;
}

.tabMenuTab
{
text-align:right;
border-color:#000066;
}

.tabMenuTabSelected
{
color:#cdcbbe;
background-color:#000066;
text-align:right;
border-color:#000066;
}

a.tabMenuSelected
{
color:cdcbbe;
}

.errorMessage
{
color: red;
font-size:10pt;
font-weight:normal;
}

.copyright{
        color:#CCCCCC;
        font-size:8pt;
        font-weight:normal;
        text-align:center;
}

.messageHeader{
        color:#000000;
        background-color:#FFFFFF;
        font-size:10pt;
        font-weight:bold;
}
.messageBody{
        color:#000000;
        background-color:#FFFFFF;
        font-size:10pt;
        font-weight:normal;
}


.smallfont	{font: 9px Verdana, Arial, san-serif;
			}

.FAQ_Question { font-style:italic; font-weight:bold;}