﻿body.HiImpact
{
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Georgia, Serif;
	font-size: Large;
	color: #222222;	
}

a:visited
{
	color: #222222;	
}

a:hover
{
	color: #444444 !important;
	text-decoration: none !important;
}

a:link
{
	color: #222222;
}

a:active
{
	color: #222222;
}

h1.PageTitle /* Used as page titles */
{
	text-transform:uppercase;
	font-size: x-Large;
	font-weight: bolder;
	font-family: Felix Titling, Copperplate Gothic Bold, Charlemagne Std, Algerian, Times New Roman, Arial, Sans-Serif;
	color: #12106e;
	margin: 0px;
}

.LargeHeader
{
	text-transform:uppercase;
	font-style: italic;
	font-size: xx-large;
	color: #0020ab;
	text-shadow: 2px 2px 2px #000;
}


.MediumHeader
{
	font-size: x-larger;
	font-style: italic;
	color: #0020ab;
	text-shadow: 2px 2px 2px #000;
}

.SmallHeader
{
	font-size: x-large;
	font-style: italic;
	color: #002686;
	text-shadow: 2px 2px 2px #000;
}

.Important
{
	font-weight: bold;
}

.SmallNote
{
	font-size: x-small;
	font-style: italic;
}

.NoTrailingSpace
{
	padding-bottom: 0px;
}

.SpaceAfter
{
	padding:2px 2px 10px 2px;
}

div.FeatureHeader
{
	background-image: url('images/HiImpactHeadingFeature.png');
	width: 430px;
	height: 50px;
	margin: auto;
}

div.FeatureHeaderText
{
	position: relative;
	left: 40px;
	top: 15px;
	width: 240px;
	height: 30px;
	overflow: hidden;
	font-family: Tahoma;
	font-size: x-large;
	color: #DDDDDD;
	text-shadow: 2px 2px 2px #000;
}

div.FeatureBoxFooter
{
	background-image: url('images/FeatureBoxFooter.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 640px;
	height: 29px;
	min-height: 29px !important;
}

div.FeatureBox
{
	width: 640px;
	margin: auto;
}
div.FeatureBoxHeader
{
	background-image: url('images/FeatureBoxTop.png');
	background-repeat: no-repeat;
	background-position: top;
	width: 640px;
	height: 94px;

}

div.FeatureBoxHeaderText
{
	position: relative;
	max-height: 30px;	
	top: 20px;
	margin-right: 240px;
	margin-left: 50px;
	overflow:hidden;	
	font-size: x-large;
	color: #dfe5ff;
	text-shadow: 2px 2px 2px #000;
}
div.FeatureBoxBody
{
	background-image: url('images/FeatureBoxFill.png');
	background-repeat: repeat-y;
	background-position: top;
	width: 640px;
	color: #CCCCCC;
}


div.FeatureBoxBodyText
{
	margin: 0px 50px 0px 50px;
	color: #CCCCCC;
	min-height: 100px;	
}