BODY {
	font-size : 11px;
	color : Black;
	font-family : Arial;
}
TABLE.main 
	border-color: #9C0E01;
	border-width : 1px;
}

TD
{
	font-size : 11px;
	color : Black;
	font-family : Arial;
}
TR
{
	font-size : 11px;
	color : Black;
	font-family : Arial;
}
SELECT {
	font-size : 11px;
	color : Black;
	font-family : Arial;
}
A:link
	{
		COLOR: #04346B;
		TEXT-DECORATION: none;
		font-family : Arial;
	}
A:visited
	{
		COLOR: #04346B;
		TEXT-DECORATION: none;
		font-family : Arial;
	}
A:active
	{
		COLOR: #04346B;
		TEXT-DECORATION: none;
		font-family : Arial;
	}
A:hover
	{
		COLOR: #04346B;
		TEXT-DECORATION: underline;
		font-family : Arial;
	}
.Parttime {
	color : Blue;
	text-decoration: underline;
}
.Supervisor {
	font-family : Arial;
	font-weight : 600;
}
.Vacation {
	background-color : Yellow;
}
A.vacation:link
{
	background-color : Yellow;
}
H3
 {
	font-size : 14px;
	font-weight: 600;
}
.Subheader {
	font-size : 12px;
	font-weight: 600;
	border-bottom : 5;
}
.Shift
 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
}
.RedHeader
 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
	color : Maroon;
}
.RedSubHeader
 {
	font-family : Arial;
	font-size : 12px;
	font-weight : 400;
	color : Maroon;
}
.Title
 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
}
TD.Gold
 {
	font-family : Arial;
	font-size : 12px;
	font-weight : 600;
	color : #FFBD7E;
}
TD.White
 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
	color : White;
}
TD.DarkRed
 {
	font-family : Arial;
	font-size : 14px;
	font-weight : 600;
	color : #9C0E01;
}
TD.DarkRedBackground
 {
	background : #9C0E01;
}
TD.GoldBackground
 {
	background : #FFBD7E;
}
.Caption
 {
	font-family : Arial;
	font-size : 11px;
	font-weight : 200;
}
.RedCaption
 {
	font-family : Arial;
	font-size : 11px;
	font-weight : 200;
	color: Maroon;
}


