a
{
	text-decoration: none;
}
a:link
{
	color: rgb(153,51,102); 
}
a:visited
{
	color: rgb(51,102,204); 
} 
a:active 
{
	color: rgb(153,51,153);
}
a:hover
{
	color: rgb(153,51,153);
	text-decoration: underline;
}
table
{
	table-border-color-light: rgb(255,204,102);
	table-border-color-dark: rgb(204,153,102); 
}
body
{
    font-weight: 400;
    font-size: 10pt;
	font-family: Arial, Helvetica;
	background-color: rgb(255,255,255);
	color: rgb(0,0,0);
}

h1
{
	margin-top: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 22px;
	font-family: Times New Roman, Times;
	color: rgb(153,153,51);
	text-decoration: none;
}
h2
{
	margin-top: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	font-family: Times New Roman, Times;
	color: rgb(0,0,0); 
	text-decoration: none;
}
.12ptBold
{
	font-weight: bold;
	font-size: 16px;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-decoration: none;
}
.12PtMenuBold 
{
	font-weight: bold;
	font-size: 16px; 
	font-family: Arial, Helvetica;
	color: rgb(153,51,102);
	background-color: rgb(255,153,51);
	text-decoration: none;
}
.11Pt
{
	font-weight: 400;
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-decoration: none;
}
.11ptMenuBold
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	background-color: rgb(255,204,102);
	text-decoration: none;
}
.11ptBold
{
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica;
	color: rgb(0,0,0);
	text-decoration: none;
}
.DateTime 
{
	font-weight: bold;
	font-size: 11px; 
	font-family: Arial, Helvetica;
	color: rgb(153,51,102);
	text-decoration: none;
}