/***********************************/
/* GLOBAL
/***********************************/

body {
	background-color: #b8b7b7;
	margin: 0px 0px 0px 0px;
}

.mailing-list-field {
	width: 240px;
}

/***********************************/
/* TEXT WHITE
/***********************************/

.text-white {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.text-white a {
	text-decoration: none;
	color: #FFFFFF;
}

.text-white a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/***********************************/
/* TEXT DARK
/***********************************/

.text-dark {
	font-family: Tahoma;
	font-size: 11px;
	color: #363434;
	line-height: 16px;
}

.text-dark a {
	text-decoration: none;
	color: #FF0000;
}

.text-dark a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/***********************************/
/* TEXT NAVIGATION
/***********************************/

.text-navigation {
	font-family: Tahoma;
	font-size: 11px;
	color: #363434;
	line-height: 16px;
}

.text-navigation a {
	font-family: Tahoma;
	font-size: 11px;
	color: #363434;
	line-height: 16px;
	text-decoration: none;
}

.text-navigation a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #363434;
	line-height: 16px;
	text-decoration: underline;
}