body 	{ margin: 0px 0px 0px 0px;
	  background: #FFFFFFF;
	  background-image: url(graphics/toolbar_border_big2.gif);
	  background-repeat: repeat-y;
	  background-position: top right;
	  font-family: arial, verdana, tahoma;
	  font-size: 11pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #2A166F;
	  }





.header		{ color: #99CC00; font-size:20pt; text-transform: uppercase; }
.header2	{ color: #99CC00; font-size:11pt; text-transform: uppercase; }

.footertext	{ color: #9484C8; font-size:9pt; font-weight: bold; }


.tblue		{ color: #0061A5; }
.tred		{ color: #F40000; }
.torange	{ color: #FF7F00; }
.twhite		{ color: #FFFFFF; }
.tgrey		{ color: #CCCCCC; }
.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:   33px; }
.p-t		{ padding-top:    33px; }
.p-r		{ padding-right:  33px; }
.p-b		{ padding-bottom: 33px; }
.p-r90		{ padding-right:  92px; }

.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:arial,verdana,tahoma; }
.alignright	 { text-align:right;   font-family:arial,verdana,tahoma; }
.aligncenter	 { text-align:center;  font-family:arial,verdana,tahoma; }
.alignjustify	 { text-align:justify; font-family:arial,verdana,tahoma; }

HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: arial, verdana, tahoma, helvetica; font-size: 11pt; font-weight: normal; }
ul	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }


a.link		{ font-family: arial, verdana, tahoma;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #000000;
		  }
a.link:hover	{ font-family: arial, verdana, tahoma;
		  font-size: 11pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }


a.black		{ font-family: arial, verdana, tahoma;
		  font-size: 11pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #2A166F;
		  }
a.black:hover	{ font-family: arial, verdana, tahoma;
		  font-size: 11pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #99CC00;
		  }
a.footer	{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #9484C8;
		  }
a.footer:hover	{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #2A166F;
		  }