.ArrowLink {
	background: url(../gfx/bgr.button.png) no-repeat center left;
	padding: 0 0 0 18px;
	font-size: 12px;
	cursor: pointer;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.RedBox {
}

.DarkRedBox {
}

.BlueBox {
}

.CyanBox {
}

.YellowBox {
}

.GreenBox {
}

.MagentaBox {
}

.PinkBox {
}

.RedBox:link,
.RedBox:visited,
.RedBox:hover,
.RedBox:active,
.RedBox:focus,
.DarkRedBox:link,
.DarkRedBox:visited,
.DarkRedBox:hover,
.DarkRedBox:active,
.DarkRedBox:focus,
.BlueBox:link,
.BlueBox:visited,
.BlueBox:hover,
.BlueBox:active,
.BlueBox:focus,
.CyanBox:link,
.CyanBox:visited,
.CyanBox:hover,
.CyanBox:active,
.CyanBox:focus,
.YellowBox:link,
.YellowBox:visited,
.YellowBox:hover,
.YellowBox:active,
.YellowBox:focus,
.GreenBox:link,
.GreenBox:visited,
.GreenBox:hover,
.GreenBox:active,
.GreenBox:focus,
.MagentaBox:link,
.MagentaBox:visited,
.MagentaBox:hover,
.MagentaBox:active,
.MagentaBox:focus,
.PinkBox:link,
.PinkBox:visited,
.PinkBox:hover,
.PinkBox:active,
.PinkBox:focus {
	display: block;
	width: 140px;
	height: 149px;
	float: left;
	margin: 0 1px 1px 0;
	text-align: center;
	padding: 5px 0 0 0;
	color: black;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #EEEEEE;
}

.RedBox:hover,
.RedBox:focus,
.RedBox:active {
	background: #e5352c;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.DarkRedBox:hover,
.DarkRedBox:focus,
.DarkRedBox:active {
	background: #cd423b;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.BlueBox:hover,
.BlueBox:focus,
.BlueBox:active {
	background: #005595;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.CyanBox:hover,
.CyanBox:focus,
.CyanBox:active {
	background: #43c7f4;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.YellowBox:hover,
.YellowBox:focus,
.YellowBox:active {
	background: #ffd04b;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.GreenBox:hover,
.GreenBox:focus,
.GreenBox:active {
	background: #87c65c;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.MagentaBox:hover,
.MagentaBox:focus,
.MagentaBox:active {
	background: #ec008c;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.PinkBox:hover,
.PinkBox:focus,
.PinkBox:active {
	background: #f6b2d0;
	color: white;
	width: 142px;
	height: 150px;
	border: 0;
	padding: 6px 0 0 0;
}

.RedBox img,
.DarkRedBox img,
.BlueBox img,
.CyanBox img,
.YellowBox img,
.GreenBox img,
.MagentaBox img,
.PinkBox img {
	display: block;
	margin: 0 auto;
}











/* ############################################################################### */
/* # NEWSLETTER ################################################################## */
/* ############################################################################### */


div.Newsletter {
	background-color: #edeeef;
	font-family: Arial, Helvetica, sans-serif;
}
.Newsletter h1 {
	background-color: #004e92;
	color: #fff;
	font-size: 12px;
	padding: 3px 8px;
	margin: 5px 0;
}
.Newsletter p {
	background-color: #edeeef;
	color: #000;
	font-size: 12px;
	padding: 7px 8px 4px;
}