/* CSS Document */

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
}

.menuLeftLink {
	font-family: Tahoma;
	font-size: 11px;
	font-decoration: none;
	color: #0d3783;
	font-weight: bold;
}

.regularText {
	font-family: Verdana;
	font-size: 11px;
	font-decoration: none;
	color: #000000;
}

.boldText {
	font-family: Verdana;
	font-size: 12px;
	font-decoration: none;
	color: #7e8206;
	font-weight: bold;
}

.titleText {
	font-family: Verdana;
	font-size: 14px;
	font-decoration: none;
	color: #0d3783;
	font-weight:bolder;
}