@charset "utf-8";
/* CSS Document */

#banner {
	background-color:#FFFFFF;
	height:150px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
}

#content {
	background-color:#CCCCCC;
}

#info {
	background-color:#999999;
	height:300px;
}

.body {
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
}

.small_body {
	color:#ffffff;
	font-size:18px;
}

a.navigation {
	text-decoration:none;
	font-weight:bold;
	font-size:17px;
	color:#000099;
}

a.navigation:hover {
	font-weight:bold;
	text-decoration:underline;
	font-size:17px;
	color:#c80909;
}

a.contact {
	text-decoration:none;
	font-weight:bold;
	font-size:24px;
	color:#000000;
}

a.contact:hover {
	font-weight:bold;
	text-decoration:underline;
	font-size:24px;
	color:#c80909;
}

a.products {
	text-decoration:none;
	font-size:16px;
	color:#000099;
}

a.products:hover {
	text-decoration:underline;
	font-size:16px;
	color:#c80909;
}

.foot {
	text-decoration:none;
	font-size:16px;
	color:#000099;
}

a.white_foot {
	text-decoration:none;
	font-size:16px;
	color:#000099;
}

a.white_foot:hover {
	text-decoration:underline;
	font-size:16px;
	color:#ffffff;
}