body
{
	font-family: georgia;
	font-size: 14px
	color: #000000;			
}
hide 
{
	display:none;
}

input
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	background-color: #CFEAA6;
}
select
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	background-color: #CFEAA6;
	border: outset;
}
textarea
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
td 
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;	
}
h1
{
	font-family: georgia;
	font-size: 18px;
	color: #000000;
	text-align : center;
	font-weight : bold;
}
h2
{
	font-family: georgia;
	font-size: 16px;
	color: #000000;
	font-weight : bold;
}
h3
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
p
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
li
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
			
.content
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
.contentcenter
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	text-align : center;
}
.contentright
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	text-align : right;
}
.contentlabel
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	font-weight : bold;
}
.contentlabelcenter
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	font-weight : bold;
	text-align : center;
}
.contentlabelright
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	font-weight : bold;
	text-align : right;
}
.heading
{
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.headingleft
{
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
.headingright
{
	font-family: georgia;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
a
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
}
a.content
{
	font-family: georgia;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
}
a.content:hover
{
	font-family: georgia;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
		
a.leftNav
{
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a.leftNav:hover
{
	color: #666666;
}
			
a.leftNavThere
{
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a.leftNavThere:hover
{
	color: #ffffff;
}
			
a.textButton
{
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color:#CFEAA6; 
	padding: 2px;
	border-width: thin; 
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}
a.textButton:hover
{
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color:#efefef; 
	padding: 2px;
	border-width: thin; 
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}
#rightcol
{
	float: left;
	width: 50%;
	vertical-align: top;
	margin-left: 10px;
}
#leftcol
{
	margin-right: 10px;
	float: left;
	width: 50%;
	vertical-align: top;
}
.tablerow
{
background-color: lightgrey;
}
.tablerowalt
{
background-color: #CFEAA6;
}

#content
{
	padding-left: 10px;	
}

.errortext
{
	font-family: georgia;
	font-size: 14px;
	color: #990000;
}
