/* Standard Classes */

p,body,li,td {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {
	color: #66cc00;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #66cc00;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #ffcc33;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CCFFFF;
	text-decoration: underline;
}


/* Custom Classes */

/* Foot */
.foot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #66cc00;
}
a.foot:link {
	color: #66cc00;
	text-decoration: none;
}

a.foot:visited {
	color: #66cc00;
	text-decoration: none;
}
a.foot:active {
	color: #66cc00;
	text-decoration: underline;
}
a.foot:hover {
	color: #CCFFFF;
	text-decoration: underline;
}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffcc33;
}


/* Title */
.title {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC33;
}
a.title:link {
	color: #FFCC33;
	text-decoration: none;
}

a.title:active {
	color: #FFCC33;
	text-decoration: none;
}
a.title:visited {
	color: #FFCC33;
	text-decoration: none;
}
a.title:hover {
	color: #CCFFFF;
	text-decoration: underline;
}


.caption {
	font-size: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
