body
{
	background-color: #FFFFFF;
	color: #000000;
}


/* Header Sections */
div.DocumentHeader
{
}

div.DocumentHeader div.LinkBox
{
	font-family: monospace;
	background-color: #E7E7F8;
	font-size: x-small;
	float: right;
	
}

div.DocumentHeader div.LinkBox a
{
	text-decoration: none;
	color: #000000;
	padding: 4px;
}

div.DocumentHeader div.LinkBox a:hover
{
	color: #0000FF;
	background-color: #D7D7E8;
	padding: 3px;
	border: 1px solid #000000;
}


div.DocumentTitle
{
	clear: both;
	font-family: serif;
	font-size: xx-large;
	font-variant: small-caps;
	text-align: center;
}

/* Body Sections */
div.DocumentBody
{
	text-align: left;
	font-family: arial, sans-serif;
	margin: 5px;
	position: relative;
	display: block;
}

div.DocumentBodyLeftPanel
{
	top: 0px;
	left: 0px;
	position: absolute;
	border: 1px #808080 solid;
	width: 20%;
	min-width: 100px;
	max-width: 300px;
	margin: 3px;
	padding: 3px;
}


div.DocumentBodyLeftPanel h1
{
	font-size: large;
	background-color: #000000;
	color: #D3D3D3;
	padding: 2px;
}

div.DocumentBodyMiddle
{
	left: 22%;	
	width: 56%;
	min-width: 380px;
	top: 0px;
	position: relative;
	clear: left;
}

div.DocumentBodyRightPanel
{
	top: 0px;
	right: 0px;
	position: absolute;
	border: 1px #808080 solid;
	width: 20%;
	min-width: 100px;
	max-width: 300px;
	margin: 3px;
	padding: 3px;
}


div.DocumentBodyRightPanel h1
{
	font-size: large;
	background-color: #000000;
	color: #D3D3D3;
	padding: 2px;
}


/* Default Settings */
p
{
	margin-bottom: 5px;
	margin-top: 5px;
}

ul
{
	margin-left: 5px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: disc;
}

ol
{
	margin-left: 5px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: decimal;
}

li
{
}

strong
{
	font-weight: bold;
}

em
{
	font-style: italic;
}

a
{
	text-decoration: underline;
	color: #0000FF;
	padding: 2px;
}

a:hover
{
	color: #0000FF;
	background-color: #D3D3D3;
	padding: 1px;
	border: 1px solid #000000;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
}

h1
{
	font-size: xx-large;
}

h2
{
	font-size: x-large;
}

h3
{
	font-size: large;
}

h4
{
	font-size: small;
}

h5
{
	font-size: x-small;
}

h6
{
	font-size: xx-small;
	font-weight: normal;
	font-style: italic;
}

fieldset
{
	border: 1px #000000 solid;
	padding: 3px;
}
hr
{
	clear: both;
}

/* Footer Sections */
div.Footer
{
	padding-top: 20px;
	clear: both;
	text-align: center;
	font-size: x-small;
	font-family: serif;
}

