﻿body
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4
{
	margin-top: 0;
	margin-bottom: .4em; 
	font-weight: bold;
}
h1
{
	color:#000080;
	font-size: 200%;
}
h2
{
	font-size: 150%;
	color:#000080;
}
h3
{
	font-size: 120%;
	color:#000080;
}
h4
{
	font-size: 100%;
	color:#000080;
}
a:link
{
	color: #0000C0;
	text-decoration: none;
}
a:visited
{
	color: #800080;
	text-decoration: none;
}
a:hover
{
	color: #3366FF;
	text-decoration: underline;
}
img
{
	border-style: none;
}
img.titleImage
{
	height: 60px;
}

.masterHeader
{
}

table.layoutTable
{
	border-collapse: collapse;
	width: 100%;
}
table.layoutTable td
{
	padding: 0;
}
table.layoutTable td.content
{
	padding: 0 10px 0 10px;
}
table.layoutTable td.contentRight
{
	padding: 0 10px 0 10px;
	text-align: right;
}

td.masterPageMenuColumn
{
	vertical-align: top;
	background-color: #F5F5F5;
}
td.masterContentColumn
{
	vertical-align: top;
	width: 99%;
}
td.masterContentColumn div.masterContentColumnDiv
{
	padding: 5px;
}

table.pageMenuItem
{
	height: 24px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}
table.pageMenuItemSelected
{
	height: 24px;
	vertical-align: middle;
	color: #191970; /*Color.MidnightBlue*/
}
.pageMenuItem
{
	padding: 0px 10px 0px 10px;
}
.pageMenuItemSelected
{
	padding: 0px 10px 0px 10px;
}
span.attention
{
	font-weight: bold;
	color:#FF0000;
}