table.Format 
{
	background:       Brown;
}

a
{
	color:            DarkBlue;
}

a:hover
{
	color:            Blue;
}

a.Text_Link
{
	color:            DarkBlue;
	text-decoration:  none;
}

a.Text_Link:hover
{
	color:            Blue;
	text-decoration:  underline;
}

h1
{
	color: Brown;
}
.Title
{
	color:            MidnightBlue;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        23px;
	font-weight:      Bold;
}

.Subtitle
{
	color:            SlateBlue;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        17px;
}

.Header
{
	color:            Navy;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        13px;
	font-weight:      Bold;
}

.Info
{
	color:            Black;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        13px;
}

.News
{
	color:            Black;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        13px;
	text-align:       justify;
}

.Small
{
	color:            Black;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        11px;
}

.Footer
{
	color:            White;
	font-family:      "Trebuchet MS",Trebuchet,Arial,Helvetica;
	font-size:        13px;
}

.ODP
{
	font-family        : Trebuchet,Arial,Helvetica; 
	font-size          : 13px;
}

table.FORM          { font-family: ;  color: ;  font-size: ;  text-align: left; }
td.FormLabel        { font-family: ;  color: ;  font-size: ;  text-align: right; }
td.FormField        { font-family: ;  color: ;  font-size: ;  text-align: left; }


.Entered
{
	color:            Red;
}

.Benched
{
	color:            Green;
}

.Waiting
{
	color:            Gray;
}

.Complete
{
	color:            Blue;
}

.Archived
{
	color:            Black;
}
