.navigation {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	word-spacing: 13px;
	padding: 5px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #66CCCC;
}

body table {
    background-color: white;
}

.color_blue-light {
	background-color: #66CCCC;
}
.color_blue-dark {
	background-image: url(/images/bg_blue_dark.jpg);
}


.color_brown {
	background-image: url(/images/bg_blue_brown.jpg);
	padding: 20px;
}
.header_featurebox {
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.text_featurebox {
	font-size: 11px;
	color: #FFFFFF;
}
.color_light-green {
	color: 669933;
}
a:link {
	text-decoration: none;
	color: #330000;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: none;
}

.left_sidebar a:link {
	text-decoration: none;
	color: white;
}
.left_sidebar a:visited {
	text-decoration: none;
	color: #white;
}
a:hover {
	text-decoration: none;
}

.text_main {
	font-size: 12px;
	color: #666666;
}
