/* Style sheet for section links */

/* Standard table, header, and footer classes */
.Section_Links{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : none;
	vertical-align: middle;
	background-color: #E6D4AB;
}
.Section_Links_td{
	text-align : center;
	padding-bottom : 1;
	padding-left : 1;
	padding-right : 1;
	padding-top : 1;
}
.Section_Links_td_Current{
	text-align : center;
	background-color: #000000;
	padding-bottom : 1;
	padding-left : 1;
	padding-right : 1;
	padding-top : 1;
}
.Section_Links_header{
	ackground-color: #F5F5DC;
}
.Section_Links_header_td{
	font-size : small;
	text-align: center;
}
.Section_Links_footer{
	background-color: #F5F5DC;
}
.Section_Links_footer_td{
	font-size : smaller;
	text-align: center;
}
/* Classes unique to this object type */
.Section_Links_Images{
	text-align : center;
}
.Section_Title:Link{
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}
.Section_Title:Visited{
	color : #000000;
	text-decoration : none;
	font-weight: bold;
}
.Section_Title:Hover{
	color : #3366CC;
	text-decoration : none;
	font-weight: bold;
}
.Section_Title_Current{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom : 1;
	padding-left : 1;
	padding-right : 1;
	padding-top : 1;
	color : #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.Section_Title_Current:Link{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}
.Section_Title_Current:Visited{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FFFFFF;
}