/* CSS Document */

<style type="text/css">
			
			A:link		{ text-decoration: none; color: #0000FF; background: none; font-weight: lighter; font-size: 11px;}
			A:visited 	{ text-decoration: none; color: #0000FF; background: none; font-weight: lighter; font-size: 11px;}
			A:hover 	{ text-decoration: underline; color: #FF0000; background: none; font-weight: lighter; font-weight: lighter; font-size: 11px;}

			A.headernoeffect:link		{ text-decoration: none; background: none;}
			A.headernoeffect:visited 	{ text-decoration: none; background: none;}
			A.headernoeffect:hover 	{ text-decoration: none; background: none;}

			A.headerb:link		{ text-decoration: none; color: #FFFFFF; background: none; font-weight: bold; font-size: 14px;}
			A.headerb:visited 	{ text-decoration: none; color: #FFFFFF; background: none; font-weight: bold; font-weight: bold; font-size: 14px;}
			A.headerb:hover 	{ text-decoration: underline; color: #FFFFFF; background: none; font-weight: bold; font-weight: bold; font-size: 14px;}

			A.header:link		{ border: 1px solid #016BAE; text-decoration: none; color: #FFFFFF; background: none; font-weight: bold; font-size: 14px;}
			A.header:visited 	{ border: 1px solid #016BAE; text-decoration: none; color: #FFFFFF; background: none; font-weight: bold; font-weight: bold; font-size: 14px;}
			A.header:hover 	{ border: 1px solid #FFFFFF; text-decoration: none; color: #FFFFFF; background: none; background-color: #175986; font-weight: bold; font-weight: bold; font-size: 14px;}

			A.type2:link		{ text-decoration: none; color: #FFFFFF; background: none; font-weight: lighter; font-weight: bold; font-size: 14px;}
			A.type2:visited 	{ text-decoration: none; color: #FFFFFF; background: none; font-weight: normal; font-weight: bold; font-size: 14px;}
			A.type2:hover 	{ text-decoration: none; color: #FF0000; background: black; font-weight: normal; font-weight: bold; font-size: 14px;}
		</style>
