body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
}
h1{
	font-size: 1.4em;
	color: #A50031;
	margin-bottom:1.8em;
}
.bgHeaderArt {
	background-color: #B0A7A2;
	background-image: url(../images/bgHeaderArt.jpg);
	background-repeat: repeat-x;
}
a.linkHeadr {
	font-size: 10px;
	font-weight: bold;
	color: #FFEFAD;
	text-decoration: none;
}
a.linkHeadr:hover {
	color: #FFFFFF;
}
.titleMenuLeft {
	font-size: 73%;
	font-weight: bold;
	color: #312C29;
	padding-left: 5px;
}
ul.ulMenuLeft {
	font-size: 10px;
	color: #A50031;
	list-style-image: url(../images/squareMenu.gif);
	margin-left: 10px;
	padding-left: 10px;
}
li {
	margin-top: 2px;
	padding-top: 2px;
	list-style-type: square;
}
li a {
	color: #312C29;
}
li a:hover {
	color: #333333;
	text-decoration: none;
}
.text {
	font-size: 70%;
	color: #333333;
	line-height: 1.4em;
}
.text a{
	color: #333333;
	text-decoration: underline;
}
.text a:hover{
	text-decoration: none;
}
.copyright {
	font-size: 10px;
	color: #B0A7A2;
	background-color: #312C29;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 170px;
	margin: 0px;
}
.copyright a{
	color: #B0A7A2;
	text-decoration: none;
}
.copyright  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}