.text_decoration_none{
	text-decoration : none;
}
.link_white{
	font-family: Verdana;
	font-size: 10pt; 
	color: "#ffffff";
	text-decoration : none;
}
.link_white:hover {
	background-color : "#ffffff";
	color : "#000000";
	text-decoration : none;
}
.link_black{
	font-family: Verdana;
	font-size: 10pt; 
	color: "#000000";
	text-decoration : none;
}
.link_black:hover {
	background-color : "#000000";
	color : "#ffffff";
	text-decoration : none;
}
.left_menu_white{
	font-family: Verdana;
	font-size: 9pt; 
	color: "#ffffff";
	text-decoration : none;
}
.left_menu_white:hover {
	background-color : "#ffffff";
	color : "#000000";
	text-decoration : none;
}
.small_white{
	font-family: Verdana;
	font-size: 8pt;
	color: "#ffffff";
}
.small_black{
	font-family: Verdana;
	font-size: 8pt;
	color: "#000000";
}
.small_d{
	font-family: Verdana;
	font-size: 7pt; 
	color: "#51557b";
}
.medium_white{
	font-family: Verdana;
	font-size: 9pt;
	color: "#ffffff";
}
.medium_black{
	font-family: Verdana;
	font-size: 9pt;
	color: "#000000";
}
.medium_d{
	font-family: Verdana;
	font-size: 9pt; 
	color: "#51557b";
}
.large_white{
	font-family: Verdana;
	font-size: 12pt; 
	color: "#ffffff";
}
.large_black{
	font-family: Verdana;
	font-size: 12pt; 
	color: "#000000";
}
.large_d{
	font-family: Verdana;
	font-size: 12pt; 
	color: "#51557b";
}
.medium_error{
	font-family: Verdana;
	font-size: 9pt; 
	color: "red";
	text-decoration : none;
}
.input_text{
 	border:1 #909090 solid;
	font-family: Verdana;
 	font-size:10px;
 	color:#666666";
} 