/* OVERALL STYLES */

	div, p, blockquote, ol, dl, ul, li, td, th, br, font {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 9pt;
		color: #464646;
		line-height:1.8em;
	}

	body {
		margin-left : 0;
		margin-top: 0;
	}

/* HEADINGS */

	h1 {
		font-size: 14pt;
		font-weight: bold;
		color: #464646;
		padding-top: 10px;
	}

	h2 {
		font-size: 12pt;
		font-weight: bold;
		color: #464646;
	}

/* ANCHOR STYLES */

	a:link {
		color : #325087;
		text-decoration: none;
		background-color : transparent;
	}

	a:visited {
		color: #325087;
		text-decoration:none;
	}

	a:active {
		color : #325087;
		text-decoration: none;
		background-color : transparent;
		text-decoration: none;
	}

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

/* DIV STYLES */

	div.main_section {
		height: 100%;
	    width: 800px;
	}

	div.logo_section {
		margin-top: 10px;
		margin-left: 15px;
	    margin-bottom: 5px;
	}

	div.top_menu_section {
		height: 20px;
		text-align: right;
		width: 800px;
		color: #464646;
	}

	div.menu_section {
		height: 23px;
		width: 800px;
		background-color: #808080;
		margin-bottom: 20px;
	}

	div.main_left {
		height: 100%;
		width: 400px;
		background-color: #EDF6FF;
		padding: 8px;
		font-size: 9pt;
	}

	div.main_right {
		height: 100%;
		width: 400px;
		padding: 8px;
		font-size: 9pt;
	}

/* LIST STYLES */

	ul.menu_items {
		padding: 0;
	}

	ul.menu_items li {
		list-style: none;
		margin: 0;
		display: inline;
	}

	ul.bullets li {
		list-style: none;
		margin-left: 0;
		padding-left: 1em;
		text-indent: -1em;
		font-size: 9pt;
	}

/* COLUMN STYLES */

	td.leftnav_top {
		width:160px;
		background-color: #226194;
		font-size: 11pt;
		font-weight: bold;
		color: #FFFFFF;
		padding-left: 15px;
		padding-right: 5px;
		padding-bottom: 0px;
	}

	td.leftnav_main {
		width:160px;
		background-color: #F7F6EE;
		font-size: 9pt;
		padding-left: 15px;
		padding-bottom: 0px;
		padding-top: 10px;
		padding-right: 5px;
		height: 100%;
	}

	td.leftnav_main p {
		font-size: 9pt;
	}

	td.rightnav_top {
		background-color: #59AF3A;
		height: 40px;
	}

	td.rightnav_main {
		width:150px;
		height: 30px;
		font-size: 9pt;
		font-weight: bold;
		color: #464646;
		background-color: #ACDEF7;
		text-align: center;
	}

	td.rightnav_maininner {
		width:150px;
		padding-top: 10px;
		background-color: #F1F8FE;
	}

	td.mainbody {
		width: 490px;
		padding-left: 10px;
	}

	td.mainbody p, br, ul, li {
		font-size: 9pt;
	}

/* BUTTON STYLES */
	input.submitButton {
		background-color: transparent;
		font-weight: bold;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		width: 70px;
		font-size: 9px;
		height: 22px;
		cursor: hand;
		color: #464646;
		border-style: 0 0 solid solid;
	}

/* HORIZONTAL LINE */
	hr {
	color: #ACDEF7;
	width: 90%;
	size: 1px;
	}
