BODY
{
}
A
{
    COLOR: navy;
    TEXT-DECORATION: none
}
A:hover
{
    TEXT-DECORATION: underline;
    COLOR: blue
}
.small
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana
}
.std
{
    FONT-SIZE: 9pt;
    FONT-FAMILY: Verdana, sans-serif
}
.heading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 13pt;
    FONT-FAMILY: Verdana, sans-serif;
    COLOR: navy
}
.bigheading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 14pt;
    COLOR: #E87818;
    FONT-FAMILY: Verdana
}
.tableRed
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #ff0000
}
.tableGris
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    COLOR: #000000;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #E4E4E4
}
.medheading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12pt;
    FONT-FAMILY: Arial
}

.ileft
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-top: 5px
}
.ileft2
{
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.iright
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 5px
}
.irighttop
{
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}