
	a
	{	color:				#4E82BB;
		text-decoration:	underline;
	}
	a:hover
	{	color:				black;
		text-decoration:	none;
	}
	.heading
	{	color:				#4175D6;
		font-weight:		bold;
		padding-left:		13px;
		font-size:			15px;
	}
	
	.pagemenu
	{	border-top:			1px solid #4E82BB;
		
	}
	.pagemenu a
	{	padding:				2px;
		padding-left:		3px;
		padding-right:		3px;
		display:				block;
		background:			white;
		color:				#4E82BB;
		font-weight:		bold;
	}
	.pagemenu a:hover
	{	color:				#0B203A;
	}
	
	.pagemenu TD
	{	border-right:		1px solid #4175D6;
		text-align:			center;
	}
	.pagemenu #end
	{	border-right:		0px;
	}
	body
	{	background:			white url(../Images/ContentTemplate/HeaderBkg.gif) repeat-x top left;
		margin:				0;
	}
	.clear { clear: both;}