a {
	color: #900;
	font-weight: bold;
}

a:link {
 text-decoration: none;
}
a:active {

 text-decoration: none;
}
a:visited {
 text-decoration: none;

}
a:hover {
 text-decoration: underline;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#headerAddress {
	line-height: 14px;
}

#menuContainer img {
	padding-right: 26px;
}

#infoBox {
	line-height: 14px;
}
#infoAddress {
	padding-top: 5px;
	font-weight: bold;
}
#infoLink  {
	text-align: right;
	padding-top: 5px;
}
#infoLink a {
	color: #900;
	font-weight: bold;

}

#infoNews {
	line-height: 14px;
}
#menuItem {
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #999;
	}
#menuLeftLink a {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	}
#textTitle {

	font-size: 11px;
	font-weight: bold;
}
#textContent {
	text-align: justify;
	font-size: 11px;
	line-height: 14px
}
#textContent p {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
	}
