A:link
{
	color: Black;
	text-decoration: none;
}
A:visited
{
	color: Black;
	text-decoration: none;
}
A:hover
{
	color: Red;
	text-decoration: underline;
}

.Body
{
	background-color: #B90501;
}

.MainTable
{
	width: 750;
	height: 100%;
	border: solid 2 black;
	background-color: #E1DFA6;	
}

.MainTableColor
{
	background-color: #E1DFA6;
}

.MainTableFixedDimension
{
	width: 750;
	height: 500;
	border: solid 2 black;
	background-color: #E1DFA6;	
}

.DefaultNavBarLines
{
	border-bottom : solid 1 black;
	border-top : solid 1 black;	
}

.DefaultNavBarText
{
	font-family : Verdana;
	color: Black;
	font-size : 14;
	font-weight: bold;	
}

.SelectedNavBarText
{
	font-family : Verdana;
	color: Black;
	font-size : 14;
	font-weight: bold;	
}

.TableBackground
{
	background-image: url(../Images/TableBackground.jpg);
	background-repeat: no-repeat;
	background-position: 300 230;
}

.MarqueeFont
{
	font-family : Verdana;
	font-size : 0.95em;
	font-style: italic;
	color: #B90501;
}

.ContentHeader
{
	font-family : Verdana;
	font-size : medium;
	font-weight: bold;
	text-transform: uppercase;
}

.ContentLargeText
{
	font-family : Verdana;
	font-size : small;	
	font-weight: bold;
}
.ContentBoldLargeText
{
	font-family : Verdana;
	font-size : small;	
	font-weight: bold;
}
.ContentDefaultText
{
	font-family : Verdana;
	font-size : x-small;
}
.ContentBoldDefaultText
{
	font-family : Verdana;
	font-size : x-small;	
	font-weight: bold;
}
.ContentSmallText
{
	font-family : Verdana;
	font-size : xx-small;
	text-align: center;
}
.ContentLightSmallText
{
	color: #E1DFA6;
	font-family : Verdana;
	font-size : x-small;
	text-align: center;
}

.RepeaterAlternateItem
{
	background-color: #dad59e;
}

.RepeaterSelectedItem
{
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;
	background-color: #d7c79e;
}

.ImageBorder
{
	border : solid 1 black;	
}

.AdminListButton
{
	font-size: xx-small;
	border : solid 1 black;	
}


.DocumentHeader1
{
	color: Blue;
	font-family : Verdana;
	font-size : medium;
	font-weight: bold;
}
.DocumentHeader2
{
	color: Black;
	font-family : Verdana;
	font-size : small;
	font-weight: bold;
}
.DocumentContent
{
	color: Black;
	font-family : Verdana;
	font-size : x-small;
}
.DocumentHighlight
{
	color: Red;
	font-family : Verdana;
	font-size : small;
	font-weight: bold;
}
