﻿div
{
	margin: 0;
	padding: 0;
}

#content .title
{
	color: #564370;
	font-family: Rage Italic;
	font-size: 165%;
	margin: 10px 0 10px 0;
	text-align: center;
}

#content .text
{
	color: #555555;
	font-size: 12pt;
	height: 80%;
	margin: 50px 120px 15px 120px;
	min-height: 150px;
}

#nav a, #nav a:visited
{
	color: White;
	display: inline-block;
	margin: 123px 5px 0 24px;
	text-decoration: none;
}

#nav a:hover
{
	text-decoration: underline;
}

.dgRow
{
	color: Black;
	text-align: left;
	background-color: White;
	text-align: left;
	font-size: 85%;	
}

.dgAlternatingRow
{
	color: Black;
	text-align: left;
	background-color: #bbbbbb;
	text-align: left;
	font-size: 85%;
}

.dgHeader
{
	background-color: #564370;
	color: #45B85A;
	font-weight: bold;
	font-size: 105%;
	font-weight: bold;	
	text-align: center;
}

.bold
{
	font-weight: bold;
}