
.blue_sm
{
    FONT-SIZE: 12pt;
    COLOR: #0062C3;
    FONT-FAMILY: Arial, Verdana;
    font-weight:bold
}
.box
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-TOP: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid;
    color: Black;
    PADDING: 4px;
    font-size: 10.5pt;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: white
}
.box_left
{
    BORDER-RIGHT: darkgray 1px solid;
    BORDER-TOP: darkgray 1px solid;
    BORDER-LEFT: darkgray 1px solid;
    BORDER-BOTTOM: darkgray 1px solid;
    color: Black;
    PADDING: 4px;
    font-size: 10.5pt;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: #E0E0E0
}
.boxHeader
{
    BORDER-BOTTOM: black 1px solid;
    PADDING: 4px;
    font-size: 8.5pt;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #f2f2f2;
}
.linkTop
{
	border-right: #888878 1px solid;
	border-top: #d5d5ca 1px solid;
	padding-left: 1px;
	font-weight: 500;
	font-size: 8.5pt;
	border-left: #d5d5ca 1px solid;
	color: black;
	border-bottom: #888878 1px solid;
	font-family: Verdana, Arial, 'MS Sans Serif';
	background-color: #f9f9f8;
}
.error
{
    COLOR: firebrick
}
.header
{
    BORDER-RIGHT: gainsboro 1px solid;
    BORDER-TOP: gainsboro 1px solid;
    FONT-SIZE: 8.5pt;
    BORDER-LEFT: gainsboro 1px solid;
    COLOR: white;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: Verdana, Arial;
    BACKGROUND-COLOR: #44607b;
    TEXT-ALIGN: center
}

.dotbox
{
	border-right: #977c3d 1px dotted;
	padding-right: 7px;
	border-top: #977c3d 1px solid;
	padding-left: 7px;
	font-size: 8.5pt;
	padding-bottom: 7px;
	border-left: #977c3d 1px dotted;
	color: black;
	padding-top: 7px;
	border-bottom: #977c3d 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
}

.box_head
{
    FONT-SIZE: 8.5pt;
    COLOR: white;
    font-weight: bold;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.menu1
{
	background-color: #0062C3;
	padding: 4px;
	text-align:center;
	letter-spacing: 1px;
	FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}
.menu2
{
	background-color: #6ABDE2;
	padding: 4px;
	text-align:center;
	letter-spacing: 1px;
	FONT-SIZE: 8pt;
    COLOR: white;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
}

.menu1 a
{
	color:White;
	text-decoration:none
}
.menu1 a:hover
{
	color:Black;
	text-decoration:underline
}

.menu2 a
{
	color:White;
	text-decoration:none
}
.menu2 a:hover
{
	color:Black;
	text-decoration:underline
}

.link
{
	padding: 4px;
	FONT-SIZE: 9pt;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
a.link
{
	color:black;
	text-decoration:underline
}
a:hover.link
{
	color:Maroon;
	text-decoration: none
}

