@charset "utf-8";
/* CSS Document */




.link_grey {

	color: #525B65;

	text-decoration: none;

}

a.link_grey:hover {

	text-decoration: underline;
}

#navleft	{
	width:				223px;
	float:				left;
	margin:				0px;
	padding:			0px;
	text-align:			left;
	font-family: 		Arial, sans-serif;
	font-size: 			12px;
	font-weight:		bold;
	line-height:		16px;
 	background-image:url(/graphics/nav_left_background.gif); background-repeat:repeat-y;
 	}

	
a:link {
	color: 	#342CD2;
	text-decoration: none;

	}

a:hover {
	color: #342CD2;
	text-decoration:underline;
	}

a:visited {
	color: 	#342CD2;
	text-decoration: none;
	}

a:active {
	color: 	#342CD2;
	text-decoration: underline;
	}

