TH.std
{
	font-weight: bold;
	font-size: 10pt;
	background: navy;
	color: white;
	font-style: normal;
	font-family: Arial;
	text-align: left;
}

TR.std
{
	font-weight: normal;
	font-size: 11pt;
	background: #f0f0f0;
	color: black;
	font-style: normal;
	font-family: Arial;
}

TR.headerBg
{
	font-weight: normal;
	font-size: 9pt;
	background: #f9fbc6;
	color: yellow;
	font-style: normal;
	font-family: Arial;
}

TR.answerBg
{
	font-weight: normal;
	font-size: 9pt;
	background: #ffffcc;
	color: black;
	font-style: normal;
	font-family: Arial;
}

TD.queryHdr
{
	font-weight: bold;
	font-size: 9pt;
	color: red;
	font-style: normal;
	font-family: Arial;
}

.queryTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: darkblue;
	font-style: normal;
	font-family: Arial;
}

.answerTitle
{
	font-weight: bold;
	font-size: 9pt;
	color: darkred;
	font-style: normal;
	font-family: Arial;
}

.answer
{
	font-weight: normal;
	font-size: 12pt;
	color: black;
	font-style: normal;
	font-family: Arial;
}

a:link
{
	color: #cc0000;
	font-weight: bold;
}

a:unknown
{
	color: #cc0000;
	font-weight: bold;
}

a:active
{
	color: #cc0000;
	font-weight: bold;
}

#qalink:visited
{
	color: darkblue;
	font-weight: bold;
}

a:hover
{
	color: teal;
	font-weight: bold;
    text-decoration: underline
}

.required_field
{
	color: red;
	font-weight: bold;
}

.required_field_note
{
	color: red;
	font-size: 9pt;
	font-weight: bold;
}


.footnoteP
{
	color: #800080;
	font-size: 9pt;
	font-weight: bold;
}

