/* CSS Document */
body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
}

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footer {
	color: #999999;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.small {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	}
	


	
.greyborder {
	border: 1px solid #999;
	}
	
.allcaps {
	text-transform: uppercase;
	letter-spacing: .1em;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.dark {
	color:#333333;
	}

a:link {
	color: #E0080B;
	text-decoration: none;
	}
	
a:hover {
	color: #330000;
	text-decoration: underline overline;
	}

a:visited {
	color: #E0080B;
	text-decoration: none;
	}

	
a.black:link {
	color: #000000;
	text-decoration: none;
	}
	
a.black:hover {
	color: #DE0003;
	text-decoration: none;
	}

a.black:visited {
	color: #000000;
	text-decoration: none;
	}

h2 {
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: .3em;
	font-size:18px;
	color:#666666;
	margin-bottom:3px;
	margin-top:0px;
	}
	
h3 {
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: .2em;
	font-size:16px;
	margin-bottom:3px;
	margin-top:0px;
	}
	
h4 {
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing: .2em;
	font-size:14px;
	margin-bottom:3px;
	margin-top:0px;
	}
	

.newsdate {
text-align: right;
font-size: 11px;
font-style:italic;
color:#666666;
margin-bottom:10px;
}
	