/* headers */
h1, h2, h3 {
	font-family:Arial, Helvetica, sans-serif;
	color: #036;
}
h1 { font-size: 16px; }
h2 {
	color:#036;
	font-size: 14px;
}
h3 {
	color:#036;
	font-size: 11px;
	font-weight: bold;
	margin:0;
}


ul span, ol span {
	color: #666666;
}
#main ul li {
	list-style:url(http://www.mga-eo.com/img/arrow.gif);
	padding-bottom:6px;
}

acronym {
  	cursor: help;
  	border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 5px 5px 5px 32px;
  	background: #FAFAFA url(http://www.mga-eo.com/img/quote.gif) no-repeat 5px 10px !important; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #036;
	font-weight: bold; 
}


/* Alignment classes */
.float-left   { float:left;}
.float-right  { float:right; }
.align-left   { text-align:left; }
.align-right  { text-align:right; }
.align-center { text-align:center;	}

/* display classes */
.clear  { clear:both; }
.block  { display:block; }
.hide   { display:none; }	
.blue   { color:#3791D7; }



thead td{
	background-color:#275ea7;
	color:#FFF;
	
}
tfoot td{
 	padding: 5px;
	background-color:#275ea7;
	color:#FFFFFF;
	text-align:left;
	
}
tbody tr.odd td{
background-color:#FCFCFC;

}

