/*** Generic styles ***/
/*--------------------*/
body {
	margin:0px;
	padding:5px 0 0 12px;
	font-family:Verdana, Arial, sans-serif; 
	color:#000;
	}
td, div { font-size:10px; }
H1 { 
	font-family:Arial, sans-serif;
	font-size:23px;
	font-weight:normal;
	color:#376e00;
	margin-bottom:50px;
	}
H1 em { font-size:17px; font-style:normal; }	
H3 {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000;
	margin:0 0 10px 0;
	}
p { margin:0 0 14px 0; line-height:14px; }
a { color:#0033CC; }
textarea { width:90%; }	


/*** Structural styles ***/
/*--------------------*/
div.container { width:730px; }

/* Use floatRight to align elements to the right of a row or coloured strip */
div.floatRight { float:right; }

.padLeft { padding-left:10px; }


/*** Object styles ***/
/*----------------------------*/
.bgDkGreen, .bgDkGreen p {
	background-color:#669933;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;	
	}

.bgDkGreen H2 {
	font-family:Arial, sans-serif;
	font-size:12px;
	color:white;
	margin:0px; padding:4px 10px 4px 10px;
}	
.bgDkGreen p, .bgLtGrey p {color:white; padding:4px 10px 4px 10px; margin:0px; }
.bgYellow { background-color:#ffffcc; color:#000; }
.bgLtGrey { background-color:#eaeaea; }
.bgLtGrey a { font-weight:bold; }
.bgLtGrey p { color:#000; }

.bgDkGreen a{	
color:#fff;
font-weight:bold;
}
.accountNum {
	font-family:Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:4px 7px 4px 10px;
	}
	
.borderLeft { border-left:1px solid #999; }	

a.emailLink { font-size:9px; }	

.greenAlert, .redAlert, .greyAlert, .bgDkGrey {
	font-family:Verdana, Arial, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:white;
	}
.greenAlert, .redAlert, .greyAlert { width:100px; }
	
.greenAlert p, .redAlert p, .greyAlert p { padding:3px 5px 5px 5px; }
.greenAlert p, .redAlert p, { color:white; }
.greenAlert a, .redAlert a, .greyAlert a { color:white; }
.greenAlert { background-color:#5FBF00; }
.redAlert { background-color:#C61E1E; }
.greyAlert { background-color:#909090; }
.bgDkGrey,.bgDkGrey p { background-color:#909090; font-weight:bold; color:#fff;}

