body 	{ margin: 10px 10px 10px 10px;
	  background: #000000;
	  background-image: url(images/BG_background.gif);
	  background-repeat: no-repeat;
	  background-position: bottom right;
	  font-family: verdana, arial, tahoma;
	  font-size: 10pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #C8E600;
	  }


.header		{ color: #C8E600;
		  font-family: century gothic, verdana, tahoma;
		  font-size: 12pt;
		  }
.header2	{ color: #C8E600;
		  font-family: century gothic, verdana, tahoma;
		  font-size: 16pt;
		  }


.tgreen		{ color: #C8E600; }
.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:   15px; }
.p-t		{ padding-top:    15px; }
.p-r		{ padding-right:  15px; }
.p-b		{ padding-bottom: 15px; }

.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:verdana,arial,tahoma; }
.alignright	 { text-align:right;   font-family:verdana,arial,tahoma; }
.aligncenter	 { text-align:center;  font-family:verdana,arial,tahoma; }
.alignjustify	 { text-align:justify; font-family:verdana,arial,tahoma; }

HR	{ color: #000000; width: 100%; height: 1px; }
TD	{ font-family: verdana, arial, tahoma, helvetica; font-size: 10pt; }
ul	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }


a.link		{ font-family: verdana, arial, tahoma;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #000000;
		  }
a.link:hover	{ font-family: verdana, arial, tahoma;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }


a.black		{ font-family: verdana, arial, tahoma;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #C8E600;
		  }
a.black:hover	{ font-family: verdana, arial, tahoma;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FFFFFF;
		  }





a.menu		{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-decoration: none;
		  text-align: right;
		  color: #000000;

		  width: 180px;
		  border: #000000 1px solid;
		  padding: 5px;
		  padding-right: 12px;
		  background: #C8E600;
		  }
a.menu:hover	{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #000000;

		  width: 180px;
		  border: #000000 1px solid;
		  padding: 5px;
		  padding-right: 12px;
		  background: #FFFFFF;
		  }
