.style1 {
	font-family: "Trebuchet MS";
	font-size: 28px;
	font-weight:normal;
}


    body {
        margin:0;
        padding:0;
		font:12px Verdana;
}
#interpretation{
	width:95%;
	padding:0px;
	margin:0px;
	color:#666666;
	font-weight:bold;
	text-align:center;
}
.redmark{
	color:#FF0000;
	text-align:right;
}
#table{
	font: 11px Verdana;
	position:relative;
	top:-4px;
	left:-4px;
	width:100%;
	border:1px solid #000;
	background:#fff;
}
#table th, #table td{
	margin:0px;
	padding:8px 20px;
	text-align:center;
	border-bottom:1px solid #b5b5b5;
	
}
#table .name{
	text-align:left;

}
#table .name2{
	text-align:right;
}
#table tr{
	background:#e6e6e6;
}
#table tr.alt{
	background:#f1f1f1;
}
.title{
	display: block;
	font-weight:bold;
}
#table th{
	color:#009933;
}
#table caption{
	margin:0;
	padding:8px 20px;
	text-align:left;
	border:1px solid #000;
	border-bottom:none;
	background:#fff;
	font-size:16px;
}
.questions {
	width:80%;
	background:#fdbc02;
}
.results {
	width:60%;
	background:#fdbc02;
}
h2 {
        font: bold 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}

/*- Menu Tabs I--------------------------- */

    #tabsI {
      float:left;
      width:100%;
      background:#FFFFFF;
      font-size:93%;
      line-height:normal;
          border-bottom:1px solid #DD740B;
      }
    #tabsI ul {
        margin:0;
        padding:10px 10px 0 50px;
        list-style:none;
      }
    #tabsI li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsI a {
      float:left;
      background:url("tableftI.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsI a span {
      float:left;
      display:block;
      background:url("tabrightI.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsI a span {float:none;}
    /* End IE5-Mac hack */
    #tabsI a:hover span {
      color:#FFF;
      }
    #tabsI a:hover {
      background-position:0% -42px;
      }
    #tabsI a:hover span {
      background-position:100% -42px;
      }

        #tabsI #current a {
                background-position:0% -42px;
        }
        #tabsI #current a span {
                background-position:100% -42px;
        }
.style2 {
	font-family: "Trebuchet MS";
	font-size: 13px;
}
a:link {
	text-decoration: underline;
	color:#000099;
}
a:visited {
	text-decoration: underline;
	color:#000099;
}
a:hover {
	text-decoration: none;
	color:#0033FF;
}
a:active {
	text-decoration: underline;
	color:#000099;
}
.style3 {color: #FF0000}
.style4 {font-size: 18px}
.style5 {font-size: 14px}
