body{
	background-color: #59C63A;
	color: #747474;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	background-image: url('/img/body_bg.jpg');
	background-repeat: repeat-x;
	background-position: top;
	margin:0px;
	padding:0px
}

td {
	color: #747474;
	font-family: tahoma, sans-serif;
	font-size: 12px;
}

div {
margin:0px


}


a:link {text-decoration: underline; color: #00539A; }
a:visited {text-decoration: underline; color: #00539A;}
a:active {text-decoration: underline; color: #00539A;}
a:hover {text-decoration: underline; color: #00539A;} 

a.link:link {text-decoration: underline; color: #747474;  }
a.link:visited {text-decoration: underline; color: #747474;}
a.link:active {text-decoration: underline; color: #747474;}
a.link:hover {text-decoration: underline; color: #747474; }

.title-text {
	text-transform: uppercase;
	color: #00539A;
	font-size: 21px; 
}

div#m_container {
	width: 700px;
}
div#m_left {
	width: 200px;
	float: left;
	text-align: left;
	padding-top: 13px;
}
div#m_right {
	width: 500px;
	float: left;
	text-align: left;
}
div#m_left img { 
	padding: 2px;
	border: 1px solid #abe39c;
	margin: 4px 0;
}