.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.textgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}


.small {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}


.large {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.textorange {
	font-family: Arial, Helvetica, sans-serif;
    color: #CC6633;
	font-size: 13px;
}


td#orange a:link {color: #CC6633;}
td#orange a:visited {color: #CC6633;}
td#orange a:hover {color: #CC6633;}
td#orange a:active {color: #CC6633;}



td#gray a:link {color: #333333;}
td#gray a:visited {color: #333333;}
td#gray a:hover {color: #000000;}
td#gray a:active {color: #000000;}

.gold {
	font-family: Garamond;
    color: #CC9966;
	font-size: 12pt;
}

A:link, A {
    color: #FFFFFF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

A:hover {
	color: #CC6633;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
}