.bodyCopy {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	color : #000000;
	line-height : 18px;
}
A.bodyCopy:link {color:#3300cc;text-decoration:underline;}
A.bodyCopy:visited {color:#333399;text-decoration:underline;}
A.bodyCopy:hover {color:#e21c1c;text-decoration:underline;}
A.bodyCopy:active {color:#e21c1c;text-decoration:underline;}

.smallCopy {
	font-family : Verdana, sans-serif;
	font-size : 10px;
	color : #000000;
}
A.smallCopy:link {color:#3300cc;text-decoration:underline;}
A.smallCopy:visited {color:#333399;text-decoration:underline;}
A.smallCopy:hover {color:#e21c1c;text-decoration:underline;}
A.smallCopy:active {color:#e21c1c;text-decoration:underline;}

.reverseCopy {
	font-family : Verdana, sans-serif;
	font-size : 9px;
	color : #ffffff;
	line-height : 16px;
	padding : 6px;
}
A.reverseCopy:link {color:#cccccc;text-decoration:underline;}
A.reverseCopy:visited {color:#cccccc;text-decoration:underline;}
A.reverseCopy:hover {color:#e21c1c;text-decoration:underline;}
A.reverseCopy:active {color:#e21c1c;text-decoration:underline;}

.pageTitle {
	font-family : Verdana,sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
	padding-left : 24px;
	padding-top : 14px;
	padding-bottom : 8px;
}

.programDescTitle {
	background-color : #e1e1e1;
	border-top : 2px solid #b1b1b1;
	border-right : 2px solid #b1b1b1;
	border-left : 2px solid #b1b1b1;
	color : #000000;
	font-weight : bold;
	padding : 4px;
}

.programDescCopy {
	background-color : #ffffff;
	border : 2px solid #b1b1b1;
	color : #000000;
	font-size : 12px;
	line-height : 16px;
	padding : 4px;
}

/* SIDEBAR STUFF */
A.subNavLink:link {padding-left : 12px;}
A.subNavLink:visited {padding-left : 12px;}
A.subNavLink:hover {padding-left : 12px;}
A.subNavLink:active {padding-left : 12px;}

#subNav_std table.subNav_stdRow {
	border-collapse: collapse;
}

#subNav_std table.subNav_stdRow tr {
	font-family : Verdana,sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000;
}

#subNav_std table.subNav_stdRow tr a{
	color : #000000;
	display: block;
}

#subNav_std table.subNav_stdRow tr a:link, table.subNav_stdRow tr a:visited {
	color : #000000;
	text-decoration: none;
}

#subNav_std table.subNav_stdRow tr a:hover, table.subNav_stdRow tr a:active {
	color : #E21C1C;
	text-decoration: underline;
}