body 	{ margin: 0px 0px 0px 0px;
	  background: #545454;
	  background-image: url(images/BG_background.jpg);
	  background-repeat: repeat-x;
	  background-position: top left;
	  scrollbar-face-color: #666666;
	  scrollbar-highlight-color: #999999;
	  scrollbar-3dlight-color: #999999;
	  scrollbar-darkshadow-color: #444444;
	  scrollbar-shadow-color: #444444;
	  scrollbar-arrow-color: #CCCCCC;
	  scrollbar-track-color: #CCCCCC;
	  font-family: calibri, tahoma, arial, verdana;
	  font-size: 11pt;
	  text-align: left;
	  font-style: bold;
	  font-weight: normal; 
	  color: #333333;
	  }





.BG_logo	{ background-image: url(images/title2.gif);
		  background-repeat: no-repeat;
		  background-position: left top;
		  }
.BG_navbar	{ background-image: url(images/BG_navbar2.gif);
		  background-repeat: no-repeat;
		  background-position: left top;
		  }
.BG_body2	{ background-image: url(images/BG_body2.jpg);
		  background-repeat: no-repeat;
		  background-position: right bottom;
		  }
.BG_footer1	{ background-image: url(images/BG_footer1.jpg);
		  background-repeat: no-repeat;
		  background-position: right bottom;
		  }


h1	{ color: #F63400; font-family: century gothic, calibri, tahoma; font-size: 16pt;
	  margin-top: 0px; margin-bottom: 0px; }

h2	{ color: #F63400; font-family: century gothic, calibri, tahoma; font-size: 15pt;
	  margin-top: 0px; margin-bottom: 0px; }

.tblue		{ color: #0061A5; }
.tred		{ color: #E40000; }
.torange	{ color: #FF7F00; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tblack		{ color: #000000; }
.8pt	{ font-size: 8pt; }
.9pt	{ font-size: 9pt; }
.10pt	{ font-size: 10pt; }
.11pt	{ font-size: 11pt; }
.12pt	{ font-size: 12pt; }
.13pt	{ font-size: 13pt; }




.p-l		{ padding-left:   22px; }
.p-t		{ padding-top:    22px; }
.p-r		{ padding-right:  22px; }
.p-b		{ padding-bottom: 22px; }
.p-l30		{ padding-left:   30px; }
.p-t30		{ padding-top:    30px; }
.p-r30		{ padding-right:  30px; }
.p-b30		{ padding-bottom: 30px; }

.b-l		{ border-left:   #000000 1px solid; }
.b-t		{ border-top:    #000000 1px solid; }
.b-r		{ border-right:  #000000 1px solid; }
.b-b		{ border-bottom: #000000 1px solid; }

.imgBorder	{ border: #000000 1px solid; }
.imgBorder2	{ border: #FFFFFF 1px solid; }



.alignleft	 { text-align:left;    font-family:calibri, tahoma, arial, verdana; }
.alignright	 { text-align:right;   font-family:calibri, tahoma, arial, verdana; }
.aligncenter	 { text-align:center;  font-family:calibri, tahoma, arial, verdana; }
.alignjustify	 { text-align:justify; font-family:calibri, tahoma, arial, verdana; }

HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: calibri, tahoma, arial, verdana; font-size: 11pt; font-weight: normal; }
li	{ list-style-image: url(images/icon_listitem.gif); margin-top: 5px; }


a		{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #000000;
		  }
a:hover		{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }


a.black		{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FA5E00;
		  }
a.black:hover	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FA5E00;
		  }
a.grey		{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #999999;
		  }
a.grey:hover	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #333333;
		  }
a.footer	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #333333;
		  }
a.footer:hover	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FA5E00;
		  }



