.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.shared {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.navi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.menu a:link {
	color: #666666;
	text-decoration: none;
}
.menu :visited {
	color: #666666;
	text-decoration: none;
}
.menu :hover {
	color: #333300;
	text-decoration: underline;
}
.shared :hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #C50E13;
	display: compact;
	padding-top: 13px;
	padding-bottom: 13px;
}
.shared :link {
	color: #FFFFFF;
	text-decoration: none;
}
.shared :visited {
	color: #FFFFFF;
	text-decoration: none;
}
.column {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C4C4C4;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
	background-color: #EFEFEF;



}
.navi :link {
	color: #333333;
	text-decoration: none;

}
.navi :visited {
	color: #333333;
	text-decoration: none;
}
.navi :hover {
	color: #000000;
	text-decoration: underline;
}
.row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C4C4C4;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;


}
.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;

}
.columnMain {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C4C4C4;
}

/*-----------------------------------------------------------------*/
.sh_menu {
	color: #FFF;
	text-align: center;
	font: bold 12px Arial, Helvetica, sans-serif;
}

.sh_menu a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #C50E13;
	height: 15px;
	display: block;
	padding: 13px 0px 13px 0px;
}
.sh_menu a:link {
	color: #FFF;
	text-decoration: none;
}
.sh_menu a:visited {
	color: #FFF;
	text-decoration: none;
}