.BlackBorder
{
    BORDER-RIGHT: black 1px solid;
    BORDER-TOP: black 1px solid;
    BORDER-LEFT: black 1px solid;
    BORDER-BOTTOM: black 1px solid
}
.RedTitle
{
	COLOR: #D73327;
	font: bold 12pt arial;
}
.GrayTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    COLOR: gray;
    FONT-FAMILY: arial
}
.Text
{
	COLOR: gray;
	font: 12pt arial;
}
.smallwhite
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: transparent;
    TEXT-DECORATION: none
}
.BlueTitle
{
	COLOR: navy;
	font: bold 13pt arial;
}
.WhiteText
{
	COLOR: #FFFFFF;
	TEXT-DECORATION: none;
	font: bold 10pt arial;
}
.over
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 8pt;
    COLOR: #000000;
    FONT-FAMILY: arial;
    BACKGROUND-COLOR: red;
    TEXT-DECORATION: none
}
.LeftBorder
{
    BORDER-LEFT: #c0c0c0 1pt solid
}
.bottomBar {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #999999;
	text-align: center;
	vertical-align: middle;
}
.navBG {
	background: url(images/navigation/bg.gif) repeat;
}
.boxMiddle {
	background: url(images/home/barMiddle.gif) repeat-y;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 7px;
	text-align: justify;
}
.HOMEbox {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #666666;
	padding: 5px;
	text-align: justify;
}
.bodyBlue {
	font: bold normal 12px/140% Arial, Helvetica, sans-serif;
	color: #000080;
	padding: 5px;
	text-align: justify;
}
a.blueLink:link {
	color: #000080;
	text-decoration: none;
}
a.blueLink:visited {
	color: #000080;
	text-decoration: none;
}
a.blueLink:hover {
	color: #FF3300;
	text-decoration: underline;
}
a.blueLink:active {
	color: #FF0000;
	text-decoration: none;
}
