﻿body
{
	font-family: Sans-Serif;
	font-size: 14px;
}
p
{
	text-align: justify;
	margin: 20px;
}
ul.checkList
{
	text-align: left;
	margin-left: 50px;
	list-style-image:url('images/greencheck_sm.gif');
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}
a
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a.ContactLink
{
	font-family: Sans-Serif;
	font-size: 34px;
	line-height: 36px;
	color: Red;
	text-align:center;
}
hr
{
	clear:both; border:solid 1px #CCCCCC;
}
h1
{
	font-family: Sans-Serif;
	font-size: 34px;
	line-height: 36px;
	color: Navy;
	text-align:left;
}
h2
{
	font-family: Sans-Serif;
	font-size: 24px;
	color: Black;
	text-align: left;
	line-height:20px;
	font-weight: bold;
}
.logoItem
{
	font-family: Sans-Serif;
	font-size:22px;
	font-weight: normal;
	line-height:24px;
	color: Navy;
}
.copyright
{
	color: #a9a9a9; 
	font-size: 10pt;
}
.footLink
{
	color: #a9a9a9; 
	font-size: 10pt;
}
.footLink:hover
{
	color: #a93333; 
}

.CenterPage
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.ContentFrame
{
}
