﻿.CopyrightText {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: xx-small;
	font-weight: lighter;
	font-variant: normal;
	color: #0065A4;
	font-style: normal;
	text-align: center;
}
.BodyText {
	font-family: Arial;
	font-size: small;
	color: #66311A;
	padding-left: 30px;
	text-align: left;
	padding-top: 10px;
}
.SectionHeader {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
	font-size: large;
	color: #1E5EAC;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #1E5EAC;
	text-align: left;
	margin-left: 10px;
}
a:link {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	color: #1E5EAC;
	text-decoration: none;
}
a:visited {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	color: #1E5EAC;
	text-decoration: none;
}
a:hover {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #66311A;
	font-size: small;
	font-weight: normal;
	text-decoration: none;
}
a:active {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: small;
	color: #1E5EAC;
	text-decoration: none;
}
.FrontPageTimeBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #813119;
	text-align: left;
	border-top-color: #C7B598;
	border-bottom-color: #C7B598;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	text-indent: 4px;
}
.TopLeftCorner {
	padding: -46px;
	background-image: url('images/master_corner_topleft.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
}
.TopRightCorner {
	background-image: url('images/master_corner_topright.jpg');
	background-repeat: no-repeat;
	background-position: right top;
}
.BottomLeftCorner {
	background-image: url('images/master_corner_bottomleft.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}
.BottomRightCorner {
	background-image: url('images/master_corner_bottomright.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}
.PushTableUp {
	position: relative;
	top: -15px;
}
.NavigationTable
	td:hover {
	background-color: #F1EDE4
}
