body {
	background-color: #E8E8E8;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: url(../pix/bgrd.gif);
	background-repeat: repeat-x;
}
body, td {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#langMenu {
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
#langMenu a:link, #langMenu a:visited, #langMenu a:active{
	color: #000000;
	text-decoration: none;
}
#langMenu a:hover {
	color: #C40022;
	text-decoration: underline;
}
#topMenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
}
#topMenu a:link, #topMenu a:visited, #topMenu a:active {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#topMenu a:hover {
	color: #C40022;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC001D;
}
#content {
	background-image: url(../pix/bgrd_bottom.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 15px;
}
a:active, a:link, a:active, a:visited {
    color: #000000;
	text-decoration: underline;
}
a:hover {
    color: #C40022;
	text-decoration: none;
}