@charset "UTF-8";
/* CSS Document */

/* permanet settings*/
/*
a:link     {  font-size:9pt; text-decoration:none;}
a:visited  {  font-size:9pt; text-decoration:none;}
a:active   {  font-size:9pt; text-decoration:none;}
a:hover    {  font-size:9pt; text-decoration:none;}
*/

/* user defined settings*/

.qfExSectionTable, .qfSectionTable   {
background-color:white;
border:0px lightblue double;
overflow:visible;
text-indent:5px;
}

.qfSectionTable   {
width:450px;
}

.altRowColor	{
background-color:lightblue;
}

.formObj, .formObjFMHtext, .formText, .formTextTiny, .tuTable, .optionButton, .optionButtonOver	{
font-family:Arial, "New Times Roman";
color:black;
font-style:normal;
font-weight:normal;
font-size:10pt;
text-decoration:none;
}

.formObj , .formObjFMHtext {
background-color:white;
}

.formText	{
font-size:12pt;
}

.formTextTiny	{
font-size:9pt;
}

.optionButton	{
color:black;
background-color:lightblue;
border:2px lightblue outset;
padding:2px 2px 2px 2px;
cursor:auto;
}

.optionButtonOver	{
color:white;
background-color:darkblue;
border:2px darkblue inset;
padding:2px 2px 2px 2px;
cursor:hand;
}

.disclaimer	{
font-family:Arial, "New Times Roman";
color:black;
font-style:normal;
font-weight:normal;
font-size:9pt;
background-color:white;
border:1px black solid;
margin:0px 5px 0px 5px;
}

.tuTable  {
background-color:white;
border:0px white inset;
}


