/* CSS Document */
.body_text {
	font-family: Tahoma;
	color: #336699;
	font-size: 12px;
}
.body_title_big {
	font-family: Tahoma; 
	font-size: 24px; 
	font-weight: bold; 
	color: #336699; 
}
.bar_title {
	font-family: Tahoma;
	letter-spacing: normal;
	color: #FFFFFF;
	font-size: 12px;
}
.bar_item {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #336699;
}
.top_bar_item {
	font-size: 12px;
	font-family: Tahoma;
	color: #FFFFFF;
	letter-spacing: 2px;
	font-weight: bold;
}
.footer_text {
	font-family: Tahoma;
	color: #336699;
	font-size: 10px;
}
.box_text {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #336699;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	text-align: left;
}

.box_list {
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	color: #336699;
	list-style-image: url(images/bullet.gif);
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: left;
}

body {
	background-color: #CDE1E9;
}



a {
	font-family: Tahoma;
	color: #336699;
}

a:link {
	text-decoration: none;
	color: #336699;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
