﻿h1
{
	font-size: 1.5em;
}
h2
{
	font-size: 1.4em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.2em;
}
h5
{
	font-size: 1.1em;
}

a, a:visited
{
	color: #865149;
	text-decoration: none;
}
a:hover
{
	color: #101010;
	text-decoration: underline;
}

a.sturgis
{
	color: #C3A9A5;
	display: block;
	float: right;
	position: relative;
	right: 20px;
}

.gvHdr
{
	background-color: #723429;
	color: White;
	text-align: center;
}
.gvRow
{
	background-color: #C9B69F;
	color: Black;
	text-align: left;
}
.gvAltRow
{
	color: Black;
	text-align: left;
}

.gvRow:hover, .gvAltRow:hover
{
	background: #976C5C;
}


.text > a.logoutBtn
{
	color: #C1C1C1;
	float: right;
	font-size: 1.25em;
	margin-right: 68px;
	text-decoration: underline;
}

.boldGreen
{
	color: #009900;
	font-weight: bold;
}
.boldRed
{
	color: #723429;
	font-weight: bold;
}