﻿body
{
	background: #D9D2C9;
	color: #4C3F31;
	font-family: Trebuchet MS;
	font-size: 14px;
}

a,a:visited
{
	color: #207BA0;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}

TD
{
	vertical-align: top;
}

UL LI
{
	background: url(../images/bullet.png) no-repeat left top;
	line-height: 20px;
	list-style: none;
	padding: 0 0 10px 25px;
}

/* Begin Editor Styles */
.small
{
	font-size: 12px;
}
.large
{
	font-size: 18px;
}
.darkBrown
{
	color: #090000;
}
.red
{
	color: #D0363D;
}
/* End Editor Styles */

.gvHdr
{
	background: #4C3F31;
	color: #FFF;
}
.gvRow
{
	background: #ECE8E4;
	color: #4C3F31;
	text-indent: 3px;
}
.gvAltRow
{
	background: #D9F8FF;
	color: #4C3F31;
	text-indent: 3px;
}
.gvFooter
{
	background: #D1D1D1;
}
.gvRow:hover, .gvAltRow:hover
{
	background: #CFC0B0;
}

.logout
{
	display: block;
	margin: 10px 0 5px 0;
}

.pageTitle
{
	font-size: 18px;
	margin: 10px 0 20px 0;
}

#searchTips
{
	border: solid 1px #4C3F31;
	float: right;
	padding: 10px;
	width: 450px;
}
