BODY
{
	font-size: 10pt;
	line-height: normal;
	font-style: normal;
	font-family: Arial , Helvetica , sans-serif, 'MS Sans Serif';
}
SELECT
{
	font-size: 10pt;
	line-height: normal;
	font-style: normal;
	font-family: Arial , Helvetica , sans-serif, 'MS Sans Serif';
}
TD
{
	font-size: 10pt;
	color: black;
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	background-color: #ffffff;
}
.header
{
    font-weight: 600;
    font-size: 14pt;
    color: #0066FF;
    font-family: Arial, Helvetica, sans-serif;
}
.headergreen
{
    font-weight: 600;
    font-size: 14pt;
    color: #009933;
    font-family: Arial, Helvetica, sans-serif;
}
.headerred
{
    font-weight: 600;
    font-size: 14pt;
    color: #eb4f6c;
    font-family: Arial, Helvetica, sans-serif;
}
.headeryellow
{
    font-weight: 600;
    font-size: 14pt;
    color: #B7B700;
    font-family: Arial, Helvetica, sans-serif;
}
.headerparagraph
{
	font-weight: 500;
	font-size: 12pt;
	color: #3399FF;
	font-family: Arial, Helvetica, sans-serif;
}
.headerparagraphred
{
    font-weight: 500;
    font-size: 12pt;
    color: #eb4f6c;
    font-family: Arial, Helvetica, sans-serif;
}
.headerparagraphgreen
{
    font-weight: 500;
    font-size: 12pt;
    color: #00CC00;
    font-family: Arial, Helvetica, sans-serif;
}
.headerparagraphyellow
{
    font-weight: 500;
    font-size: 12pt;
    color: #BFB640;
    font-family: Arial, Helvetica, sans-serif;
}
.lightbluebg
{
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	font-size: 10pt;
	color: black;
	background-color: #f1f6f9;
}
.borderblue
{
	background-color: #a3b3c2;
}
.bordergraytable
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-size: 10pt;
	cursor: default;
	color: black;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
}
.bordergray
{
	border-right: gray 1px solid;
	padding-right: 3px;
	border-top: gray 1px solid;
	padding-left: 3px;
	font-size: 10pt;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	cursor: default;
	color: black;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #ffffff;
}
.bordergrayblueoff
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #70a4e4;
}
.bordergrayblueover
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #0033cc;
}
.bordergraygreenoff
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: #6bd668;
}
.bordergraygreenover
{
	border-right: gray 1px solid;
	padding-right: 2px;
	border-top: gray 1px solid;
	padding-left: 2px;
	font-size: 10pt;
	padding-bottom: 2px;
	border-left: gray 1px solid;
	cursor: hand;
	color: white;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica;
	background-color: Green;
}
A
{
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	font-size: 10pt;
	font-weight: 400;
	text-decoration: none;
	color: blue;
}

A:link
{
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	font-size: 10pt;
	font-weight: 400;
	text-decoration: none;
	color: blue;
}

A:hover
{
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	font-size: 10pt;
	font-weight: 400;
	text-decoration: none;
	color: red;
}

A:active
{
	font-family: Arial, Helvetica, 'MS Sans Serif' , sans-serif;
	font-size: 10pt;
	font-weight: 400;
	text-decoration: none;
	color: blue;
}



