/*  LIST PAGE */
	.list_container {
		border-left: 1px solid #123148;
		border-right: 1px solid #123148;
	}
	.list_instructions {
		font-family: tahoma;
		font-weight: bold;
		font-size: 10pt;
		color: #000000;
	}
	.list_category_container {
		background-color: #FEFEF8;
		border: 1px solid #DEDDB3;
	}
	.list_category_title {
		font-family: verdana;
		font-weight: bold;
		font-size: 8pt;
		color: gray;
	}
	.list_copy {
		background-color: #123148;
		height: 30px;
	}
	.list_copy_text {
		font-family: tahoma;
		font-weight: normal;
		font-size: 8pt;
		color: #FFFFFF;
	}
	a.list_link, a:visited.list_link, a:hover.list_link {
		font-family: verdana;
		font-weight: normal;
		font-size: 9pt;
		color: #1B3E8A;
		text-decoration: underline;
	}
	a:visited.list_link {
		color: #8F9298;
	}
	a:hover.list_link {
		color: #556484;
		text-decoration: none;
	}
	td.list_hrule {
		border-bottom: 1px solid #F5F5F5;
	}

/*HEAD*/
	td.top_bar {
		font-family:tahoma;
		font-size:7pt;
		text-align: right;
		color:#FFFFFF;
		background-color: #123148;
		height: 17px;
	}
	a.top_bar, a:visited.top_bar, a:hover.top_bar {
		text-decoration: none;
		color:#FFFFFF;
	}
	a:hover.top_bar {
		text-decoration: underline;
		color:#FFFFFF;
	}

/*MENU*/
	td.menu_item {
		border-bottom: 1px solid silver;
	}
	a.menu_item, a:visited.menu_item, a:hover.menu_item {
		font-family: tahoma;
		font-weight: normal;
		font-size: 8pt;
		color: #123148;
		text-decoration: none;
	}
	a:hover.menu_item {
		color: #7996AC;
	}

/*BODY*/
	table.main { width: 700px; }
	table.contents { border-bottom: 1px dashed silver; width: 100%; }
	td.contents_col_1 { border-right: 1px dashed silver; width: 15px; }
	td.contents_col_2 { width: 15px }
	
	/*GEN. TEXT STYLES*/
	.objective,.objective_em {
		font-family: verdana;
		font-size: 14pt;
		font-weight: normal;
		color: #767676;
	}
	.objective_em {
		color: #1B3E8A;
	}

	.default_text {
		font-family: verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #000000;
	}
	.default_gray {
		font-family: verdana;
		font-size: 9pt;
		font-weight: normal;
		color: #767676;
	}
	.bookmarks {
		font-family: tahoma;
		font-weight: normal;
		font-size: 8pt;
	}
	
	.mini_title {
		font-family: verdana;
		font-size: 9pt;
		font-weight: bold;
		color: #142854;
	}
	.footer {
		font-family: tahoma;
		font-weight: normal;
		font-size: 7pt;
		color: #707070;
	}
	
	/*LINK SYTLES*/
	a.default_link, a:visited.default_link, a:hover.default_link {
		font-family: verdana;
		font-weight: normal;
		font-size: 9pt;
		color: #1B3E8A;
		text-decoration: underline;
	}
	a:visited.default_link {
		color: #8F9298;
	}
	a:hover.default_link {
		color: #556484;
		text-decoration: none;
	}
	a.bookmarks, a:visited.bookmarks, a:hover.bookmarks {
		font-family: tahoma;
		font-weight: normal;
		font-size: 8pt;
		color: #1B3E8A;
		text-decoration: underline;
	}
	a:hover.bookmarks {
		color: #556484;
		text-decoration: none;
	}

	/*MISC STYLES*/
	li.bullet {
		list-style-type: square;
		color: #2E74A8;
	}

	td.hrule {
		 border-bottom: 1px solid #F5F5F5;"
	}
