/* CSS Document */

.TBox{
	border:solid 1px #CCCC99;
	margin-bottom: 15px;
}
.THeader{
	background-color: #CCCC99;
	font-size: 1.3em;
	color: #000000;
	font-weight: bold;
	padding: 1px;
	text-align: left;
}

.TTitle{
	background-color: #f3f4ef;
	font-weight: bold;
	padding: 1px;
	text-align: left;
}

.Threat{
	background-color: #F3DC7C;
	font-weight: bold;
	color: #666633;
}

.Threat a {
	color: #0066CC; 
	text-decoration: underline;
}

.Threat a:link {
	color: #0066CC;
	text-decoration: underline;
}

.Threat a:active {
	color: #0066CC;
	text-decoration: underline;
}

.Threat a:visited {
	color: #0066CC; 
	text-decoration: underline;
}

.Threat a:hover {
	color: #660000; 
	font-family: helvetica, verdana, arial, sans-serif; 
	text-decoration: underline;
}