body {
font-family: Verdana, Heletica, Arial, sans-serif;
font-size: 0.9em;
color: #535353;
}
td {
font-family: Verdana, Heletica, Arial, sans-serif;
font-size: 0.8em;
color: #535353;
}

h1 {
font-family: Verdana, Heletica, Arial, sans-serif;
font-size: 125%;
font-weight: bold;
color: #E00049;
}

hr {
	color: #C7DDEC;
	border-style:dotted;
	border-width:1px;
	height:1px
}
.pageTitle {
	font-size: 110%;
	color: #E00049;
	padding-right: 10px;
}
.date {
	padding: 10px;
	font-size: 70%;
}
.date2 {
	color: #1C95E6;
}
.heading {
	font-size: 120%;
	color: #E00049;
}
.homeFeature {
	font-size: 10px;
}
.small {
	font-size: 60%;
}
.smallWhite {
	font-size: 60%;
	color: #fff;
}
.blue {
	color: #2C365E;
}

a:link {
	color: #1C95E6;
	text-decoration: none;
}
a:visited {
	color: #1C95E6;
	text-decoration: none;
}
a:hover {
	color: #E00049;
	text-decoration: none;
}
a:activehite {
	color: #E00049;
	text-decoration: none;
}

a:link.white {
	color: #fff;
	text-decoration: none;
}
a:visited.white {
	color: #fff;
	text-decoration: none;
}
a:hover.white {
	color: #fff;
	text-decoration: none;
	background: #E00049;
}
a:active.white {
	color: #fff;
	text-decoration: none;
	background: #E00049;
}

a:link.footer {
	color: #173651;
	text-decoration: none;
}
a:visited.footer {
	color: #173651;
	text-decoration: none;
}
a:hover.footer {
	color: #E00049;
	text-decoration: none;
}
a:active.footer {
	color: #E00049;
	text-decoration: none;
}
.footerPadding {
	padding: 10px;
	font-size: 60%;
}

.overview {
	border: #C2C2C2 1px solid;
	background: url(../images/overviewBG.gif) repeat-x center top;
	background-color: #E4F1FA;
	padding: 8px;
}
.footerSection {
	border: #C7DDEC 1px solid;
	background: url(../images/footerBG.gif);
	background-color: #E4F1FA;
	padding: 8px;
	font-size: 90%;
}
.footerColor {
	color: #1C95E6;
}
.clients {
	border: #E7E7E7 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}

.formText {
	font-size: 70%;
}
input {
	border: #C2C2C2 1px solid;
	padding: 1px;
	background: url(../images/bg-input.gif) repeat-x center top;
	width: 170px;
	color : #E00049;
	font-family : Arial, sans-serif, Verdana;
}
textarea {
	border: #C2C2C2 1px solid;
	padding: 1px;
	background: url(../images/bg-input.gif) repeat-x center top;
	width: 170px;
	color : #E00049;
	font-family : Arial, sans-serif, Verdana;
}
.submit {
	border: none;
	background: none;
	width: 100px;
	height: 24px;
}