.menu_top {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	color: #4D4D4D;
}
.menu_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 20px;
	color: #142841;
}
.body_text_big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4D4D4D;
}
.body_text_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4D4D4D;
}
.body_text_small_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Red;
}
.title_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-left: 20px;	
	color: #142841;
}
.quote_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #A5C2E3;
}
.right_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A5C2E3;
}
ul {
	color: #4D4D4D;
	list-style-type: square;
	list-style-image: url(images/block.gif);
	list-style-position: outside;
}
ol {
	color: #4D4D4D;
	list-style-position: outside;
}
a {
	color: #4D4D4D;
	text-decoration: none;
}
a:link {
	text-decoration: none;
	color: #4D4D4D;	
}
a:hover {
	text-decoration: underline;
	color: #142841;	
}
a:visited {
	color: #4D4D4D;	
}
a:active {
	text-decoration: none;	
	color: #4D4D4D;	
}

a.selected{
	color: Lime;
	font-weight:bold;
	text-decoration: none;
}
a.selected a:link {
	color: Lime;
	font-weight:bold;
	text-decoration: none;
}
a.selected a:hover {
	color:  Lime;
	font-weight:bold;
	text-decoration: none;	
}
a.selected a:visited {
	color:  Lime;
	font-weight:bold;
	text-decoration: none;	
}
a.selected a:active {
	color:  Lime;
	font-weight:bold;
	text-decoration: none;
}

