body,table {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003966;
	margin:0px;
}
a:link {
	color: #008ACF;
	text-decoration: none;
}
a:visited {
	color: #008ACF;
	text-decoration: none;
}
a:active {
	color: #008ACF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.blueTextSmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #008ACF;
}
.whiteTextSmall {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.back {
	background-color: #003966;
}
.backMain {
	background-color: #008BD0;
	background-attachment: fixed;
	background-image: url(../images/main_background.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.backAbout {
	background-attachment: fixed;
	background-color: #003966;
	background-image: url(../images/home/about_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.backProducts {
	background-attachment: fixed;
	background-color: #003966;
	background-image: url(../images/home/products_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.backLinks {
	background-attachment: fixed;
	background-color: #003966;
	background-image: url(../images/home/contact_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.backContact {
	background-attachment: fixed;
	background-color: #003966;
	background-image: url(../images/home/contact_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.backServices {
	background-attachment: fixed;
	background-color: #003966;
	background-image: url(../images/home/services_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
