﻿body {
	font-size: 12px;
	font-family: Arial;
}


.footerSep
{
	border-bottom: dotted 1px #999999;
	width: 230px;
	height: 0px;
	margin: 5px 0px 5px 0px;
}

.readMoreLnk
{
	background-image: url(../../Public/Design/lnk_arrow.png);
	padding-left: 15px;
	background-position: left center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #216578;
	font-weight: bold;
}

.readMoreLnk:hover
{
	background-image: url(../../Public/Design/lnk_arrow_sel.png);
}

.homeTitle
{
	font-family: Myriad Pro Light, Arial;
	font-size: 22px;
	line-height: 40px;
	color: #027896;
}

.title
{
	font-family: Myriad Pro Light, Arial;
	font-family: Arial;
	font-size: 30px;
	line-height: 50px;
	color: #027896;
}

.subTitle
{
	color: #32b5bb;
}

.lightGray
{
	color: #999999;
}

.lightBlue
{
	color: #027896;
}

hr
{
	background-color: #e3e3e3;
	color: #e3e3e3;
	height: 1px;
	width: 98%;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	display:block;
}