body {
	margin: 0px;
	padding: 0px;
}

a:link { color: black; text-decoration: none }
a:active { color: black; text-decoration: none }
a:visited { color: black; text-decoration: none }
a:hover { color: black; text-decoration: underline }

a.menu:link { color: #000000; text-decoration: none }
a.menu:active { color: #000000; text-decoration: none }
a.menu:visited { color: #000000; text-decoration: none }
a.menu:hover { color: #549F48; text-decoration: underline }

a.white:link { color: white; text-decoration: none }
a.white:active { color: white; text-decoration: none }
a.white:visited { color: white; text-decoration: none }
a.white:hover { color: white; text-decoration: underline }

.txtWhite {
	color: #FFFFFF;
}
td {
	font-family: Tahoma, Arial;
	font-size: 10px;
	line-height: 11px;

}
h1 {
	font-family: Tahoma, Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px 0px 4px;

}
.popupbg {
	background-color: #F4CC00;
}
input {
	font-size: 10px;
	color: #000000;
}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.txtMedium {
	font-size: 12px;
	line-height: 16px;
}
.txtTopMenu {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
}
.txtGreen {
	color: #549F48;
}
.txtPrice {
	font-weight: bold;
	color: #055087;
	font-size: 12px;

}

