﻿BODY {
	color: #4C4C4C;
	font: 9pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: left;
	margin: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	vertical-align: top;
	background: #FFFFFF;
}

/* Table of Contents / Tools  */

.tocbox {
	color: #4c4c4c;
	font: 8pt "Lucida Grande" , "Trebuchet MS" , Arial;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

.toctitle {
	color: #4c4c4c;
	font: 8pt "Lucida Grande" , "Trebuchet MS" , Arial;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f0f0f0;
}

.toccontent {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	background: #ffffff;
}


.toccontenctalt {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	background: #fcfcfc;
}

/* Login  */

.loginbox
{
	color: #4c4c4c;
	font: 8pt "Lucida Grande" , "Trebuchet MS" , Arial;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f0f0f0;
}

.dialogbox
{
	color: #4c4c4c;
	font: 8pt "Lucida Grande" , "Trebuchet MS" , Arial;
	text-align: left;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-right: #999999 1px solid;
	border-top: #999999 1px solid;
	border-left: #999999 1px solid;
	border-bottom: #999999 1px solid;
	background-color: #f0f0f0;
}
.dialogLabel {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: right;
	vertical-align: top;
}

.dialogField {
	font: bold 8pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: left;
}

.dialogCommands {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: right;
}

/* Header Menu  */

.menu {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: left;
	color: #666666;
	border-bottom: 1px none #999999;
	padding-left: 5px;
	text-decoration: none;
}

.menu A {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	color: #660000;
	border-bottom: 1px none #999999;
	text-decoration: none;
}

.menu A:hover {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	color: #660000;
	border-bottom: 1px dotted #660000;
	text-decoration: none;
}

.menu A:active {
	font: normal 8pt "Lucida Grande", "Trebuchet MS", Arial;
	color: #660000;
	border-bottom: 1px none #660000;
	text-decoration: none;
}

.content
{
	color: #333333;
	font: 9pt "Lucida Grande" , "Trebuchet MS" , Arial;
	text-align: left;
	border-bottom: #999999;
	background: #FFFFFF;
	border: 1px none #999999;
	margin-left: 2px;
	margin-right: 2px;
	vertical-align: top;
}

.contentbox {
	color: #333333;
	font: 9pt "Lucida Grande", "Trebuchet MS", Arial;
	text-align: left;
	border-bottom: #999999;
	background: #FFFFFF;
	margin-left: 2px;
	margin-right: 2px;
	border: 1px none #999999;
}

.contenttext
{
    padding: 8px;
    font: normal 9pt "Lucida Grande" , "Trebuchet MS" , Arial;
    color: #333333;
}


.contenttext img
{
    float: left;
    clear: none;
}

.contenttitle {
	color: #333333;
	font: bold 11pt "Lucida Grande", "Trebuchet MS", Arial;
}

.rightinlineImage
{
	padding-right: 2px;
	display: inline;
	padding-left: 2px;
	float: right;
	padding-bottom: 2px;
	vertical-align: top;
	padding-top: 2px;
	text-align: right;
}

.leftinlineImage 
{
	padding-right: 2px;
	display: inline;
	padding-left: 2px;
	float: left;
	padding-bottom: 2px;
	vertical-align: top;
	padding-top: 2px;
	text-align: left;	
}
