body { 
margin-left : 2px;
margin-top : 2px;
font-family:verdana;
font-size : 12px;
line-height : 18px;
}


.content {
margin-left : 0px;
margin-top: 5px;
margin-bottom:10px;
font-family:verdana;
font-size : 12px;
color : #000000;
line-height : 15px;
padding-bottom:5;
padding-top:5;

}

.content1 {
margin-left : 0px;
margin-top: 5px;
margin-bottom:5px;
font-family:verdana;
font-size : 12px;
color : #000000;
line-height : 15px;
padding-bottom:2;
padding-top:2;
}

a {
 /*color : #990000; */ 
 text-decoration : none;
 font-size : 12px;
 font-weight : normal;
 line-height : 18px;
 
 }
a:hover {
/*color : #ff0000;  */
text-decoration:underline;
font-size : 12px;
line-height : 18px;

}

a.visiting {
/*color : #990000; */ 
text-decoration : none;
 font-size : 12px;
 font-weight : normal;
 line-height : 18px;
 
 }
a.visiting:hover {
/*color : #ff0000; */ 
text-decoration : none; 
font-size : 12px;
line-height : 18px;

}



.question {
font-size : 12px;
color : #000000;
font-weight:bold;
line-height : 18px;
}

.question1 {
font-size : 10px;
color : #000000;
font-weight:bold;
line-height : 14px;
}

.small {
font-size : 8px;
color : #000000;
line-height : 10px;
}


.outline {
	margin-top:10px;
BORDER-BOTTOM: #666666 1px solid; 
BORDER-LEFT: #666666 1px solid; 
BORDER-RIGHT: #666666 1px solid; 
BORDER-TOP: #666666 1px solid;
margin-bottom:10px}

.topline {  
BORDER-BOTTOM: #6c6c6c 0px solid; 
BORDER-LEFT: #6c6c6c 1px solid; 
BORDER-RIGHT: #6c6c6c 1px solid; 
BORDER-TOP: #6c6c6c 1px solid }

.bottomline {  
BORDER-BOTTOM: #6c6c6c 1px solid; 
BORDER-LEFT: #6c6c6c 1px solid; 
BORDER-RIGHT: #6c6c6c 1px solid; 
BORDER-TOP: #6c6c6c 0px solid }

.sidesline {  
BORDER-BOTTOM: #6c6c6c 0px solid; 
BORDER-LEFT: #6c6c6c 1px solid; 
BORDER-RIGHT: #6c6c6c 1px solid; 
BORDER-TOP: #6c6c6c 0px solid }

.blueoutline { 
BORDER-BOTTOM: #0086bd 1px solid; 
BORDER-LEFT: #0086bd 1px solid; 
BORDER-RIGHT: #0086bd 1px solid; 
BORDER-TOP: #0086bd 1px solid }

.grid_rb {
  border-right:1px solid #aaa;
  border-bottom:1px solid #aaa;}
  
.grid_lb {
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;}
  
.grid_lrb {
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;}
  
.grid_lbt {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;}
  
.grid_frame {
  border-top:1px solid #aaa;
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;
  border-bottom:1px solid #aaa;}

.grid_lt {
  border-top:1px solid #aaa;
  border-left:1px solid #aaa;}
   
.grid_lrt {
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;
  border-top:1px solid #aaa;}  
  
.grid_lr {
  border-right:1px solid #aaa;
  border-left:1px solid #aaa;}
  
.grid_l {
  border-left:1px solid #aaa;}  
  
.grid_r {
  border-right:1px solid #aaa;}
  
.grid_b {
  border-bottom:1px solid #aaa;}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight:
color: navy;
margin: 3px 8px;
}

.button a {
width: 54px;
height: 24px;
border:2px outset;
background:#ccc;
color:#000;
text-decoration:none;
font-weight:bold;
padding:10px;
}
.button a:active {
border:2px inset;
} 

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}

#errmsg
{
color: red;
}