/* standard styles */

td.bodygrey10
{
	font-family: arial, sans-seriff; 
	font-size: 10px; 
	color: #666666; 
}
td.bodyw11
{
	font-family: arial, sans-seriff; 
	font-size: 11px; 
	color: #ffffff; 
}
td.bodyk11
{
	font-family: arial, sans-seriff; 
	font-size: 11px; 
	color: #000000; 
}
td.bodyk12
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #000000; 
}
td.boldk12
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #000000;
	font-weight: bold; 
}
td.boldw12
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #ffffff;
	font-weight: bold; 
}
td.error
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #cc0000;
	font-weight: bold; 
}

/* link styles */

a.bodylink
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #000000;
	text-decoration: none;
}

a:hover.bodylink
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #3399cc;
	text-decoration: underline;
}
a.wlink
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #ffffff;
	text-decoration: none;
}
a:hover.wlink
{
	font-size: 12px; 
	color: #000000;
}
a.boldlink
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a:hover.boldlink
{
	font-family: arial, sans-seriff; 
	font-size: 12px; 
	color: #3399cc;
	text-decoration: underline;
	font-weight: bold;
}
a.filelink
{
	font-family: arial, sans-seriff; 
	font-size: 11px; 
	color: #336699;
	text-decoration: none;
}

a:hover.filelink
{
	font-family: arial, sans-seriff; 
	font-size: 11px; 
	color: #000000;
	text-decoration: underline;
}
a.bottomnavlink
{
	font-family: arial, sans-seriff; 
	font-size: 10px; 
	color: #000000;
	text-decoration: none;
}

a:hover.bottomnavlink
{
	font-family: arial, sans-seriff; 
	font-size: 10px; 
	color: #ffffff;
	text-decoration: underline;
}

/* misc styles */

.bold
{
 font-weight: bold;
}
.blue
{
 color: #336699;
}