a:link
{
	color: rgb(255,204,0); 
}
a:visited
{
	color: rgb(255,255,153); 
} 
a:active 
{
	color: rgb(255,51,0);
}
body
{
	font-family: Verdana, Arial, Helvetica;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
}

p
{
font-size: 10pt;
}

p.copyright
{
font-size: 10pt; padding: 3px; margin-top: 20px; text-align: center; color:#FFFFFF; background-color:#333333
}




img        { border: 0px none; }

table
{
	table-border-color-light: rgb(255,255,102);
	table-border-color-dark: rgb(0,0,0); 
}

table.cert     { border-collapse: collapse; width: 100%; }

table.cert th  { background-color: #993300; color: #FFFFFF; font-weight: bold; font-size: 10pt; text-transform: uppercase; }

table.cert td.dname  { vertical-align: middle; text-align: center; font-size: 9pt; }
table.cert td.dcert  { vertical-align: middle; text-align: left; font-size: 9pt; }
table.cert td.dcert ul     { list-style-type: square; margin-top: 0; margin-bottom: 0; }
table.cert td.dcert ul li  { margin-top: 1pt; margin-bottom: 1pt; }
table.cert td.dlink  { vertical-align: middle; text-align: center; font-size: 9pt; }



h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, Helvetica;
}
h1
{
	color: rgb(255,204,0);
}
h2
{
	color: rgb(255,255,255); 
}
h3
{
	color: rgb(204,51,0); 
}
h4
{
	color: rgb(255,255,153);
}
h5
{
	color: rgb(255,255,0);
}
h6
{
	color: rgb(255,255,255);
}