@charset "utf-8";
/* CSS Document */

#RightSection	{
	margin-left: 240px;
}

#PageInformation {
	padding: 5px 5px 5px 0;
	font-weight: bold;
	height: 15px;
}

#PageTitle {
	float: left;
	width: 470px;
	font-size: 16px; 
	color: #05245C;
	
}

#LastUpdated {
	margin-left: 480px;
	text-align: right;
}

#PageLinks {
	text-align: right;
	margin: 0 5px 5px 5px;
}

#PageLinks a {
	margin-left: 10px;	
	
}

tr.LinkTitle td	{
	font-size: 1.1em;
	font-weight: bold;
}


tr.LinkTitle a	{
	text-decoration: none;
	color: #000000;
}

tr.LinkTitle a:hover	{
	text-decoration: underline;
	color: #000099;
}

tr.MatchesText td	{
	font-size: 0.85em;
}

tr.UpdatedText td	{
	font-size: 0.85em;
	padding-bottom: 10px;
}


#PageText p {
	margin: 5px 0 15px 0;
}

#PageText h5 {
	font-size: 14px;
	margin: 20px 0 15px 0;
	color:#7D1478; }

#PageText img {
	float: left;
	margin: 0 10px 5px 0;
}

#PageText a {
	font-weight: bold; 
}








