HTML {
	height: 100%;
}
BODY {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Verdana, sans;
	font-size: 11px;
	color: #333;
	height: 100%;
	background-color: #e8e8e8;
}

TABLE {
	border-collapse: collapse;
}

TD {
	font-family: Tahoma, Arial, Verdana, sans;
	font-size: 11px;
	color: #333;
	vertical-align: top;
}

P {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
	line-height: 14px;
}

A {
	color: #ca000e;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

.clr {
	clear: both;
}

/*
 * Content
 */
 
.contentpane {
	padding: 20px;
}
 
.blog, .blog-fp {
	width: 100%;
}

.createdate {
	color: #867767;
	font-family: Verdana, Arial, Tahoma, sans;
	padding-bottom: 16px;
	display: block;
	margin-bottom: 2px;
}
 
.read_more {
	color: #ca000e;
	font-family: Verdana, Arial, Tahoma, sans;
	background: url('../images/arrow_read_more.gif') no-repeat;
	background-position: 0 3px;
	padding-left: 11px;
	height: 1%;
	font-size: 10px;
}

.readon, .readon-fp {
	color: #ca000e;
	font-family: Verdana, Arial, Tahoma, sans;
	background: url('../images/arrow_read_more.gif') no-repeat right;
	padding-left: 7px;
	display: block;
	text-align: right;
	padding-right: 14px;
	font-size: 10px;
}

.contentpaneopen, .contentpaneopen-fp {
	width: 100%;
	margin-bottom: 20px;
}

.contentpaneopen-fp IMG, .contentpaneopen IMG {
	border: 1px solid #fff;
	/*margin: 0 10px 5px 10px;*/
	margin: 0 10px 5px 0;
}

.contentheading-fp, .menutitle {
	margin: 0;
	padding: 0;
	color: #867767;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
}

.componentheading-fp, .contentheading, .componentheading {
	text-transform: uppercase;
	color: #2d2d2d;
	font-family: "Trebuchet MS", Tahoma, Arial, Verdana, sans;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	/*background: url('../images/bg_title.gif') repeat-x;*/
	border-bottom: 3px solid #d0bea9;
	/*padding-bottom: 22px;*/
	margin-bottom: 22px;
	padding-top: 2px;
}

a.contentpagetitle-fp, a.contentpagetitle {
	color: #867767;
	text-decoration: none;
}

a.contentpagetitle-fp:hover, a.contentpagetitle:hover {
	color: #ca000e;
	text-decoration: none;
}

.article_seperator {
	display: block;
	height: 26px;
}
