@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: auto;
	font-size: 12px;
}
 
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	text-decoration: none;
}
 
.thrColAbsHdr #mainContent {
padding: 10px 40px 40px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10px;
 font: 100% Verdana, Arial, Helvetica, sans-serif;
}
 
.style3 {font-size: 36px;}

.today_date {
	font-size: 12px;
 
}

.main_title {
	font-size: 12px;
	font-weight: bold;
}
.main_text {font-size: 12px;}
 .main_titles {
	font-size: 11px;
 
	vertical-align: top;
	text-align: left;
}
.main_date {
	font-size: 10px;
	font-weight: bold;
	color: #204C79;
	 
}
.main_date1 {
	font-size: 8px;
 
 color: #204C79;
}
