a.menu:link {
	font-family: Times New Roman,arial;
	font-size: 14px;
	text-decoration: none;
	color :black;
}

a.menu:visited {
	font-family: Times New Roman,arial;
	font-size: 14px;
	text-decoration: none;
	color :gray;
} 

a.menu:active {
	font-family: Times New Roman,arial;
	font-size: 14px;
	text-decoration: none;
	color :black;
} 
a.menu:hover {
	font-family: Times New Roman,arial;
	font-size: 14px;
	color :#cd8f6a;
	text-decoration: underline;
	/* background: #000380; */
}

.felt {
	font-family: Times New Roman,arial;
	font-size: 10px;
	color: Black;
	height:18px;
}

.main {
	font-family: Times New Roman,arial;
	font-size: 13px;
	color: Black;
	font-weight :bold;
	//height:18px;
}

.sidebarText {
	font-family: Times New Roman,arial;
	font-size: 12px;
	color: Black;
	/* font-weight :bold; */
	//height:18px;
}

a.Sidebar:link {
	font-family: Times New Roman,arial;
	font-size: 12px;
	text-decoration: none;
	color :black;
}

a.Sidebar:visited {
	font-family: Times New Roman,arial;
	font-size: 12px;
	text-decoration: none;
	color :gray;
} 

a.Sidebar:active {
	font-family: Times New Roman,arial;
	font-size: 12px;
	text-decoration: none;
	color :black;
} 
a.Sidebar:hover {
	font-family: Times New Roman,arial;
	font-size: 12px;
	color :#cd8f6a;
	text-decoration: underline;
	/* background: #000380; */
}
