a:link
{
	color: rgb(0,51,153);
	text-decoration: none; 
}
a:hover
  {
    color: rgb(0,51,153);
    text-decoration: none;
  }
a:visited
{
	color: rgb(0,51,153);
	text-decoration: none; 
} 
a:active
{
	color: rgb(0,51,153);
	text-decoration: none; 
} 
body
{
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,51,153);
	font-size:0.8em;
}
table
{
	table-border-color-light: rgb(0,0,0);
	table-border-color-dark: rgb(102,51,153); 
}
.bluetext
{
	font-family: Arial;
	color: #003399;
	font-size: 13px;
}
.blueboldtext
{
	font-family: Arial;
	color: #003399;
	font-size: 13px;
	font-weight: bold;
}
.blueboldundertext
{
	font-family: Arial;
	color: #003399;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
.blacktext
{
	font-family: Arial;
	color: #000000;
	font-size: 13px;
}
.blackboldtext
{
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
}
.blackboldundertext
{
	font-family: Arial;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

.blacksmalltext
{
	font-family: Arial;
	color: #000000;
	font-size: 11px;
}
.header
{
	font-family: Arial;
	color: #007AC2;
	font-size: 17px;
	font-weight: bold;
	text-decoration: overline;
	text-decoration: underline;
}
.departmenttable
  {
    font-color: #000000;
    font-family: arial
    font-size: 7px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
  }
.departmenttable .departmenttext
  {
    font-color: #003399;
    font-family: Arial;
    font-variant: normal;
    line-height: normal;
    text-decoration: none; font-size:11px
  }
  .smalltext
{
	font-family: arial;
	color: #000000;
	font-size: 12px;
}
