/* Global Styles */

body {
	margin:0px;
}
	
td {
	font:11px Arial, Helvetica, sans-serif;
	color:#000000;
}
	
a {
	color: #668466;
	font-weight:bold;
	text-decoration:none;
}
	
a:link {
	color: #668466;
	font-weight:bold;
	text-decoration:none;
}
	
a:visited {
	color: #BC9541;
}
	
a:hover {
	color: #60807d;
}
	
a:active {
	color: #000000;
}
	
/* ID Styles */

	
/* Class Styles */

	
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
