.page_content
{
	margin-top:10px;
	margin-left:10px;
	line-height:170%;
}

p
{
	line-height:170%;
}

span
{
	line-height:170%;
}

h1
{
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration:underline;
}

h2
{
	font-family: Times New Roman;
	font-size: 16px;
	text-decoration:underline;
}

h3
{
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration:underline;
}

h4
{
	font-family: Times New Roman;
	font-size: 14px;
	text-decoration:underline;
}

td
{
	font-family: Times New Roman;
	font-size: 14px;
}

table.page_table
{
	font-family: Times New Roman;
	font-size: 12px;
	border: 1px solid;
	border-collapse:collapse;
}

th.page_table
{
	font-family: Times New Roman;
	background-color: red;
	color: white;
	font-size: 14px;
	border: 1px solid black;
	border-collapse:collapse;
}

td.cell_color1
{
	border: 1px solid;
	border-collapse:collapse;
	background-color: #fa8072;
}

td.cell_color2
{
	border: 1px solid;
	border-collapse:collapse;
	background-color: #ffa07a;
}

td.panel
{
	font-family: Tahoma;
	font-size: 12px;
	color: white;
}

a
{
	color: blue;
	text-decoration: none;
}

a:hover
{
	color: blue;
	text-decoration: underline;
}

a.panel_link
{
	color: black;
	text-decoration: none;
}

a.panel_link:hover
{
	color: black;
	text-decoration: underline;
}

a.page_link
{
	color: #060;
	text-decoration: none;
}

a.page_link:hover
{
	color: #060;
	text-decoration: underline;
}

a.white_link
{
	color: white;
	text-decoration: none;
	font-family: Times New Roman;
}

a.white_link:hover
{
	color: white;
	text-decoration: underline;
	font-family: Times New Roman;
}

a.footer_link
{
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a.footer_link:hover
{
	color: black;
	text-decoration: underline;
	font-weight: bold;
}

input.textfield
{
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
}

input.submit
{
	height: 20px;
	font-family: Tahoma;
	font-size: 12px;
}

a.menu_link
{
	font-size:18px;
	font-family:Times New Roman;
	color:#ffcc99;
	text-decoration:none;
}

a.menu_link:hover
{
	font-size:18px;
	font-family:Times New Roman;
	color:#ffcc99;
	text-decoration:underline;
}

ul.level1
{
	list-style-type: none;
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: #8B0000;
}

ul.level2
{
	list-style-type: disc;
	font-family: Times New Roman;
	font-size: 18px;
	font-weight: normal;
	color: black;
}

ul.level3
{
	list-style-type: circle;
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: normal;
	color: black;
}

ul.level4
{
	list-style-type: square;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: normal;
	color: gray;
}

ul.search_results
{
	list-style-type: none;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: gray;
}

li.contents
{
	font-family: Tahoma;
}

a.search_result_link
{
	list-style-type: none;
	font-family: Times New Roman;
	font-size: 14px;
	font-weight: bold;
	color: #00008B;
}

.red_heading
{
	list-style-type: none;
	font-family: Times New Roman;
	font-size: 20px;
	font-weight: bold;
	color: #8B0000;
}

iframe#toolsWindow {
	border:0;
	width:100%;
	height:100%;
}

ul#toolMenuItems li {
	display:inline-block;
}

a.toolsMenuLink {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #8B0000;
	text-decoration:none;
}

a.toolsMenuLink:hover {
	font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	color: #8B0000;
	text-decoration:underline;
}

a.disabledLink {
   pointer-events: none;
   cursor: default;
}