.VerySmallFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 7pt;
}
.SmallFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 7pt;
}
.NormalFont
{
	font-size: 8pt;
	font-family: Verdana, Arial, Tahoma, Helvetica;
	text-align: justify;
	text-indent: 20px;
	line-height: 12pt;
}
.VerySmallPopFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 7pt;
    COLOR: crimson;
}
.SmallPopFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 7pt;
    COLOR: crimson;
}
.NormalPopFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 8pt;
    COLOR: crimson;
    text-align: justify;
}
.SmallTitleFont
{
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 7pt;
    FONT-WEIGHT: bold;
}
.NormalTitleFont
{
    COLOR: navy;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 9pt;
    FONT-WEIGHT: bold;
}
.MediumTitleFont
{
    COLOR: navy;
    FONT-FAMILY: Arial, Tahoma, Helvetica;
    FONT-SIZE: 14pt;
    FONT-WEIGHT: bold;
}
.NormalLink
{
    COLOR: Blue;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 8pt;
    text-decoration: none;
    cursor: hand;
}
.NormalTitleLink
{
    COLOR: Maroon;
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: bold;
    text-decoration: none;    
    cursor: hand;
}
.NormalTitlePopFont
{
    FONT-FAMILY: Verdana, Arial, Tahoma, Helvetica;
    FONT-SIZE: 9pt;
    COLOR: crimson;
    FONT-WEIGHT: bold;
}
BODY
{
    BACKGROUND-COLOR: #FCF2CF;
    TOP: 245px
}
TABLE.container
{
	border: gray 1px solid;
}
TD.container
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
	background-color: white;
}
A
{
	text-decoration: none;
}
A.icon:hover
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration: none;
	font-weight: bold;
	font-size: 8pt;
	color: blue;
	cursor: hand;
	height: 100%;
	width: 100%;
}
A.icon
{
	font-family: Verdana, Arial, Helvetica, Tahoma;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt;
	color: black;
	cursor: default;
	height: 100%;
	width: 100%;
}
SPAN.icon
{
	width:96px;
	height:96px;
}