@charset "utf-8";
/* CSS Document */
a:hover {text-decoration:none;}	
.alert_title{color:#FF0000;font-size:16px;}
table {}
table.News {border:medium none;}
table.AICM {border: medium solid thin;}
td.AICMHeader {
   border-bottom:1px solid #006600;
	background-color: #1E90FF;
	vertical-align:top;
	font-weight: bold;
}
td.AICMDetail {
 vertical-align:top;
 background-color: White;
 font-size:80%;
}
td.NewsHeader {
   border-bottom:1px solid #006600;
	background-color: #1E90FF;
	vertical-align:top;
	font-weight: bold;
}
td.NewsMajorHeader {
	border-left:1px solid #006600;
   border-bottom:1px dotted #006600;
	background-color: #DBFFDB;
	vertical-align:top;
	font-weight: bold;
	font-size: larger;
}
td.NewsDetail {
 vertical-align:top;
 background-color: White;
 font-size:80%;
}
td.NewsImage {
 vertical-align:top;
 background-color: White;

}
