/*----------------------*/
/* Misc. For Formatting */
/*----------------------*/
body 
	{ 
		margin: 0px;
	}

.ClearPix
	{
		display: block;
	}
	
.HeaderPix
	{
		display: inline;
	}
	
/*--------------------*/
/* Normal Link Styles */	
/*--------------------*/
A:visited
	{
		color: #A80000;
	}
A:hover
	{
		color: red;
		text-decoration: none;
	}
	
/*-------------------*/
/* Navigation Styles */
/*-------------------*/
.NavBack
	{ 
		color: black;
		background-color: #39497C;
	}

.AdminNavHeader
	{
		color: #FF0000;
		font-size: 13px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none;
	}
.NavHeader
	{
		color: #FFFFFF;
		font-size: 13px; 
		font-weight: bold; 
		font-family: Arial, Helvetica, sans-serif; 
		text-decoration: none;
	}
A.NavHeader:link
	{ 
		color: #FFFFFF; 
	}
A.NavHeader:visited 
	{ 
		color: #FFA600; 
	}
A.NavHeader:active 
	{ 
		color: #FFFFFF; 
	}
A.NavHeader:hover 
	{
		color: black; 
		text-decoration: underline overline;
	}
.NavSub
	{
		color: #FFFFFF; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 10px;
		text-decoration: none;
	}
A.NavSub:link
	{ 
		color: #FFFFFF; 
	}
A.NavSub:visited 
	{ 
		color: #FFA600;
	}
A.NavSub:active 
	{ 
		color: #FFFFFF; 
	}
A.NavSub:hover 
	{
		color: black; 
		text-decoration:underline;
	}
.Footer
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: #E9E480;
		font-weight: bold; 
		background-color: #943531;
	}
A.Footer:link
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: white;
		font-weight: bold; 
		background-color: #943531;
	}
A.Footer:visited
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: white;
		font-weight: bold; 
		background-color: #943531;
	}
A.Footer:active
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: white;
		font-weight: bold; 
		background-color: #943531;
	}
A.Footer:hover
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: white;
		font-weight: bold; 
		background-color: #943531;
	}
	
/*-------------*/
/* Text Styles */
/*-------------*/
.MainText
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: black;
		background-color: #FFFFFF;
		text-align: left;
	}
.BoldText
	{ font-weight: bold }
.BoldUnderlinedText
	{
		font-weight: bold;
		text-decoration: underline;
	}
.BoldItalicText
	{
		font-weight: bold;
		font-style: italic;
	}
.SmallText
	{ font-size: 11px }
.SmallItalicText
	{
		font-size:9px;
		font-style: italic;
	}
.SmallBoldText
	{
		font-size: 9px;
		font-weight: bold
	}
.RedText
	{ color: red }
.RedItalicText
	{
		color: red;
		font-style: italic;
	}
.BlueText
	{ color: blue }
.BlueItalicText
	{
		color: blue;
		font-style: italic;
	}
.NoteText
	{
		font-size: 9px;
		font-style: italic
	}
.AlertText
	{
		font-size: 9px;
		font-weight: bold;
		color: red
	}
.ItalicText
	{ font-style: italic }

.AlertUnderlineText
	{
		font-size: 9px;
		font-weight: bold;
		color: red;
		text-decoration: underline
	}
.Underline
	{
		text-decoration: underline
	}

/*----------------*/
/* Heading Styles */
/*----------------*/
.MainHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 22px;
		color: #0A1D64;
	}
.SubHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 16px;
		color: #E1AD3D;
	}
.PreHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: black
	}
.AccentHeading
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 13px;
		color: #A80000;
	}
	
/*---------------*/
/* Delete Styles */
/*---------------*/
.DeleteRow:hover
	{
		font-weight: bold;
		background-color: #FFFF00;
	}
.RowHighlight:hover
	{
		background-color: #FFFF00;
	}
	
/*--------------*/
/* Admin Styles */
/*--------------*/
.AdminHeading
	{
		color: #A80000;
		font-weight: bold; 
	}
.AdminStatHead
	{
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 13px;
		color: #E1AD3D;
		font-weight: bold; 
		background-color: #39497C;
	}
.AdminStatBack
	{ 
		color: #943531; 
		text-decoration: none; 
		font-family: Arial, Helvetica, sans-serif; 
		font-weight: bold; 
		font-size: 13px;
		text-decoration: none;
		background-color: #E1AD3D;
	}
