body{
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
}
a{	color:#b30101;
  	text-decoration:none
 }
 a:hover{
 	color:#157dff;	
	text-decoration:underline
  }

.smallText
{
	font-size:7.5pt;
	color:#000000;
	font-family:Verdana;
	line-height:1.5
}
.headingText
{
	font-size:16pt;
	color:#313131;
	font-family:Verdana;
	line-height:1.2;
	font-weight:500
}
.headingSmall
{
	font-size:10pt;
	color:#477ec2;
	font-family:Verdana;
	line-height:2;
	font-weight:900
}

.plainText
{
	font-size:8.5pt;
	color:#313131;
	font-family:Verdana;
	line-height:1.2
}
.textBox
{
    BORDER-RIGHT: #000000 1px solid;
    BORDER-TOP: #000000 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #000000 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #000000 1px solid;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white
}
TABLE.mytable
{
    BORDER-RIGHT: black;
    BORDER-TOP: black;
    FONT-SIZE: 7.5pt;
    BORDER-LEFT: black;
    COLOR: black;
    BORDER-BOTTOM: black;
	FONT-FAMILY: 'Verdana';
	font-weight:bolder;
    BACKGROUND-COLOR: #f2e4b2;
}
A.myanchor
{
    FONT-SIZE: 7.5pt;
    COLOR: #000000;
    FONT-FAMILY: 'Verdana';
	FONT-WEIGHT: 'bolder';
    TEXT-DECORATION: none
}