@charset "utf-8";
/* CSS Document */

div.transOFF {width: 100%; }
div.trans25 {width: 100%; opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;}
div.trans50 {width: 100%; opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5; }
div.trans75 {width: 100%; opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; } 

.soft_attention { 
	border: dashed 1px #CC3300;
	background-color:#FAF8DE;
	padding: 10px;
	margin: 5px;
	text-align:center;
}
.strong_attention { 
	border: dashed 2px #CC0000;
	background-color:#FAF8DE;
	padding: 10px;
	margin: 5px;
	text-align:center;
}
.good_attention { 
	border: dashed 1px #009900;
	background-color: #E6EDDC;
	padding: 10px;
	margin: 5px;
	text-align:center;
}