body {
	margin : 0 0 0 0;
	background-color : #FFFFFF;
}

table.border {
	border : 1px solid Black;
}

td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #010E35;
	margin : 0 0 0 5;
}

.TDTiny
{
    FONT-SIZE: 8px;
    FONT-FAMILY: 'MS Sans Serif', Arial
}


.Green
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #0F5802;
    FONT-FAMILY: MS Sans Serif, Arial;
}

.Greensmall
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10px;
    COLOR: #0F5802;
    FONT-FAMILY: MS Sans Serif, Arial;
}

.TextAlert
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 11pt;
    COLOR: navy;
    FONT-FAMILY: MS Sans Serif, Arial;
}

.TextAlert2
{
    FONT-SIZE: 10pt;
    COLOR: navy;
    FONT-FAMILY: MS Sans Serif, Arial;
}

td.white {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : White;
	margin : 0 0 0 5;
}

a:link {
	text-decoration : underline;
	color : #FFFFFF;
}

a:visited {
	color : #FFFFFF;
	text-decoration : underline;
}

a:ACTIVE{
	color : #FFFFFF;
}
a:hover {
	color : #FFFFFF;
	text-decoration : underline;
}
a:link.red {
	text-decoration : underline;
	color : #851705;
}

a:visited.red {
	color : #851705;
	text-decoration : underline;
}

a:ACTIVE.red{
	color : #851705;
}
a:hover.red {
	color : #851705;
	text-decoration : underline;
}

a:link.black {
	text-decoration : underline;
	color : #000000;
}

a:visited.black {
	color : #000000;
	text-decoration : underline;
}

a:ACTIVE.black{
	color : #000000;
}
a:hover.black {
	color : #000000;
	text-decoration : underline;
}

a:link.green {
	text-decoration : underline;
	color : #0F5802;
	font-size : 10px;
}

a:visited.green {
	color : #0F5802;
	text-decoration : underline;
	font-size : 10px;
}

a:ACTIVE.green{
	color : #0F5802;
	font-size : 10px;
}
a:hover.green {
	font-size : 10px;
	color : #0F5802;
	text-decoration : underline;
}
a:link.redsmall {
	font-size: 11px;
	text-decoration : underline;
	color : #851705;
}

a:visited.redsmall {
	font-size: 11px;
	color : #851705;
	text-decoration : underline;
}

a:ACTIVE.redsmall{
	font-size: 11px;
	color : #851705;
}
a:hover.redsmall {
	font-size: 11px;
	color : #851705;
	text-decoration : underline;
}