body 	{ margin: 0px 0px 0px 0px;
	  background: #4F7BBD;
	  background-image: url(images/BG_background1.jpg);
	  background-repeat: repeat-x;
	  background-position: top left;
	  font-family: calibri, tahomam, arial, verdana;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #122B40;
	  }





h1	{ color: #325E84; font-family: trebuchet ms, trebuchet, tahoma, calibri, verdana;
	  font-size: 16pt; font-weight: normal; cursor: default;
	  margin-bottom: 6px; margin-top: 0px; }
h2	{ color: #325E84; font-family: calibri, trebuchet ms, trebuchet, verdana;
	  font-size: 13pt; font-weight: bold; cursor: default;
	  margin-bottom: 4px; margin-top: 0px; }




#flash	{ position: relative; z-index: 0; }

#BG_pattern	{ background: url(images/BG_background2.jpg) no-repeat 50% 0; }


.BG_navbar1	{ background-image: url(images/BG_navbar1.gif); background-repeat: repeat-y;
		  background-position: top left;
		  }
.BG_navbar2	{ background-image: url(images/BG_navbar2.gif); background-repeat: no-repeat;
		  background-position: top left;
		  }



.tfooter	{ color: #AAC6E0; font-size: 10pt; }

.tblue		{ color: #325E84; }
.tred		{ color: #F40000; }
.torange	{ color: #FF6701; }
.tyellow	{ color: #DCEB31; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tblack		{ color: #000000; }



.p-l		{ padding-left:   30px; }
.p-t		{ padding-top:    30px; }
.p-r		{ padding-right:  30px; }
.p-b		{ padding-bottom: 30px; }
.p-l15		{ padding-left:   15px; }
.p-t15		{ padding-top:    15px; }
.p-r15		{ padding-right:  15px; }
.p-b15		{ padding-bottom: 15px; }
.p-l20		{ padding-left:   20px; }
.p-t20		{ padding-top:    20px; }
.p-r20		{ padding-right:  20px; }
.p-b20		{ padding-bottom: 20px; }

.p-l50		{ padding-left:   50px; }
.p5		{ padding-left: 5px; padding-top: 5px; padding-right: 5px; padding-bottom: 5px; }

.imgBorder	{ border: #FFFFFF 5px solid; }
.imgAlign	{ vertical-align: middle; }







.hr_dotted	{ background: url(images/spacer_dotted.gif) repeat-x top left; height:3px; margin-bottom:5px; }

HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: calibri,tahoma,arial,verdana; font-size: 11pt; line-height: 1.4 }
li	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }

legend	{ color: #3E5F78; font-size:13pt; }

.field	{ border: 1px solid #999999;
	  font-family: calibri, tahoma, arial;
	  font-size: 10pt;
	  padding: 2px;
	  }
.buttons { font-family: calibri, tahoma, arial;
	       font-size: 10pt;
	       color: #444444;
	       cursor: hand;
	       padding: 4px;
	       border: 1px solid #2085CC;
	       background: #e5e5e5;
	       }




a.black		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.black:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }
a.footer	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #AAC6E0;
		  }
a.footer:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFFFFF;
		  }
a.white		{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFFFFF;
		  }
a.white:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #E8F000;
		  }



a.menu		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt; line-height: 1.7;
		  font-weight: normal;	  text-decoration: none;
		  color: #FFFFFF;
		  border-bottom: 1px dotted #5EAEBA;
		  }
a.menu:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt; line-height: 1.7;
		  font-weight: normal;	  text-decoration: none;
		  color: #275D65;
		  border-bottom: 1px dotted #275D65;
		  }

a.menu2		{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt; line-height: 1.7;
		  font-weight: normal;	  text-decoration: none;
		  color: #FFFFFF;
		  border-bottom: 1px dotted #5EAEBA;
		  }
a.menu2:hover	{ font-family: calibri,tahoma,arial,verdana;  font-size: 11pt; line-height: 1.7;
		  font-weight: normal;	  text-decoration: none;
		  color: #275D65;
		  border-bottom: 1px dotted #275D65;
		  }






#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 5px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 1px solid black;
border-bottom: 1px solid black;
visibility: hidden;
}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 0px 0px;
}
