		body, td {		
			font-family:arial, helvetica;
		}
		input { margin-left: 0;}
		#risktable {
			border:1px solid #D1C8C9;
			padding:7px;
			width:660px;
		} 
		
		#toptable {
			background:url(../images/table_bg_grad.gif);
			width:660px;
		} 
		
		#toptable TH {
			font-family:arial, helvetica;
			color:white;
			font-size: 0.9em;
			text-align: left;
			text-indent:80px;
		}
		#toptable TH IMG {
			vertical-align: middle;
		}
		
		#toptable TH.last {
	text-indent : 150px;
}
      
		#toptable TR.top {
		height: 10px;
      }
      
		#toptable TR.top TH {
			font-weight:600;
			font-size:1em;
			padding-top:5px;
			padding-bottom:5px;
			text-indent:235px;
		} 
		
		#toptable TH {
	font-family:arial, helvetica;
	color:white;
	font-size:14px;
	text-align:left;
	padding-left : 40px;
}
		
		#toptable TR.columns TH, #toptable TR.columns TD {
         color: #FFF;
         padding: 0 18px;
         vertical-align:top; 
      }
      #toptable TR.columns TH {
         padding-bottom: 16px;
      }
      
      #toptable TR.columns TD {
        height: 60px;
        padding-bottom: 10px;
        font-size: 0.8em;
      }
      
		#toptable TR.columns TH.last, #toptable TR.columns TD.last {
         padding-left: 0;
      }
      #toptable TR.columns TD#high {
         width: 50%;
      }
      
		#toptable TR#table_heading  {
      }
		
		
		/* Subsection Tabs
		--------------------*/
		#main ul.subsection_tabs {
			list-style:none;
			margin:4px 0 0 0;
			padding:0;
			clear:both;
		/*	border-bottom:1px solid #ccc;*/
			clear:both;
			height: 54px;
		}
		
		#main ul.subsection_tabs li {
			float:left;
			text-align:center;
			width:50%;
		}
		
		#main ul.subsection_tabs li a {
			display:block;
			font-size:12px;
			background-color:#ebeea1;
			padding: 12px 0;
			color:#000;
			text-decoration:none;
			border-bottom:1px solid black;
			outline: none;
		}
		
		#main ul.subsection_tabs li a:hover {
			color:#666;
		}
		
		#main ul.subsection_tabs li a.active {
			background-color:#fcedd0;
			border:1px solid black;
			border-bottom: 0;
		}

		.tabBox {
			background-color: #fcedd0;
			clear: both;
			border-top:0;
			border: 1px solid black;
			border-top: none;
			padding-top: 20px;
		}	
		.tabBox h2 {
			clear: left;
			margin:0;
			padding:0 18px 10px 18px;
			font-size:16px;
			font-weight:bold;
			color:#FF0099;
		}
      .tabBox DIV.wrapper H2 {
         font-size: 0.9em;
         padding:10px 0;
      }	
      
		.tabBox div.factorCheckbox {
			margin:0;
			width: 310px;
			float:left;
			font-size:12px;
		}

		.wrapper {
			clear: both;
			padding: 0 18px 40px 18px;
			border-bottom: 25px solid #ECECEC;
		}

	.subtitle{
	clear: both;
	color:#ff0099;
	font-size:1em;
	font-weight:bold;
	margin:0pt 0pt 0pt -12px;
	padding:12px;
	}
     
	 .topsubtitle {
	height:55px;
}
		
		.triangle {
			background:url(../images/bullet_triangle.gif) no-repeat 0 0;
			padding-left:20px;
			margin:0pt 0pt  5px;
			
		}
		.circle {
			background:url(../images/bullet_circle.gif) no-repeat 0 0;
			padding-left:20px;
			margin:0pt 0pt  5px;
		}
		
		.clearfix:after {
			clear: both;
			content:".";
			display: block;
			height: 0;
			visibility: hidden;
		}
		
		/* DEBUG Code */

