﻿body	{
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
}
#parchment	{
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	padding: 0 0 0 0;
	border: 0 0 0 0;
	margin: 0 0 0 0;
	background-image: url(Images/parchment_small.jpg);
	background-repeat: repeat-y;
}
#bigbanner	{
	font-family: 'Goudy Old Style' , 'Book Antiqua' , Verdana, Arial;
	font-size: xx-large;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;

}
.banner	{
	font-family: 'Goudy Old Style' , 'Book Antiqua' , Verdana, Arial;
	font-size: large;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 0;
}
.smallbanner	{
	font-size: larger;
	font-weight: bold;
	padding: 0 0 3 0;
}
#disclaimer
{
	font-size: 8pt;
	font-size: small;
	font-style: italic;
}
a
{
	font-weight: bold;
	color: #0000cd;  
	text-decoration: none;
}
a:hover
{
	color: #0000cd;  
	text-decoration: underline;
}
#adminmenu a
{
	color: #8b4513;
	font-style: italic;
}
#menu a 
{
	color: #8b4513;
}
.Error	{
	color: Red;
	font-weight: bold;
	font-size: x-small;
}

.BigError	{
	color: Red;
	font-weight: bold;
	font-size: small;
}
.GridStyle
{
	padding: 2;
}
.GridHeaderStyle
{
	background-color: #009999;
	font-weight: bold;
	color: White;
}
.GridRowStyle a, .GridRowStyle a:hover
{  
}
.GridAlternateRowStyle a, .GridAlternateRowStyle a:hover
{
	color: #6495ed;
}
.GridEditRowStyle
{
	background-color: #b0c4de;
}
.SpeakerGridRowStyle
{  
}
.SpeakerGridAlternateRowStyle
{
	background-color: #eee8aa;
}
/* Edit Window Classes */
#editwindow
{
	color: Black;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.editwindowbanner	{
	font-size: 12pt;
	font-weight: bold;
	padding: 0 0 3 0;
}
.editwindowerror	{
	color: Red;
	font-weight: bold;
}

