html, body {width:100%; height:100%}
p
{
    font-family: verdana, arial, helvetica, sans-serif;
}
.section
{
    background-color: #505b95
}


.whitetable, .whitetable TD, .whitetable TH
{
background-color:white;
color:black;
}

.section2
{
    background-color: #FF0000
}
.answertext
{
    background-color: #c0c5dd;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold
}
.answertextsmaller
{
    background-color: #c0c5dd;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 7pt;
}
.answertextsmall
{
    background-color: #c0c5dd;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal
}
.answertextnowrap
{
    background-color: #c0c5dd;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    white-space:nowrap
}
.answercell
{
    background-color: #ffffff
}
.questioncell
{
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left
}
.questioncellbig
{
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
}
.questioncellsmall
{
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 7pt;
    font-weight: bold
}
.questioncellright
{
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: right
}
.questioncellcenter
{
    color: #ffffff;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center
}
.answernote
{
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal
}
.answercomment
{
    background-color: #d9dcea;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt
}
.answercommentred
{
    background-color: #f9dcea;
    color: #CC0000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt
}
.answercommentbold
{
    background-color: #d9dcea;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
.answercommentredbold
{
    background-color: #f9dcea;
    color: #CC0000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
}
.answergroup
{
    background-color: #505b95;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10pt
}
a.question
{
    color: #ffffff
}
a.answer
{
    color: #0000ff
}
.textinput
{
    font-family: arial,helvetica,san-serif;
    font-size: 10px;
    font-weight: normal
}
.summarytext
{
    background-color: #d9dcea;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt
}
.summaryitem
{
    background-color: #d9dcea;
    color: #000066;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold
}
.blank
{
}

.awardtextbold
{
	color: #000066;
	font-weight: bold;
	font-size: 10pt;
	font-family: arial
}

.awardtext
{
	color: #000066;
	font-size: 10pt;
	font-family: arial
}
form.nobreak
{
	display:inline;
}
input.disableit
{
	background-color:silver;
}
input.enableit
{
	background-color:white;
}
SELECT.disableit
{
	background-color:silver;
}
SELECT.enableit
{
	background-color:white;
}
textarea.disableit
{
	background-color:silver;
}
textarea.enableit
{
	background-color:white;
}
li.faqspacing
{
	padding-bottom: 7px;
}
li.smallspacing
{
	padding-top: 2px;
	padding-bottom: 2px;
}
td.highlighted
{
  font-weight: bold;
  background-color: lightyellow;
}
span.faqQuestionTitle
{
    padding: 0px;
    border-style: none;
    border-width: 0px;
    margin: 0px 0px 0px 0px;
    display:block;
}