BODY {
margin: 20px 0px 0px 0px;
background-color: #FFFFFF;
}

A:link {color: #666666; text-decoration:none; }
A:visited {color: #666666; text-decoration: none; }
A:hover {color: #F70A0A; text-decoration: underline; }

.TextRed{
color : #F70A0A;
}
.BGGrey{
background-color: #E8E8E8;
}

td{
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height : 14px;
color: #666666;
}
.TextSmall{
font-size: 10px;
line-height: 13px;
}
.TextLarge{
font-size: 14px;
line-height: 17px;
}
.Dots{
background-image:url(../images/dot.gif);
background-repeat:repeat-x;
background-position:center;
}
.DotsVer{
background-image:url(../images/dot.gif);
background-repeat:repeat-y;
background-position:center;
}
.Border{
border : 1px groove #25346F;
width : 95%;
font-size: 12px;
}