body {
	margin: 0;
	padding: 0;
	font-family: "Verdana", "Arial", sans-serif;
	background: #fff;
	text-align: center;
	font-size: 12px;
	color: #666;
	overflow-y: scroll;
}

a {	text-decoration: none; color: inherit; }
a:hover { text-decoration: underline; }

#flash_title { display: none; }

#main {
	width: 826px;
	margin: 0 auto 0 auto;
	text-align: left;
}

.box { width: 404px; background: transparent; float: left; margin-top: 20px; }
.box h2 { font-size: 16px; color: #666; background: url('imgs/seta_h2.gif') left no-repeat; padding: 3px 0 4px 41px; margin: 0 0 15px 0; }
.box h3 { font-size: 12px; color: #000; padding-bottom: 4px; margin-bottom: 0;}
.box h4 { color: #ED903B; font-weight: normal; font-size: 12px; margin: 0; padding: 0 }
.box .content { border: 1px solid #ccc; padding: 2px; }
.box .news { margin-left: 20px; }
.box .news h1 { font-size: 19px; font-weight: normal; color: #333; } 
.box .news p { line-height: 130%; }


.box table { border-collapse: collapse; }
.box table .dia, .box table .mes { background: #f8f8f8; padding: 6px; text-align: center;}
.box table .mes { background: #CECECE; color: #fff; }
.box table .bg1, .box table .bg2 { background: #f5f5f5; width: 100%; padding-left: 8px;}
.box table .bg2 { background: #E5E5E5 }

.box table .new_data { color: #666; font-size: 13px; font-weight: bold; }
.box table .new_desc { color: #000; font-size: 13px; padding-left: 10px }

 
.box .ev_box { float: left; padding: 2px; }
.box .ev_box h4 { font-size: 14px; }

.cb {
	clear: both;
}

#bottom { display: none; border-top: 1px solid #6b6b6b; background: #666 url('imgs/bg_bottom_top.gif') top repeat-x; margin-top: 4em; padding-bottom: 40px; color: #ccc; }
#bottom .t { width: 826px; margin: 0 auto 0 auto; padding-top: 28px; text-align: left; font-size: 11px; }
#bottom .t a { color: #ccc; text-decoration: none; }
#bottom .t a:hover { text-decoration: underline; }
#bottom .banner { float: right; }
#bottom .banner img { margin-left: 2px; }

