@charset "UTF-8";

ul#menu, ul#menu li, ul#menu ul {
padding:0;
border:0;
margin:0; /* disposes of the space between the items */
list-style:none;
text-indent:none;
font-size:1em; /* don't use fixed sizes for fonts; google for reasons */
font-weight:bold;
color:black /* if you set one colour, set them all; again, google for
reasons */
background-color:white; }

.NewsletterTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #D15F23;
	font-variant: small-caps;
}
.NewsletterSubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D15F23;
}
.ArticleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.FooterLinks {
	font-family: HelveticaNeue-Light, Helvetica, "Arial sans-serif";
	font-size: 12px;
	font-weight: lighter;
	font-variant: normal;
	color: #404040;
	text-decoration: none;
}
.Copyright {
	font-size: 9px;
	font-weight: lighter;
	color: #808080;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444;
	text-indent: 10px;
}
a:hover {
	color: #222;
	text-decoration: none;
}
.NewsletterHeader {
}
.LinkText {
	font-family: HelveticaNeue-Light, Helvetica, Arial sans-serif;
	font-size: 12px;
	font-style:normal;
	text-indent: 10px;
}
.NewsLetterLinksCell {
	border-width: 1px;
	padding: 1px;
	border-style: dashed;
	border-color: #444;
	background-color: white;
}
.DateText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 9px;
	font-style: italic;
	font-weight: lighter;
	color: #777;
	text-indent: 10px;
}
.ButtonLink {
	border-style: none;
}
