html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	color: black;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
	height: 100%;
}

p {
	color: black;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
}


.whiteText {
	color:white;
	font-family: Tahoma;
	font-size: 14px;
}

.yellowLink {
	color:yellow;
	font-family: Tahoma;
	font-size: 14px;
}

td.mainMenuLink:hover,
.mainMenuLink:hover {
	background-color:#eeeeee;
}

td.city {
	color: #2f9943;
	font-weight:bold;
	vertical-align: top;
	border-bottom: 1px solid #2f9943;
	border-right: 1px solid #2f9943;
	border-left: 1px solid #2f9943;
}

td.companyName {
	font-weight:bold;
	vertical-align: top;
	border-bottom: 1px solid #2f9943;
	border-right: 1px solid #2f9943;
}

td.contacts {
	vertical-align: top;
	border-bottom: 1px solid #2f9943;
	border-right: 1px solid #2f9943;
}

td.header {
	border-top: 1px solid #2f9943;
	border-bottom: 1px solid #2f9943;
	border-right: 1px solid #2f9943;
	font-size: 16px;
}

h1 {
	font-family: Arial;
	color: #2f9943;
	font-size: 18px;
	text-align: left;
	line-height: 25px;
}

h1.productName {
	font-size: 24px;
}

ul {
	color: black;
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

.menu {
	float: left;
	clear: both;
}
.whiteonblue {
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-align:left;
	font-weight: bold;
	background-color: #090;
	padding-right: 2px;
	padding-left: 2px;

}
