.header-title
{
	float: left;
	background-color: #EEEEEE;
	border-style: solid;
	border-width: thin;
	color: gray;
	font-family: Verdana;
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	width: 650px;
	padding-bottom: 10px;
	padding-top: 10px;
	margin: 10px;
}
.header-text
{
	font-weight: bold;
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
}
.header-logo
{
	float: left;
	padding-right: 24px;
	padding-left: 24px;
	padding-bottom: 10px;
	margin: 10px;
	width: 143px;
	height: 100px;
}
.navigation-links
{
	font-weight: normal;
	font-size: 12pt;
	font-family: Verdana;
	cursor: pointer;
	text-decoration: none;
	left: 10px;
	position: absolute;
	line-height: 25px;
}
.navigation a:hover
{
	font-size: 12pt;
	color: black;
	font-family: Verdana;
	cursor: pointer;
	text-decoration: none;
}

.navigation a:link
{
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
	cursor: pointer;
	text-decoration: none;
}
.navigation a:visited
{
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
	cursor: pointer;
	text-decoration: none;
}
.navigation a:active
{
	font-size: 12pt;
	color: black;
	font-family: Verdana;
	cursor: pointer;
	text-decoration: none;
}
.mainframe-title
{
	
	color: gray;
	font-family: Verdana;
	font-size: 14pt;
	font-weight: bold;
	padding-bottom: 10px;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainframe-subtitle
{
	font-weight: bold;
	font-size: 12pt;
	color: black;
	font-family: Verdana;
	text-decoration: underline;
	margin-top: 10px;
	margin-bottom: 10px;
}
.mainframe-text
{
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
	margin-left: 10px;
	list-style-type: disc;
	list-style-position: outside;
}
.mainframe-table
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
	font-size: 12pt;
	color: gray;
	font-family: Verdana;
}
.link a:link
{
text-decoration: none	
}
.link a:visited
{
text-decoration: none	
}
.link a:active 
{
text-decoration: none	
}
.link a:hover 
{
text-decoration: underline; color: red;	
}

