body 
{
    font-size: 9pt;
	font-family: Arial;
	color: black;
	font-variant: normal;
	text-align: justify
}
.SideLinks
{
    color: #0066cc;
    vertical-align: top;
    text-align: left;
    font-weight: bold;
    color: #3399ff;
}

.TopLinks
{
	font-weight: bolder;
	color: #666666;
}
.BodyLinks
{
	font-weight: bolder;
	color: #339999;
}
.TextHeading
{
	font-weight: bolder;
	color: #6EB91E;
}
.TableHeading
{
	font-size: 9pt;
	font-family: Arial;
    font-weight: bolder;
    color: #ffffff;
    background-color: #66cc33;    
}

.TableTextAlign
{
	text-align: left;
	vertical-align: top;
	text-align:justify 
}
.TableRowGrey
{
	color: black;
	background-color: #dcdcdc;
}
.NormalHeading
{
	font-weight: bolder;
	color: #3399ff;
}

A:hover
{
    color: #ff00ff;
    text-decoration: none;
}

OL.ListRoman
{
	list-style-position: outside;
	list-style-type: lower-roman;
}
OL.ListLetter
{
	list-style-position: outside;
	list-style-type: lower-alpha;
}


td.CellButton
{
	background-image: url(images/button_bg.jpg);
	background-repeat: no-repeat;
	height: 25px;
}
td.CellBackBlue
{
	background-image: url(images/bot_bg.jpg);
	background-repeat: repeat-x;
	height: 25px;
}
td.CellData
{
    font-size: 9pt;
	font-family: Arial;
	color: black;
	font-variant: normal;	
}