td {font-family: Georgia;font-size: 12px;color: #DFD2B3; font-weight: normal;}
th {font-family: Georgia;font-size: 12px;color: #DFD2B3; font-weight: normal;}
A {
	font-family: Georgia;
	font-size: 12px;
	TEXT-DECORATION: none;
	color: #A6CC02;
}
A:hover {
	font-family: Georgia;
	font-size: 12px;
	TEXT-DECORATION: underline;
	color: #A6CC02;
}
.highlighttext {
	font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
}
A.highlightlink {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}
A.highlightlink:hover {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
}

.sidenavtext {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #4D5A12;
}

.footer {
	font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
	color: #DFD2B3;
}

.colourcode {
	font-family: Georgia;
	font-size: 10px;
	font-weight: normal;
	color: #3D3D3D;
}

.titlesmaller {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #FF6000;
}
.title {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #003C79;
}
.titleorange {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #D36100;
}
.titleblack {
	font-family: Georgia;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.articletitle {
	font-family: Georgia;
	font-size: 14px;
	font-weight: bold;
	color: #FF992F;
}
.dropdowntext {
	font-family: Georgia;
	font-size: 12px;
	font-weight: normal;
}
.newstext {
	font-family: Georgia;
	font-size: 13px;
	font-weight: normal;
	color: #DFD2B3;
}
A.newslink {
	font-family: Georgia;
	font-size: 13px;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #A6CC02;
}
A.newslink:hover {
	font-family: Georgia;
	font-size: 13px;
	text-decoration: underline;
	font-weight: bold;
	color: #A6CC02;
}

A.breadcrumbs {
	font-family: Georgia;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: bold;
	color: #0C89BB;
}
A.breadcrumbs:hover {
	font-family: Georgia;
	font-size: 11px;
	font-weight: bold;
	color: #0C89BB;
	text-decoration: underline;
}

A.sidenav {
	font-family: Georgia;
	font-size: 12px;
	TEXT-DECORATION: none;
	color: #626469;
	font-weight: bold;
}
A.sidenav:hover {
	font-family: Georgia;
	font-size: 12px;
	font-weight: bold;
	color: #626469;
	text-decoration: underline;
}
A.articlesnav {
	font-family: Georgia;
	font-size: 11px;
	TEXT-DECORATION: none;
	color: #212424;
}
A.articlesnav:hover {
	font-family: Georgia;
	font-size: 11px;
	color: #212424;
	text-decoration: underline;
}

A.sidesubnav {
	font-family: Georgia;
	font-size: 11px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #626B75;
}
A.sidesubnav:hover {
	font-family: Georgia;
	font-size: 11px;
	color: #626469;
	font-weight: normal;
	text-decoration: underline;
}
A.sidesubnavgreen {
	font-family: Georgia;
	font-size: 9px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #626469;
}
A.sidesubnavgreen:hover {
	font-family: Georgia;
	font-size: 9px;
	color: #62BD19;
	font-weight: normal;
	text-decoration: underline;
}
A.footerlink {
	font-family: Georgia;
	font-size: 10px;
	TEXT-DECORATION: none;
	font-weight: normal;
	color: #DFD2B3;
}
A.footerlink:hover {
	font-family: Georgia;
	font-size: 10px;
	color: #DFD2B3;
	font-weight: normal;
	text-decoration: underline;
}

.schedule {
	border: 1;
	border-color: #2A300A;
	cursor: default;
	margin: 0;
	padding: 0;
}

.scheduleprint {
	border: 1;
	border-color: #333333;
        color: #000000;
	cursor: default;
	margin: 0;
	padding: 0;
	font-size: 8px;
}

.schedule table
{
	background: #FFFFFF;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin: 0 auto;
}

.scheduleprint table {
	background: #FFFFFF;
	border-style: solid;
	margin: 0 auto;
        color: #000000;
        font-size: 7px;
}

.schedule th{
	background: #0F2E1D;
	border-style: solid;
	border-width: 0 0 1px 1px;
	padding: 1px;
	vertical-align: top;	
	height: 50px;
}

.scheduleprint th{
	background: #EEEEEE;
	border-style: solid;
	padding: 3px;
	vertical-align: top;	
        color: #000000;
        font-weight: bold;
        font-size: 7px;
}


.schedule td{
	background: #171A07;
	border-style: solid;
	padding: 2px;
	border-width: 0 0 1px 1px;
	vertical-align: middle;
	height: 60px;
}

.scheduleprint td{
	background: #FFFFFF;
	border-style: solid;
	padding: 3px;
	vertical-align: middle;
        color: #000000;
        font-size: 7px;
}

.schedule tr:hover td
{
	background: #5B2F00;
}

.schedule .hour
{
	background: #5B2F00;
	text-align: center;
}

.scheduleprint .hour{
	background: #EEEEEE;
	text-align: center;
        color: #000000;
        font-weight: bold;
}
