a:link
{
	color: #003333; 
}
a:visited
{
	color: #336666; 
} 
a:active 
{
	color: #558888; 
}
body
{
	font-family: Verdana;
	font-size:10pt;
	background-color: #F5F4FD;
	color: #000000;
}
table
{
	table-border-color-light: black;
	table-border-color-dark: black; 
	font-size:10pt;
}
h1, h2, h3, h4, h5, h6
{
	font-family: Comic Sans MS, Arial, Helvetica;
}
h1
{
	color: rgb(0,60,153);
}
h2
{
	background-color: #DCEDEF;
	font-size:12pt;
	color: #6600CC;
}
h3
{
	color: rgb(0,153,153); 
}
h4
{
	color: #33CCFF;
}
h5
{
	color: rgb(0,0,102);
}
h6
{
	color: rgb(153,0,0);
}

.specCaptions
{
	color: #ECF0FF;
	background-color: #022173;
}

.specDetails
{
	background-color: #E7F0F1;
	color: #333399;
}