/* CSS Document */

div.FeatureTop {
	background: #ffffff url(images/bg_feature_top.gif) 100% 0 no-repeat;
}
div.FeatureBottom {
	background: #ffffff url(images/bg_feature_bottom.gif) 100% 0 no-repeat;
}
p.FeatureName {
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	color: #ffffff;
	padding-left: 3px;
	margin: 0 0 3px 0;
}
/*td.FeatureImage {
	
	background-color:#FFFFFF;
	padding: 3px;
}*/
div.FeatureInfo img {
	border: solid 1px black;
}
div.FeatureInfo {
	padding: 3px;
	font-size: 0.85em;
	height: 100%;
}
div.FeatureInfo a{
	color: #000000;
	text-decoration:underline;
}
div.FeatureInfo a:hover{
	color: #000000;
	text-decoration:none;
}
div.FeatureInfo h3 a{
	color: #b91002;
	font-size: 3em;
	text-decoration:none;
	padding-top: 50px;
	margin-bottom: 15px;
}
div.FeatureInfo h3 a:hover{
	color: #000000;
	text-decoration:none;
}


div#BorderDiv {
	border-left: solid 1px #e82717;
	border-right: solid 1px #e82717;
	background: #ffffff url(images/feature_bg_box.gif) 0 0 repeat-x;
}
td.MiddleCell {
	border-left: solid 1px #e82717;
	border-right: solid 1px #e82717;
	background: #ffffff url(images/feature_bg_box.gif) 0 0 repeat-x;
}