/* CSS Document */

/* Basic Stuff */

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

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


body {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 16px;
	margin: 0;
	padding: 0;
	background-color:b4cde6;
	}
	
body A:link    	{ color: #279af3; font-weight: normal; text-decoration: underline; }
body A:active  	{ color: #279af3; font-weight: normal; text-decoration: underline; }
body A:visited 	{ color: #279af3; font-weight: normal; text-decoration: underline; }
body A:hover  	{ color: #03b955; font-weight: normal; text-decoration: underline; }


td {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 16px;
	}
	
td A:link    	{ color: #279af3; font-weight: normal; text-decoration: underline; }
td A:active  	{ color: #279af3; font-weight: normal; text-decoration: underline; }
td A:visited 	{ color: #279af3; font-weight: normal; text-decoration: underline; }
td A:hover  	{ color: #03b955; font-weight: normal; text-decoration: underline; }

	
h1 {
	font: 16px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #279af3; 
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
	
h2 {
	font: 14px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #279af3; 
	padding: 0;
	margin: 0;
	font-weight: bold;
	}
	
.footer {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif;
	color: #999;
	float: left;
	width: 770px;
	margin-top: 15px;
	padding-bottom: 15px;
}

.footer A:link    	{ color: #999; font-weight: normal; text-decoration: none; }
.footer A:active  	{ color: #999; font-weight: normal; text-decoration: none; }
.footer A:visited 	{ color: #999; font-weight: normal; text-decoration: none; }
.footer A:hover  	{ color: #29769d; font-weight: normal; text-decoration: underline; }

.table {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #000;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	}

.side {
	font: 11px "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,sans-serif; 
	color: #3c6088;
	line-height: 16px;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	}