body {
	background-color: #FFFFFF;
	list-style-image: url(../../Images/Bullet.gif);
}

.BoxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-decoration: none;
	line-height: 150%;
}

.BoxHeaders {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../../Images/BoxBG.gif);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 150%;
}

.BoxLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	line-height: 150%;
}

.BoxLink:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #3399FF;
	font-weight: bold;
	text-decoration: underline;
	line-height: 150%;
}

.Content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: none;
	line-height: 150%;
}

.ContentLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	line-height: 150%;
}

.ContentLink:Hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #999999;
	text-decoration: underline;
	font-weight: bold;
	line-height: 150%;
}

.Header {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3399FF;
	text-decoration: none;
}

.Masthead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
}

.NavMenu {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3399FF;
	height: 25px;
	width: 100%;
	text-align: left;
}

.NavMenu:Hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0033CC;
	height: 25px;
	width: 100%;
	text-align: left;
}

.TopNav {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	background-image: url(../../Images/TopNavBGG.gif);
	background-repeat: repeat-x;
}

.TopNav:hover {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 35px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	background-image: url(../../Images/TopNavBGG2.gif);
	background-repeat: repeat-x;
}
.DefaultText 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-position: outside;
	list-style-image: url(../../images/Bullet.gif);
	line-height: 150%;
}
.DefaultLink 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-position: outside;
	list-style-image: url(../../images/Bullet.gif);
	font-weight: bold;
	color: #0066FF;
	line-height: 150%;
}

.DefaultLink:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	list-style-position: outside;
	list-style-image: url(../../images/Bullet.gif);
	font-weight: bold;
	color: #3399FF;
	line-height: 150%;
}
.FooterLink 
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: x-small;
	color: #333333;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../../images/Bullet.gif);
}

.FooterLink:hover 
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: x-small;
	color: #3399FF;
	font-weight: bold;
	list-style-position: outside;
	list-style-image: url(../../images/Bullet.gif);
}
.Footer 
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: x-small;
	color: #666666;
}
.Header 
{
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: medium;
	font-weight: bold;
	color: #3399FF;
}


/* Indent whole paragraph */

p.indent {
	margin-left: 1.5em;
}

/* Indent the first line only */

p.firstindent:first-line {
	margin-left: 1.5em;
}

/* Indent all but the first line (have to make indent negative for the first line) */

p.restindent {
	margin-left: 1.5em;
}
p.restindent:first-line {
	margin-left: -1.5em;
}
// 


.SubHead 
{  
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: small; 
	font-weight: bold; 
	color: #000000;
}

.SubHeadLink 
{ 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: small; 
	font-weight: bold; 
	color: #0033CC; 
	text-decoration: none;
}

.SubHeadLink:hover 
{ 
	font-family: Geneva, Arial, Helvetica, san-serif; 
	font-size: small; 
	font-weight: bold; 
	color: #0033CC; 
	text-decoration: underline;
}
