body {
	background: #EEEEFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	font-family: "Lucida Sans Unicode", "Courier New", SansSerif;
	font-size: x-small;
}

.header {
	background: Navy;
	height: 100px;
	padding: 0px 0px 0px 0px;
	border: none;

}

.header .title
{
	font-size: 26px;
	font-weight: bold;
	border: none;
	color: #87CEFA;
	z-index: 12;
	text-align: right;
	position: absolute;
	top: 22px;
	right: 22px
}

.header img
{
	padding: 0px;
	border: none;
	z-index: 11;
	position: absolute;
	top: 20px;
	left: 20px;
}

@media print
{
	.header img
	{
		display: none;
	}
}

.contentframe 
{
	background:white;
	margin-top: 20px;
	margin-left: 124px;
	margin-right:0px;
	border:2px solid black;
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-left: 126px;
	margin-right:0px;
	margin-top: 20px;
}

html>body .contentframe 
{
	margin-top: 20px;
	margin-left: 126px;
	margin-right:0px;
}

.contentframe .pageoptions
{
	background: Gainsboro;
	border-left: solid 2px black;
	border-bottom: solid 2px black;
	height: 22px;
	float: right;
}

.contentframe .pageoptions a 
{
	cursor: pointer;
	margin: 0px;

}

.contentframe .pageoptions a:hover
{
	cursor: pointer;
}

.contentframe .pageoptions a img
{
	border: none;
	margin: 0px;
}

.contentframe .content img
{
	margin: 15px;
}

.contentframe .content
{
	background: white;
	padding: 32px 40px 40px 40px;
	font-size: 12pt;
}

.contentframe .bottombar
{
		margin:0px;
		padding:3px 40px 3px 40px;
		border-top: solid thin black;
		background: Gainsboro;
}

.leftframe
{
	padding: 0px 0px 0px 0px;
	position: absolute;
	top:160px;
	left: 20px;
}
.frameheader
{
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	font-size: 11pt;
	line-height: 14px;
	background: SkyBlue;
	width: 100%;
}

.leftframe .menu
{
	font-family: Verdana, Arial, sans-serif;
	background: Navy;
	width: 150px;
	text-align: right;
	color: white;
	padding: 0px 0px 0px 0px;
	z-index:1;
	border: solid 2px Navy;
	font-size: 11pt;
}

.leftframe .menu ul
{
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 0px;
	display: block;
}
.leftframe .menu li
{
	list-style: none;
}
.leftframe .menu li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
.leftframe .menu li a:hover
{
	color: #87CEFA;
	text-decoration: none;
}

address
{
	font-size: xx-small;
}

.modified
{
	font-size: xx-small;
	float: left;
	margin-top: 10px;
}

.conform img
{
	border: none;
}

.time
{
	text-align: center;
}

@media print
{
	.conform
	{
		display: none;
	}

	.time
	{
		display: none;
	}
}

.error
{
	color: red;
	font-weight: bold;
}

textarea
{
	font-family: "Courier New", Courier, serif;
	font-size: 10pt;
	width: 100%;
	left: 0px;
}

form
{
	font-family: "Courier New", Courier, serif;
}

table
{
	border: solid 2px black;
	border-collapse:collapse;
	width: 100%;
}

th
{
	border: solid thin black;
	background-color: #E0E0E0;
}

td
{
	padding: 1px;
	background: #F1F1F1;
	border: solid thin black;
}
