a:link       { color: #0066FF; text-decoration: none }
a:visited    { color: #006699; text-decoration: none }
a:active     { color: #FFFFFF; text-decoration: none; background-color: #000080 }
body         { font-family: Verdana; color: #000000; font-size: 10pt }
table
{
	table-border-color-light: rgb(204, 153, 255);
	table-border-color-dark: rgb(204, 0, 204); 
}
h1, h2, h3, h4, h5, h6 { font-family: Verdana }
h1           { color: #35445B }
h2
{
	color: rgb(51, 0, 153); 
}
h3
{
	color: rgb(204, 0, 153); 
}
h4
{
	color: rgb(0, 51, 102);
}
h5
{
	color: rgb(51, 0, 153);
}
h6
{
	color: rgb(204, 0, 153);
}
    
body.menuitem { font-family: Verdana; font-size: 10pt }
tbody        { font-family: Verdana; font-size: 10pt }
.linknew {
	list-style-position: outside;
	list-style-image: url(images/imgNew.gif);
}

ul { font: normal 11px }
ul.normal { line-height: 14px; font: normal 12px }
ul.red { line-height: 14px; font: normal 11px; list-style: square url("images/red-triangle.gif"); }
ul.new { line-height: 14px; font: normal 11px; list-style: square url("images/imgNew.gif"); }
li { font: normal 0.95em }
