﻿BODY
{
	color: #6C6D67;
	font-family: Trebuchet MS;
	font-size: 14px;
	line-height: 14px;
}

P
{
	margin: 0;
	padding: 10px 0;
}

OL
{
	margin: 0 0 0 35px;
}
UL
{	
	margin: 0 0 0 5px;	
}
LI
{	
	background: url(../images/chk.png) no-repeat left top; 			
	list-style: none;
	padding: 0 0 10px 30px;	
}

a, a:visited
{
	color: #8F4830;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

/* Begin Gridview Styles */
.gvHdr
{
	background: #6C6D67;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.gvRow
{
	background: #F3ECD9;
	text-align: left;
	text-indent: 3px;
}
.gvAltRow
{
	background: #EED79A;
	text-indent: 3px;
}
.gvFooter
{
	background: #939393;
}
/* End Gridview Styles */

/* Begin Editor Styles */
.brownBold
{
	color: #8F4830;
	font-weight: bold;
}
.brown
{
	color: #8F4830;
}
.smallBrown
{
	color: #8F4830;
	font-size: 12px;
}
.smallGray
{
	font-size: 12px;
}
.red
{
	color: #B41111;
}
/* End Editor Styles */

.pageTitle
{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 35px 0;
	text-align: left;
}

.searchSec
{
	float: right;
	margin: 0 0 30px 10px;
}

ul.hpBullets
{
	font-size: 12px;
}

/* Address Change Modal */
.modalBackgroundAddrChange
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	
	position: absolute;
	top: 0; left: 0;
}

.modalPopupAddrChange
{
	background-color: #FFFFFF;
	border: solid 3px #1E3523;
}
