/* newsletter  ------------------------------------------------- */

.newsletter {
	font-family: "Tahoma, Helvetica, sans-serif";
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
	BORDER-TOP: #999 1px dotted;
	BORDER-BOTTOM: #999 1px dotted;
}

a.newsletter:link {color:#FF6600;	text-decoration: none;}
a.newsletter:visited {color:#FF6600;	text-decoration: none;}
a.newsletter:hover {color:#FF6600;	text-decoration: underline;}
a.newsletter:active {color:#FF6600;	text-decoration: underline;}

.textInput_newsletter {
	border: 1px solid;
	border-color: cccccc;
	background: #ffffff;
	PADDING-RIGHT: 5;
	PADDING-LEFT: 5;
	PADDING-BOTTOM: 2;
	PADDING-TOP: 2;
	font-family: "Tahoma, Helvetica, sans-serif";
	font-size: 11px;
	color: #666;
	width: 180px;
	height: 20px;
}


/* bottom menu  ------------------------------------------------- */

.bottom {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF3333;
	margin-right: 5;
}

.bottom_menu {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FD8685;
	margin-right: 5;
	margin-left: 5;
}

a.bottom_menu:link {color:#FF3333;	text-decoration: none;}
a.bottom_menu:visited {color:#FF3333;	text-decoration: none;}
a.bottom_menu:hover {color:#FF3333;	text-decoration: underline;}
a.bottom_menu:active {color:#999999;	text-decoration: none;}

.copyright {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

a.copyright:link {color:#FFFFFF;	text-decoration: none;	font-weight: bold;}
a.copyright:visited {color:#FFFFFF;	text-decoration: none;	font-weight: bold;}
a.copyright:hover {color:#FF3333;	text-decoration: none;}
a.copyright:active {color:#FF3333;	text-decoration: none;}