/* set anchor text rollover behavior*/
/* css for projectbank.net site*/
/* borrowed from the bedrock site -- some unused items may still need changing 
   to be consistent with the projectbank color and font scheme */

A:link {text-decoration: none; color:blue;}
A:active {text-decoration: none; color:blue;}
A:visited {text-decoration: none; color:purple;}
A:hover {color:red;}

/* used for menus*/
/* lt blue background, black foreground */
.menustyle{
	font-family:"arial"; 
	font-weight:bold; 
	background-color : #ccffff;
	font-size:10pt;
}


/* used for page body*/
/* was 16px font */
/*	background:#003366; */
.bodystyle{
	margin-left:10px;
	margin-top:5px;
	margin-right:20px;
	background:#060270;
	color:black;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

.loginstyle{
	margin-left:5px;
	background:white;
	color:black;
	font-family:"arial";
	font-weight:normal;
	font-size:10pt;
}

.bodystylewhite{
	margin-left:20px;
	margin-top: 5px;
	margin-right:20px;
	background:#ffffff;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

/*	background:#EFCFB0; is normally tan - not sure why the cccc99 is used */
.bodystyletan{
	margin-left:20px;
	margin-top: 5px;
	margin-right:20px;
	background:#CCCC99;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

.bodystyleltorange{
	margin-left:20px;
	margin-top: 5px;
	margin-right:20px;
	background:#FFCC99;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

.bodystyleltblue{
	margin-left:20px;
	margin-top: 5px;
	margin-right:20px;
	background:#bbeeFF;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

.tablestyleltorange{
	margin-left:5px;
	margin-top: 5px;
	margin-right:5px;
	font-color:black;
	background:#FFCC99;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;}

.tablestyleltblue{
	margin-left:5px;
	margin-top: 5px;
	margin-right:5px;
	font-color:black;
	background:#bbeeff;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;}
/*	background:#aaddff;*/

.tablestylewhite{
	margin-left:5px;
	margin-top: 5px;
	margin-right:5px;
	font-color:black;
	background:white;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;}

.checkboxstyle{
	margin:15px;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
}

.reportstyle{
	margin-left:2px;
	margin-top: 5px;
	margin-right:2px;
	background:white;
	font-family:"arial";
	font-size:10pt;
}	

/* dark brown background, lt brown foreground */
.menu2{
	font-family:"arial"; 
	font-weight:bold; 
	color:#efcfb0;
	background:#600000;
	font-size:9pt;
}

/* used for tables*/
.tablestyle{
	border:0;
	font-family:"arial";
	font-weight:bold;
	font-size:10pt;
	background:#ffffff;
}
.tableheaderstyle{
	border:0;
	font-family:"verdana";
	font-weight:bold;
	font-size:10pt;
}

.menulistitem{
	margin-left:10px;
	font-family:"arial";
	font-size : 7.5pt;
}

/* used on the tips page for leading outdent*/
.tipstyle{
	text-indent : -0.35in;
	margin-left : 0.35in
}

.headerstyle{
	margin-top:1px; 
	margin-left:1px;
	background:white;
	font-family:"arial";
	font-size:16pt;}
	
.headerstyleltblue{
	margin-top:1px; 
	margin-left:1px;
	background:#bbeeFF;
	font-family:"arial";
	font-size:16pt;}
	
.headerstyledkblue{
	margin-top:1px; 
	margin-left:1px;
	background:#060270;
	font-family:"arial";
	font-size:16pt;}
	
.headerstyleltorange{
	margin-top:1px; 
	margin-left:1px;
	background:#FFCC99;
	font-family:"arial";
	font-size:16pt;}
	
.arialwhiteongray{
	margin-top:1px; 
	margin-left:1px;
	color:white;
	background:gray;
	font-family:"arial";
	font-weight:bold;
	font-size:12pt;}

.bodymargin{
	margin-left:20px;
	margin-top: 20px;
	background:white;
	font-family:arial;
	color:black;}

.table12 {
	FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif; 
	FONT-SIZE: 12px}

.table14 {
	FONT-FAMILY: Arial,Verdana,Helvetica,sans-serif; 
	FONT-SIZE: 14px}



.red {color:red}
.bkgwhite {background: white}
.bkgltblue {background-color : #ccffff;}
.bkgtan {background-color : #EFCFB0;}
.bold{font-weight:bold}
.italic {font-style:italic}
.comicitalic {font-family:"Comic Sans MS"; font-style:italic}
.ComicBoldItalic { font-family:"Comic Sans MS"; font-style:italic; font-weight: bold }
.TNRbodystyle{margin-top:-50px; margin-left:20px; margin-right:20px; 
  background:white; font-family:"Time New Roman"; font-weight:normal; font-size:18px}
.arialbold{font-family:"arial"; font-weight:bold}
.arialbold16{font-family:"arial"; font-weight:bold; font-size:16pt;}
.arialfontsize16{font-family:"arial";font-size:16pt;}
.arialfontsize14{font-family:"arial";font-size:14pt;}
.arialfontsize12{font-family:"arial";font-size:12pt;}
.arialfontsize9{font-family:"arial";font-size : 9pt;}
.arialfontsize8{font-family:"arial";font-size : 8pt;}
.arialfontsize75{
	font-family:"arial";
	font-size : 7.5pt;
}
.arialfont1{font-family:"arial";font:1}
.arialfont2{font-family:"arial";font:2}