/* Style sheet for page links */

/* Standard table, header, and footer classes */
.Page_Links{
	border-top-color: #1062AD;
	border-right-color: #1062AD;
	border-bottom-color: #1062AD;
	border-left-color: #1062AD;
}
.Page_Links_td{
	text-align : center;
	background-color: #F5F5DC;
	padding : 10 1 10 1;
	vertical-align: top;
	border-top-color: #1062AD;
	border-right-color: #1062AD;
	border-bottom-color: #1062AD;
	border-left-color: #1062AD;
}
.Page_Links_td_Current{
	text-align : center;
	background-color: #E2DAB6;
	padding : 10 1 10 1;
	vertical-align: top;
	border-top-color: #1062AD;
	border-right-color: #1062AD;
	border-bottom-color: #1062AD;
	border-left-color: #1062AD;
}
.Page_Links_header{
	background-color: #F5F5DC;
}
.Page_Links_header_td{
	color : #336699;
	font-size : small;
	text-align: center;
}
.Page_Links_footer{
	background-color: #F5F5DC;
}
.Page_Links_footer_td{
	color : #336699;
	font-size : small;
}
/* Classes unique to this object type */

.Page_Links_Images{
	text-align : left;
}
.Page_Title{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
}
.Page_Title:Link{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
.Page_Title:Visited{
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
.Page_Title:Hover{
	color : #3366CC;
}
.Page_Title_Current{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #000000;
	font-weight: bold;
}
.Page_Title_Current:Link{
	color : #000000;
	text-decoration: none;
}
.Page_Title_Current:Visited{
	color : #000000;
	text-decoration: none;
}