/* CSS Document */

BODY {
	background-image: url(images/diagonalGray.gif);
	SCROLLBAR-FACE-COLOR: #ECECEC; 
	SCROLLBAR-HIGHLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #ECECEC;
	SCROLLBAR-ARROW-COLOR: #FF0000; 
	SCROLLBAR-TRACK-COLOR: #DEDEDE; 
	SCROLLBAR-DARKSHADOW-COLOR: #ECECEC;
}

A:link { 
	font-family: Arial;
	font-size: 12px;
	color: #999999; 
	text-decoration: none;
	}

A:visited { 
	font-family: Arial;
	font-size: 12px;
	color: #999999; 
	text-decoration: underline;
	}

A:hover { 
	font-family: Arial;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	}

A:active { 
	font-family: Arial;
	font-size: 12px;
	color: #999999; 
	text-decoration: underline;
	}
	
A.tscshyper:link { font-family: Arial; 	font-size: 10px; color: #999999; text-decoration: none;}
A.tscshyper:visited { font-family: Arial; font-size: 10px; color: #999999; text-decoration: none;}
A.tscshyper:hover { font-family: Arial; font-size: 10px; color: #999999; text-decoration: underline;}
		
.text {
	font-family: Arial;
	font-size: 12px;
	color: #999999;
}

.header {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

.tscs {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}

.tscsTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}