
body, p {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: small;
	text-shadow: 1px 1px 1px; 
	}
	
a {
	color: #FF6600;
	text-decoration:none;
	font-weight: normal;
	}

a:hover {
	color: #FFCC00;
	}
	
table.blog {
	margin-bottom: 40px; 
	}
	
table.blog td.blogHead, table.blog td.blogDate  {
	margin-bottom: 4px; 
	border-bottom: 1px solid #FF6600;
	vertical-align: bottom; 
	}

table.blog td.blogHead {
	font-size: larger;
	}

table.blog td.blogDate {
	font-size: x-small;
	color: #663300;
	white-space: nowrap;
	text-align: right;
	}


table.blog td.blogText {
	padding-bottom: 30px; 
	}

table.blog td.blogText p {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 4px 0px; 
	}

div.featuredItems a.more {
	font-size: 75%; 
	display: block; 
	margin: 5px 0px 25px 0px; 
	line-height: 105%; 
	}

div.featuredItems a.item {
	display: block; 
	margin: 6px 0px; 
	line-height: 105%;
	text-shadow: 1px 1px 1px; 
	}
	
div.featuredItems a.head {
	border-bottom: 1px solid white; 
	display: block; 
	color: white; 
	font-size: 75%; 
	text-transform: uppercase; 
	margin: 0px 0px 0px 0px; 
	letter-spacing: 4px;
	}

.small {
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	}

.gray {
	color: gray;
	}
