﻿@charset "utf-8";
/* CSS Document */
 
/******* Common Styling that will be eventually incorporated into Common.css *******/
 
body {

 font-family:Verdana, Arial, Helvetica, sans-serif;
 color:#666666;
 font-size: 0.7em;
 margin:0%;
}
p 
{
    margin-top:0px;
 text-align:left;
 color:#666;
 font-size:11pt;
}







/*body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;

	color:#000;
	margin: 15px;
	background-color: #fff;
}
p {
	margin-left:2px;
	line-height:20px;
		
}*/

a:link {

	text-decoration: underline;
}
a:visited {
	text-decoration: underline;

}
a:hover {
	text-decoration: none;

}
a:active {
	text-decoration: underline;

}
h1 {
	color:#9DAE81;
	text-align:left;
	margin-bottom:0px;
	margin-left:40px;
	margin-right:0px;
	background-color:#fff;
	white-space:nowrap;
	padding:1px;
}
h2 {
	color:#526A84;
	text-align:left;
	margin-top:0px;
	margin-right:5px;
	margin-left:5px;
	white-space:nowrap;
	padding:1px;
	text-indent:5px;
	font-size:18pt;
}
h3 {
	color:#666;
	text-indent:1px;
	margin-top:0px;
}
h3 a, a:active, a:hover, a:link, a:visited
{
    text-decoration:none;
    color:#526A84;
}
h4, h5, h6 {
	color:#3366CC;
	text-indent:1px;
}
h6 {
	color:#fff;
}
.label {
	font-weight:bold;
	color:#fff;
	text-align:left;
}
.value {
	color:#3366CC;
}

th{
	color:#fff;
	background-color:#9DAE81;
	
}
.rowOdd{
		background-color:#fff;
}
.rowEven{
	background-color:#DFE5EA;
}