body 	{ margin: 0px 0px 0px 0px;
	  background: #FFDC87;
	  background-image: url(images/BG_background.jpg);
	  background-repeat: repeat-x;
	  background-position: top left;
	  font-family: calibri, tahoma, arial, verdana;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #000000;  outline:none;
	  }



#BG_pattern	{ background: url(images/BG_background2.jpg) no-repeat 50% 0; }


.BG_navbar	{ background-image: url(images/BG_navbar.gif);
		  background-repeat: no-repeat;
		  background-position: top left;
		  }
.BG_body1	{ background-image: url(images/BG_body1.gif);
		  background-repeat: repeat-y;
		  background-position: top;
		  }
.BG_body2	{ background-image: url(images/BG_body2.gif);
		  background-repeat: no-repeat;
		  background-position: top right;
		  }
.BG_sidebox	{ background-image: url(images/BG_sidebox.gif);
		  background-repeat: no-repeat;
		  background-position: top right;
		  }



h1		{ color: #D80000; font-size: 16pt; }


.footertext	{ color: #888888; font-size: 10pt; }
.tblue		{ color: #0061A5; }
.tred		{ color: #F40000; }
.torange	{ color: #FF7F00; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #999999; }
.tblack		{ color: #000000; }
.7pt	{ font-size: 7pt; }
.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:   20px; }
.p-t		{ padding-top:    20px; }
.p-r		{ padding-right:  20px; }
.p-b		{ padding-bottom: 20px; }
.p-l50		{ padding-left:   50px; }

.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; }



.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; }
ul	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }
legend	{ color: #0061A5; font-size: 13pt; font-weight: bold; }
fieldset{ border: 1px solid #0061A5; }


a.link		{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #000000;
		  }
a.link: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: #CA1800;
		  }
a.black:hover	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #CA1800;
		  }

a.footer	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 10pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #888888;
		  }
a.footer:hover	{ font-family: calibri, tahoma, arial, verdana;
		  font-size: 10pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #D80000;
		  }

