/* CSS Document */
@charset "utf-8";

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #555;
	background-color: #FDFDFF;
}

a:link    {color: #06C;    text-decoration: none; font-weight: 600;}
a:hover   {color: #AAFF00; text-decoration: none; font-weight: 600;}
a:visited {color: #06C;    text-decoration: none; font-weight: 600;}
a:active  {color: #FF0000; text-decoration: none; font-weight: 600;}


.menubutton, .menubutton a {
	display: block;
	width:  250px !important;
	height: 35px;
	border:none;
	line-height: 35px !important;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menutable {
	background-color: #FFF;
	border: 1px solid #666;
}
.menutable td {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
}
.x-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: 600;
  padding-top: 7px;
	text-align:center;
	color: #999;
}

.x-link a:link    {color: #999;    text-decoration: none;}
.x-link a:hover   {color: #AAFF00; text-decoration: none;}
.x-link a:visited {color: #999;    text-decoration: none;}
.x-link a:active  {color: #FF0000; text-decoration: none;}

.iconbutton, .iconbutton a {
	display: block;
	width:  125px !important;
	height: 35px;
	border:none;
	line-height: 35px !important;
	text-align:center;
	color:#fff !important;
	font-weight:bold;
	text-decoration:none;
	padding:0;
	margin:0;
	background-image: url(/newsletters/images/small_button.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.menubar {
	background-image: url(/newsletters/images/greybar.png);
	background-repeat: repeat-x;
	color: #999;
	font-weight:600;
}
.menubar a:link    {color: #FFFFFF; text-decoration: none;}
.spacer_vertical {
	padding-top: 25px;
	padding-bottom: 15px;
}

.menubar a:hover   {color: #AAFF00; text-decoration: none;}
.menubar a:visited {color: #FFFFFF; text-decoration: none;}
.menubar a:active  {color: #FF0000; text-decoration: none;}

