﻿A
{
	text-decoration: underline;
	color: blue;
}
A:link 
{
	text-decoration: underline;
	color: blue;
}
A:visited 
{
	text-decoration: underline;
	color: blue;
}
A:hover
{
	text-decoration: none;
	color: blue;
}
A:active {
	text-decoration: underline;
	color: blue;
}

body
{
	font-family: Arial, 'Trebuchet MS';
	font-size: smaller;
}
.HeaderLink
{
	color: white;
}
A.HeaderLink
{
	color: white;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
}

A.HeaderLink:active
{
	color: white;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	

}

A.HeaderLink:visited
{
	color: white;
	font-size: 9pt;
	text-decoration: none;
	font-weight: bold;
	
}

A.HeaderLink:hover
{
	color: white;
	font-size: 9pt;
	text-decoration: underline;
	font-weight: bold;
}
.Footer
{
	font-size: x-small;
}
.AdminMenu
{
	font-size: 10pt;
}
.ItemHeading
{
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	background-color: red;
}
.ItemHeading2
{
	font-weight: bold;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	color: white;
	background-color: red;
	font-size: larger;
}
.Item
{
	text-align: center;
	vertical-align: top;
}
.ItemsTable
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
	vertical-align: top;
}
.DeptDesc
{
	font-weight: bold;
}