﻿h1{
	font-size: 18px;
	color: #6095C1;
	font-weight: normal;
}
.bodyText{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.bodyText p,ul,ol{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	padding-bottom: 12px;
}
.bodyText li{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
}
.bodyText a{
	font-size: 12px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #6095C1;
	text-decoration:none;
	cursor: pointer;
}
.bodyText a:hover{
	text-decoration:underline
}
.boldLink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #6095C1;
	text-decoration: none;
}
.boldLink:hover
{
    text-decoration:underline;
}

.inline
{
    display: inline;
}
.clear
{
    clear: both;
}
/*  BODY STYLES  */
#pagebody{
	background-color: white;
	clear: both;
	font-size: 12px;
}
#sideNavAndText{
	clear: both;
}
hr{
    height:1px;
    border:none;
    border-top:1px solid #999999;
}
