/* This is a comment */
body
{
	color: #000000;
	link: #CC0033;
	font-family: arial, verdana;	
	font-size: 18pt;
	text-align: left;
	text-decoration: none;	
}

small.grey
{
	color: #333333;
	font-family: arial;
	font-size: 11px;
}

a.text
{
	font-family: arial;	
	text-align: left;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
}

table.main
{
	border: 1;
	spacing: 0;
	cellpadding: 10;	
}


td.main
{
	height: 600px;
	width: 1000px;
	margin-left: 100px;
	
}

td.audioheader
{
	font-size:13px;
	color: #000000;
	background-color: #999999;
	text-decoration: bold;
}

td.indent
{
	height: 600px;
	width: 700px;
	margin-left: 10px;
	
}

td.light
{
	background-color: #FFFFFFF;
}

td.columnheader
{
	font-size:13px;
	color: #000000;
	background-color: #999999;
	text-decoration: bold;
}

td.smallbold
{
	color: #333333;
	font-size:12px;
	text-decoration: bold;
}

td.smallboldblack
{
	color: #000000;
	font-size:12px;
	text-decoration: bold;
}

td.small
{
	font-size:11px;
}

td.medium
{
	font-size:12px;
}

td.piecetitle
{
	font-size:12px;
	color: #333333;
}

a.small:link
{
	color: #CC0033;
	font-family: arial;
	font-size: 10px;	
	text-decoration: none;
}

/* unvisited link */
a.small:visited
{
	color: #cc6600;
	font-family: arial;
	font-size: 10px;	
	text-decoration: none;
}

/* visited link */
a.small:hover
{
	color: #000000;
	font-family: arial;
	font-size: 10px;	
	text-decoration: none;
}

/* mouse over link */
a.small:active
{
	color: #cc6600;
	font-family: arial;
	font-size: 10px;	
	text-decoration: none;
}

a.black:link
{
	color: #000000;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* unvisited link */
a.black:visited
{
	color: #000000;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* visited link */
a.black:hover
{
	color: #CC0033;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* mouse over link */
a.black:active
{
	color: #000000;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

a.red:link
{
	color: #CC0033;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* unvisited link */
a.red:visited
{
	color: #CC0033;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* visited link */
a.red:hover
{
	color: #333333;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

/* mouse over link */
a.red:active
{
	color: #CC0033;
	font-family: arial;
	font-size: 11px;	
	text-decoration: none;
}

a:link
{
	color: #333333;
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;
}

/* unvisited link */
a:visited
{
	color: #333333;
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;
}

/* visited link */
a:hover
{
	color: #CC0033;
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;
}

/* mouse over link */
a:active
{
	color: #333333;
	font-family: arial;
	font-size: 12px;	
	text-decoration: none;
}


.clsT { border:1px solid #000000 }
.clsTW { border:1px solid #999999 }