table
{
	table-border-color-light:rgb(255,102,153);
	table-border-color-dark:rgb(102,51,153); 
}
.title
{	
	font-family:Cooper Black; 
	color:#0000CC; 
	font-size:20pt; 
	font-weight:bold; 
    background-color:#8AD0FF
}
.pagetitle
{
	font-family:Cooper Black; 
	color:#8AD0FF
	text-decoration:underline; 
	font-size:14pt; 
    font-style:italic
}
.body
{
	font-family:Arial; 
	font-size:11pt; 
	color:#000000
}
.resourcetitle
{
	font-family:Arial; 
	font-size:11pt; 
	color:#000000; 
	text-decoration:underline; 
	font-weight:bold
}
.footer
{
	font-family:Arial; 
	font-size:8pt; 
	font-style:italic; 
	text-align:center
}
.contentlink
{
	font-family:Arial Rounded MT Bold;
	color:#0000FF; 
	font-weight:bold; 
	text-decoration:underline
}
.subcontentlink
{
	font-family:Arial Rounded MT Bold;
	color:#0000FF;
	font-weight:bold;
	text-decoration:underline; 
	font-size:10pt; 
	margin-left:0
}
.clselected
{
	font-family:Arial Rounded MT Bold;
	color:#008000;
	font-weight:bold;
	text-decoration:none
}
.subclselected
{
	font-family:Arial Rounded MT Bold;
	color:#008000;
	font-weight:bold;
	text-decoration:none;
	font-size:10pt; 
	margin-left:0
}
:hover.contentlink
{
	color:#008000; 
	font-family:Arial Rounded MT Bold; 
	text-decoration:underline; font-weight:bold
}a:hover      {
	color: #008000;
}