/* Style.css, Eco-cool Systems, Samantha Cross, 26/11/2008 */

<!--
body {
	background-color: #2374c7;
}

body,td,th {
	font-size: 14px;
}

table {
width: 1024px;
hieght: auto;
}

/*link styles*/

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #aec5e5;
}

a:active {
	text-decoration: none;
}

/* BodyTextStyles */

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}


.menu {font-size: 14px}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

img.floatLeft { 
    float: left; 
	Margin: 30px;

}
img.floatRight { 
    float: right;
	Margin: 10px; 

}

img.smallmargin { 
    align: center;
	Margin: 10px; 

}



