<!-- Cascading Style Sheet -->
<STYLE>
<!--

body			{
			font-family: arial, sans-serif;
			}

div.headerArea		{
			background-image: url("images/background-top.gif");
			background-repeat: repeat-x;
			display: block;
			padding: 0px;
			margin: 0px;
			height: 95px;
			font-family: arial, sans-serif;
			border-bottom: 7px solid #7BD207;
		}

div.headerArea div.date		{
			width: 150px;
			display: block;
			float: right;
			clear: right;
			font-size: 12px;
			text-align: right;
			color: #ffffff;
			font-weight: bold;
			margin: 15px 10px 0px 0px;
		}

td.contentAreaTop	{
			font-family: arial, sans-serif;
			background-color: #ffffff;
			background-image: url("images/background-contshadow.gif");
			background-repeat: repeat-x;
			font-size: 1px;
			height: 13px;
		}

td.navContainer	{
			font-family: arial, sans-serif;
			background-color: #ffffff;
			width: 145px;
			padding: 0px 0px 30px 0px;
		}

td.navArea	{
			background-image: url("images/background-navright.gif");
			background-repeat: repeat-y;
			background-position: right top;
			font-family: arial, sans-serif;
			background-color: #C5E7FF;
			width: 145px;
			font-size: 11px;
			color: #1D306A;
			padding: 0px 0px 0px 0px;
		}

td.navArea div.navLevel1 a	{
			font-weight: normal;
			color: #1D306A;
			text-decoration: none;
			display: block;
			width: 135px;
			padding: 3px 0px 3px 8px;
			margin: 5px 0px 0px 0px;
			}

td.navArea div.navLevel1 a:hover	{
			background-color: #ffffff;
			text-decoration: none;
			}

td.navArea div.navLevel1 a.hi	{
			background-color: #ffffff;
			font-weight: normal;
			color: #1D306A;
			text-decoration: none;
			display: block;
			width: 135px;
			padding: 3px 0px 3px 8px;
			border-top: 1px solid #A1BDD1;
			}



td.navArea div.navLevel2	{
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 10px 0px;
			}

td.navArea div.navLevel2 a	{
			background-color: #ffffff;
			font-weight: normal;
			color: #9D9D9D;
			text-decoration: none;
			display: block;
			width: 127px;
			padding: 2px 0px 2px 8px;
			margin: 0px 0px 0px 8px;
			}

td.navArea div.navLevel2 a:hover	{
			background-color: #DDDDDD;
			color: #1D306A;
			text-decoration: none;
			}

td.navArea div.navLevel2 a.hi	{
			background-color: #DDDDDD;
			font-weight: normal;
			color: #1D306A;
			text-decoration: none;
			display: block;
			width: 127px;
			padding: 2px 0px 2px 8px;
			margin: 0px 0px 0px 8px;
			}


td.contentArea	{
			font-family: arial, sans-serif;
			font-size: 11px;
			line-height: 160%;
			color: #333333;
			padding: 0px 0px 30px 30px;
		}

td.contentArea td.leftCol	{
			font-family: arial, sans-serif;
			font-size: 11px;
			line-height: 160%;
			background-color: #ffffff;
			color: #333333;
			padding: 20px 30px 10px 0px;
		}

td.contentArea td.leftCol div.newsHeader	{
			background-color: #EEEEEE;
			border: 1px solid #A1BDD1;
			color: #8F8F8F;
			display: block;
			font-size: 14px;
			font-weight: bold;
			padding: 1px 0px 1px 5px;
		}

td.contentArea td.leftCol div.newsBox	{
			border-left: 1px solid #A1BDD1;
			border-right: 1px solid #A1BDD1;
			border-bottom: 1px solid #A1BDD1;
			display: block;
			padding: 5px 10px 10px 10px;
			color: #333333;
		}

td.contentArea td.leftCol div.newsBox ul	{
			margin: 0px 0px 0px 20px;
			padding: 0px 0px 0px 0px;
		}

td.contentArea td.leftCol div.newsBox li	{
			margin: 4px 0px 4px 0px;
			padding: 0px 0px 0px 0px;
		}

td.contentArea td.rightCol	{
			font-family: arial, sans-serif;
			font-size: 11px;
			line-height: 140%;
			background-color: #DDDDDD;
			color: #333333;
			padding: 10px 10px 15px 10px;
			margin: 0px 0px 0px 0px;
			width: 170px;
		}

td.contentArea td.rightCol div.whiteLine	{
				margin: 20px -10px 10px -10px;
				background-color: #ffffff;
				font-size: 1px;
				line-height: 0px;
				height: 15px;
			}

td.contentArea div.content	{
			display: block;
			font-family: arial, sans-serif;
			font-size: 11px;
			line-height: 160%;
			color: #333333;
			padding: 20px 0px 0px 0px;
			}

td.contentTable		{
			font-family: arial, sans-serif;
			font-size: 11px;
			color: #333333;
			padding: 0px 20px 3px 0px;
			}

.borderBottom		{
			border-bottom: 1px solid #7BD207;
			}

div.highlight		{
			color: #003399;
			font-family: arial, sans-serif;
			font-size: 13px;
			}

td.footerRight	{
			font-family: arial, sans-serif;
			font-size: 10px;
			padding: 2px 0px 5px 7px;
			text-align: left;
			border-top: 1px solid #595B68;
			color: #0B205D;
		}

td.footerTopLink	{
			font-family: arial, sans-serif;
			font-size: 10px;
			padding: 2px 10px 5px 0px;
			text-align: right;
			border-top: 1px solid #595B68;
			font-weight: bold;
		}


a		{
			color: #60A801;
			text-decoration: none;
		}

a:hover		{
			color: #C7005E;
			text-decoration: underline;
		}

a.hi		{
			color: #C7005E;
			text-decoration: underline;
		}


h1		{
			font-size: 26px;
			color: #003399;
			font-family: arial, sans-serif;
			font-weight: normal;
			margin: 0px 0px 20px 0px;
			padding: 0px 0px 0px 0px;
		}

h2		{
			font-size: 18px;
			line-height: 110%;
			color: #003399;
			font-family: arial, sans-serif;
			font-weight: normal;
			margin: 40px 0px 16px 0px;
			padding: 0px 0px 0px 0px;
		}

img.imageRight	{
			float: right;
			margin: 0px 0px 15px 15px;
			border: 1px solid #A1BDD1;
		}

img.imageLeft	{
			float: left;
			margin: 0px 15px 15px 0px;
			border: 1px solid #A1BDD1;
		}

form		{
			margin: 0px;
			padding: 0px;
		}

input		{
			color: #000000;
			border: 1px solid #d3d3d3;
			padding: 2px 5px 2px 5px;
			background-color: White;
			font-size: 13px;
		}

textarea		{
			color: #000000;
			border: 1px solid #d3d3d3;
			padding: 0px 5px 0px 5px;
			background-color: White;
			font-size: 12px;
		}

-->
</STYLE>
