/* Styles created © 2009 by Nancy A. Pickering for Excel Warehousing on 01.09.2008. Duplication or redistribution is strictly prohibited. */

/* Default formatting for body and text */

a:link{
    color: #0000ff;
	text-decoration: underline;}
	
a:hover{
	color: #000099;
	text-decoration: underline;}
     
a:active{
	color: #50526f;
	text-decoration: underline;}
	
a:visited{
	color: #8f92c2; 
	text-decoration: underline;}
	
body{
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 13px;}
		
p{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 13px;
	line-height: 130%;
	text-align: left;	
	vertical-align: top;}
	
/* TEXT FORMATTING */
/* text formatting for headings */	
h1, h2, h3, {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;	
	vertical-align: top;}
	
h1{
	font-size: 18px;}
	
h2{
	color: #0000FF;
	font-size: 15px;}
	
h3{
	font-size: 15px;}

/* text formatting for other elements */		
.tag{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #0000FF;
	font-size: 12px;
	line-height: 100%;}
	
.login{
	line-height: 100%;
	text-align: right;
	vertical-align: bottom;}
	
.sidebar, .disclaimer, .footer{
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 9px;
	line-height: 100%;}

.testimonial{
	font-size: 11px;
	font-style: italic;
	color: #0000FF;}
	
.caption{
	font-size: 9px;
	font-style: italic;}
	
.clock{
	font-size: 9px;
	color: #FFFFFF;
	padding-left: 4em;}
	
.menu{
	text-align: center;}
	
/* TABLE AND ROW AND CELL FORMATTING */
table, tr, td{
	text-align: left;}

td{
	background-color: #FFFFFF;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-size: 13px;}

.list{
	vertical-align: middle;}
	
.bullet{
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	vertical-align: middle;}

.whhead{
	position:absolute;top:-2px;left:154px;}
	
.nav{
	position:absolute;top:145px;left:0px;}
	
.whmain{
	position:absolute;top:145px;left:154px;}
		
.border{
	background: transparent;}	
	
.sidebar{
	background-color: #d8daff;
	padding: 10px;}
	
.cornpic{
	position:absolute;top:0px;left:9px;}

/* REPORTING */
.ErrorTxt{
    font-weight: bold;
    color: red;}
	
.SmallText{	
    font-family: verdana, arial, 'MS Sans Serif';
    font-size: 8pt;}
	
.SmallHead{	
    font-family: verdana, arial;
    font-weight: bolder;
    font-size: 8pt;}
	
.LargeHead{
	font-family: verdana, arial;
    font-weight: bolder;
    font-size: 10pt;
    color: navy;}
