@charset "utf-8";
/* CSS Document */


/*Tables*/
#table_container table {border-top: 1px solid #ddd;	border-left:1px solid #ddd;	border-right:1px solid #ddd;}
#table_container table th {	background: #DFDFDF; padding: 0px 10px; height: 29px; line-height: 29px; border-bottom: 1px solid #ddd;}
#table_container table tr td {background: #f6f6f6;	padding: 0px 10px;	height: 29px; line-height: 29px; border-bottom: 1px solid #ddd;}
#table_container table tr:hover td { background: #EAEAEA; }
#table_container a{ color:#AC2D39 !important;  font-weight:normal;}
#table_container a:hover{ color:#008000 !important; font-weight:bold;}
#table_container h2{ color:#274f9a !important; text-align:center; font-size:18px;}
#table_container h3{ margin:5px 0;  color:#274f9a; font-size:15px; padding:0;}
#table_container #content{ padding:0 0 15px 0; text-align:center;}
#table_container #content2{ padding:0 0 15px 0; }
#table_container img{float:left !important; margin:15px 10px 10px 0 !important; clear:both;}