/* -------------- WitanWeb Style sheet -------------- */
BODY {
	margin: 0 0 0 5px;
	background: White;
}

BODY, DIV, P, A { 
	font-size: 10pt;
	font-family: arial, helvetica, sans-serif;
}

#container {
	text-align: left;
	margin : 0 auto;
	width: 1150px;
}
/* ---- The following classes are applied to the navigation side of the page */
#nav {
	float: left; 
	clear: left;
	width: 150px;
	display: inline;
	margin-left: 0px;
	margin-right: 5px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
	border-right: 3px double #888; 
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	}
	
#nav ul a {
	display: block;
	text-decoration: none;
	background: #888;
	color: #fff;
	padding: .2em .5em;
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid White;
	border-bottom: 1px solid White;
}
	
#nav ul a:hover	{
	background: #E0DFDF;
	color: Black;
}
	
#nav ul li { display: inline; }

#nav li.navseparator {
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: White;
	color: #888;
	padding: .2em .5em;
	border: 1px solid #888;
}
#nav p {
	text-align: center;
}

/* -------------- footer styles --------------  */
#footercontainer { clear: both; }

#footerleft {
	float: left;  
	clear: left;
	width: 155px;
	display: inline;
	margin-left: 0px;
	margin-right: 5px;
	height: auto;
	padding-top: 1px;
	padding-right: 5px;
}
#footerright {
	float: left;
	width: 850px;
	margin-left: 10px;
	margin-top: 55px;
	padding-top: 1px;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
}
#footerright hr {
	border: 1px solid #708090;
	margin: 0;
	background-position: left;
	text-align: left;
}
 #footerright td { font-size: 9px; }
/*  -------------- main content styles ----------------------- */ 
#content {
	float: left;
	width: 850px;
	margin-left: 10px;
	padding-top: 5px;
	font-family: arial, helvetica, sans-serif;
}

#intro {
	font-size: 13pt;
	margin-bottom: 0%;
	color: Gray;
	font-weight: bold;
}

h5 {
	padding-top: 5px;
	margin: 0;
}

P { text-align: justify; }

hr {
	border: 1px solid #708090;
	margin: 5px 0 5px 0;
	background-position: left;
	text-align: left;
}

.normalText { font-size: 10pt; }

.caption {
	font-size: 10pt;
	font-style : normal;
	font-weight : bold;
	color: #342978;
}

TD { 	font-size:  10pt; }
IMG { border-style: none; }

UL {
	list-style: square; 
	margin-top: 0%;
	margin-bottom: 0%;
}

LI { 	font-size: 10pt; }

H1 {
	font-size: 15pt;
	margin-bottom: 0%;
	color: #DF0129;
}
H2 {
	font-size: 14pt;
	margin-bottom: 0%;
	color: Black;
}
H3 {
	font-size: 13pt;
	margin-bottom: 0%;
	color: Gray;
}

H4 {
	font-size: 12pt;
	margin-bottom: 0%;
	color: #999999;
}

A:link { color: #342978; }
A:visited { color: #666666; }
A:hover {	color: #666666;}
A:active { color: #666666; }
A.noline { text-decoration: none; }
A.small {font-size: 9pt;}
A.list {
	text-decoration: none;
	font-weight : bold;
	color : #342978;
}

.box {
	border: 1px solid;
	border-color: #708090;
}

.msgBoxHeader{
	border-bottom : 2px solid #dbdbdb;
	font-size: 9pt;
	color: Black;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #dbdbdb;
}
.msgBoxInside{
	font-size: 8pt;
	color: Black;
	padding-left : 5px;
	padding-right : 5px;
	background-color : White;
	}

.msgBoxHeader2, .msgBoxHeader2-n, .msgBoxHeader3, .msgBoxHeader3-n  {
	font-size: 10pt;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
}
.msgBoxHeader2, .msgBoxHeader3 {
	color: Black;
	background-color: #e0dfdf;
}
.msgBoxHeader2-n, .msgBoxHeader3-n  {
	color: Black;
	background-color: #e0dfdf;
}
.msgBoxHeader2 { text-align: center; }
.msgBoxHeader2-n { text-align: center; }
.msgBoxHeader3 { text-align: right; }
.msgBoxHeader3-n { text-align: right; }

.button1, .formsbutton, .arrowsformsbutton, .longformsbutton {
	font-size: 10pt;
	color: White;
	font-weight: bold;
	padding-left : 5px;
	padding-right : 5px;
	background-color : #708090;
}
.formsbutton {	width: 200px; }
.arrowsformsbutton { width: 30px; }	
.longformsbutton { width: 300px; }

.errorMessage, .statusMessage {
	font-size: 12pt;
	font-weight: bold;
}
.errorMessage { color: Red; }
.statusMessage{ color: Green; }

.Dark_row { background-color: #f1f1f1; }
.Light_row { background-color: White; }
