﻿body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
}
#nav
{
	font-family: Arial;
}
#nav_list
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav_item
{
	margin: 0;
	padding: 0;
	float: left;
}
.nav_link
{
	display: block;
	text-decoration: none;
	width: 200px;
	font-size: 18px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
	color: #2f4f4f;
	text-align: center;
}
.nav_link:hover
{
	color: #4169e1;
}
#nav_table { margin: 5px 0; padding: 0; width: 100%; border-style: none; border-width: 0; border-collapse: collapse }
#rtb_table { float: left; margin: 0 5px 0 0; padding: 0; width: auto; border-style: none; border-width: 0; border-collapse: collapse }
#doc_page { float: left; margin: 0; padding: 0; width: 100%; border-style: none; border-width: 0; border-collapse: collapse }
#doc_table { float: left; margin: 0; padding: 0; width: 100%; border-style: none; border-width: 0; border-collapse: collapse }
#intro_table { float: left; margin: 0; padding: 0; width: auto; border-style: none; border-width: 0; border-collapse: collapse }
#doc_table a
{
	color: #000000;
	text-decoration: underline;
}
#doc_table a:hover
{
	color: #cc0000;
	text-decoration: none;
}
#doc_table h1, #doc_table h2, #doc_table h3, #doc_table h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: uppercase; 
}
#doc_table h1
{
	font-size: 20px;
	text-align: center;
}
#doc_table h2
{
	font-size: 18px;
	text-align: center;
}
#doc_table h3
{
	font-size: 16px;
	text-align: center;
}
#doc_table h4
{
	font-size: 14px;
	text-align: left;
}
#doc_table h5
{
	font-size: 14px;
	text-align: left;
	font-weight: normal;
}
#doc_table p, #doc_table ul, #doc_table li
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	list-style: none;
	margin-top: 12px;
	margin-bottom: 12px;
}
#doc_page
{
	font-family: Arial, Helvetica, Sans-Serif;
}
#doc_page ol, #doc_page ol li
{
	font-family: Arial, Helvetica, Sans-Serif;
	list-style-type: decimal;
}
#doc_page p, #doc_page ul, #doc_page li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	list-style: none;
}
#doc_page p
{
	margin-top: 12px;
	margin-bottom: 12px;
}
#doc_page ul
{
	margin: 4px;
}
#doc_page li
{
	margin: 4px 4px 4px 10px;
}
.doc_clear
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.review_h4
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 14px;
}
.review_larger
{
	font-size: larger;
}
.review_acronym, .review_term
{
	text-decoration: underline;
}
.review_incomplete
{
	color: #000000;
	text-decoration: underline;
}