body {
	font-family: Tahoma;
	font-size: 0.7em;
}

h1 {
	color: #fff;

	margin-bottom: 0.5em;
}

h2 {
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h3 {}

h4 {}

h5 {}


#columnMiddle,
#columnMiddle p {
	color: #fff;
}
#columnMiddle h1,
#columnMiddle p {
	padding: 0 10px;
}

fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#columnLeft h2 {
	font-size: 1.2em;
}

#columnLeft img {
	margin-left: -5px;
}
a.newsheader h2 {
	color: #e50414;
	text-decoration: none;
}
a, a:link,
a:visited {
	color: #e50414;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readMore {
	background: url(../images/layout/arrow.gif) no-repeat 0 2px;
	padding-left: 18px;
	color: #e50414;
	text-decoration: none;
	
} 
	a.readMore:hover {
		text-decoration: underline;
	}
	
button,
a.button, input#button {
	background: url(../images/layout/button-bg.png) repeat-x;
	border: 1px solid #909090;
	color: #fff;
	height: 26px;
	line-height: 26px;
	width: auto;
	padding:0 10px 4px 10px;
	font-family: Tahoma;
	font-size: 1em;
	font-weight: bold;
	cursor: pointer;
	line-height: 19px;
	
}

a.button,
a.button:visited  {
	color: #fff;
	text-decoration: none;
	display: block;
	float: right;
	height: 19px;
	padding-bottom: 2px;
}
	a.button:hover,
	a.button:visited:hover {
		color: #fff;
	}
p.intro {
	color: #fff;
}