BODY, TD, P {
	font-family: Arial;  
	font-size: 11px;
	padding: 0px;
}

body {
	background-image: url(../images/bg.jpg);
}

A {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

A:Hover {
	text-decoration: underline;
}

/**
A:Visited {
	color: #080808;
}
*/

.mainMenu, .mainMenu a {
	color: #ffffff;
	font-weight: bold;
	font-size: 9pt;
	font-family: arial;
	
}
.mainMenu a:visted {
	color: #ffffff;
}

.mainMenu a:hover {
	color: #ffffff;
}


div.mainMenu {
	padding-left: 3em;
	padding-top: 9px;
	padding-bottom: 0px;
	height: 32px;
	background-image: url(../images/index_03.png);
	background-repeat: no-repeat;
}

div.bottomMenu {
	padding-left: 3em;
	padding-right: 2em;
	padding-top: 12px;
	height: 32px;
	color: #ee2e24;
	font-weight: bold;
	background-image: url(../images/index_08.gif);
	background-repeat: no-repeat;
	text-align:right;
}

div.bottomMenu a {
color: #ee2e24;
}
div.bottomMenu a:visted {
color: #ee2e24;
}


div.mainContent {
	padding-left: 3em;
}



tr.listRowLine td {
	height: 2em;
	border-bottom: 1px solid #c1c1c1;
	font-size: .7em;
}

.offersTitle {
	line-height: 1.2em;
	margin-bottom: 0px;
	text-align: right;
	margin-right: 30px;
}
