HTML {
	height: 100%; width: 100%;
}
  BODY
  {
		LEFTMARGIN: 0;
		RIGHTMARGIN: 0;
		bottommargin: 0;
		topmargin   : 0;
		marginwidth : 0;
		marginheight: 0;
	} 
    A { 
  		color:#FF7100;
  		font-family: Verdana,Tahoma,Arial,Helvetica;
  		font-size: 8pt;
  		text-decoration:none;
		}
    A:visited { 
  		color:#FF7100;
  		font-family:Verdana,Tahoma,Arial,Helvetica;
  		font-size: 8pt;
  		text-decoration:none;
		}
    A:hover {
  		color:#FF7100;
  		font-family:Verdana,Tahoma,Arial,Helvetica;
  		font-size: 8pt;
  		text-decoration:underline;
		}
    P,TD,TH,DL,LI,UL {
    	font-family: Verdana,Tahoma,helvetica,courier,arial,sans-serif;
    	font-size: 8pt;
    	color: black;
    }		
    H1 {
    	font-family: Verdana,Tahoma,helvetica,courier,arial,sans-serif;
    	font-size: 10pt;
    	color: black;
    }		
    HR {
    	size: 1px;
    	color: blue;
			noshade;
    }
.menu { 
  		color:#FF7100;
  		font-family: Verdana,Tahoma,Arial,Helvetica;
  		font-size: 8pt;
  		text-decoration:none;
		}
.menu:hover { 
  		color:#FF7100;
  		font-family: Verdana,Tahoma,Arial,Helvetica;
  		font-size: 8pt;
  		text-decoration:none;
		}

.txt{
	font-family : verdana,arial,helvetica ;
	font-size : 10px;
	background-color : white;		/* white, gray, black, red, yellow, green */
	color : black;
}

/* Edit below to change the style of Highrisk/Mediumrisk/Lowrisk */
.risktype {
	color : red ;				/* red, blue, black, green, yellow */
	font-family : verdana,arial,helvetica ;
	font-size : 10px ;
	font-style : normal ; 			/* italic */
	font-weight : bold ;			/* normal */
}
/* Edit below to change the width of the table. Value should not be less than 160px */
.maintable {
	width : 160px ;				/* 200px */
}
table.box-table {
	border-width : 0px;
	border-style : solid;
	border-color : #000000;
	background-color: #FFFFFF;
	border-collapse: collapse;
}

table.box-table td, table.box-table th {
	border-collapse: collapse;
	border-top-width : 0px;
	border-right-width : 1px;
	border-bottom-width : 0px;
	border-left-width : 1px;
	border-style : solid;
	border-color : #000000;
	text-align :center;
}
