TABLE { 
	color:#ffffff;
    background-color: #061A22;
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
}

TABLE.border {
     border-color:#2D9DE5;
     border-collapse:collapse;	 
}

TABLE.dashed {
     border: 1px dashed #0099ff;
     font-size: 14px;		 
}

td.questionoptions {
    background-color: #061A22;
    color: #ffffff;
    font-size: 10px;
}

tr.row1 {
    background-color: #061A22;
}

tr.row2 {
    background-color: #061a22 ;
}

TD.header {
    font-size: 14px;
    font-weight: bold;
}

td.lightheader{
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background-image: url(./images/row_bg.gif);
    background-color: #061a22;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-image: url(./images/row_bg.gif);
    background-color: #061a22;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	SCROLLBAR-FACE-COLOR: #2D9DE5; 
	FONT-WEIGHT: bolder; 
 	FONT-SIZE: small; 
	FONT-FAMILY: Arial, Helvetica, sans-serif, sans-serif; 
	COLOR: white; 
	BACKGROUND-COLOR: #061A22;
	SCROLLBAR-HIGHLIGHT-COLOR: #aaaaaa; 
	SCROLLBAR-SHADOW-COLOR: #666666; 
	SCROLLBAR-3DLIGHT-COLOR: #cccccc; 
	SCROLLBAR-ARROW-COLOR: #ffff00; 
	SCROLLBAR-TRACK-COLOR: #061A22; 
	SCROLLBAR-DARKSHADOW-COLOR: #000066; 
	SCROLLBAR-BASE-COLOR: #2D9DE5; 
}


a:link {
	color:#00ff00;
}

a:active {
	color:#ffff00;
}

a:hover {
    color: #ffff00;
		text-decoration:underline;
}

a:visited {
		color: #ffff99;
}

a.edit:link, a.edit:active, a.edit:visited {
    color: #FFFFFF;
}
a.edit:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-image: url(./images/comment_bg.gif);
    background-color: #061A22;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #2D9DE5;
	background-color: #061A22;
	height: 1px;
	border: 0px;
}

A.nav{
		COLOR: white;
}

A.nav:hover {
	COLOR: #ffff00;
	text-decoration: underline;
}



