/* CSS Document */
.body_text {
	font-family: Tahoma;
	color: #333333;
	font-size: 12px;
}
.body_title_big {
	font-family: Tahoma; 
	font-size: 16px; 
	font-weight: bold; 
	color: #FF0000; 
}
.bar_title {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	font-weight: lighter;
	color: #FFFFFF;
	font-size: 12px;
}
.bar_item {
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	color: #333333;
}
.top_bar_item {
	font-size: 10px; 
	font-weight: bold; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;

}
.footer_text {
	font-family: Verdana;
	color: #333333;
	font-size: 10px;
	margin-left: 4px;
}
.box_text {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	margin-left: 10px;
}




a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

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