/* CSS Document */
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
    color: #344B53;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
body {
	background-image: url(images/bg_page.gif)
}
.content {
	FONT-SIZE: 11px; FONT-FAMILY:  Arial, Helvetica, sans-serif; color: #000000;
}
.content-bold{
	FONT-SIZE: 11px; FONT-FAMILY:  Arial, Helvetica, sans-serif; font-weight: bold;  color: #000000;
}#home a, #about a, #web a, #emed a,#contact a{
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#home a:hover, #about a:hover, #web a:hover, #emed a:hover,#contact a:hover{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #2A4149;
}

