body 	{ margin: 0px 0px 0px 0px;
	  background: #0065CE;
	  scrollbar-face-color: #F0B000;
	  scrollbar-highlight-color: #FFC843;
	  scrollbar-3dlight-color: #FFC843;
	  scrollbar-darkshadow-color: #C68C00;
	  scrollbar-shadow-color: #C68C00;
	  scrollbar-arrow-color: #000000;
	  scrollbar-track-color: #0065CE;
	  font-family: verdana, tahoma, arial;
	  font-size: 8pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #000000;
	  }



div.img			{ height:auto; width:auto; float:left; text-align:center; }
div.img img		{ display: inline; margin:2px; border:1px solid #000000; }
div.img a:hover img	{ border:1px solid #D80000; }



.query	{ cursor: help; color: F40000; }

h2	{ font-size: 16pt; color: #1F73D1; }


.header1	{ font-family: verdana, tahoma; font-size: 10pt; color: #000000;
		  topmargin: 0px; bottommargin: 0px; }
.header2	{ width: 100%;
		  background: #FFCF63;
		  padding: 2px;
		  padding-left: 6px;
		  margin-bottom: 3px;
		  font-weight: bold;
		  font-size: 10pt;
		  }



.9pt		{ font-size: 9pt; }
.10pt		{ font-size: 10pt; }
.11pt		{ font-size: 11pt; }
.12pt		{ font-size: 12pt; }
.13pt		{ font-size: 13pt; }
.14pt		{ font-size: 14pt; }
.red		{ color: #F40000; }
.tred		{ color: #F40000; }
.torange	{ color: #FA8700; }
.tgreen		{ color: #339900; }
.tblue		{ color: #1F73D1; }


.p-l8		{ padding-left:   8px; }
.p-t8		{ padding-top:    8px; }
.p-r8		{ padding-right:  8px; }
.p-b8		{ padding-bottom: 8px; }

.p-l		{ padding-left:   15px; }
.p-t		{ padding-top:    15px; }
.p-r		{ padding-right:  15px; }
.p-b		{ padding-bottom: 15px; }

.b-l-o		{ border-left:   #F6B300 4px solid; }
.b-t-o		{ border-top:    #F6B300 4px solid; }
.b-r-o		{ border-right:  #F6B300 4px solid; }
.b-b-o		{ border-bottom: #F6B300 4px solid; }

.imgBorder	{ border: #000000 1px solid; }

.buttons	{ background: #F6B300;
		  border: #000000 1px solid;
		  text-align: center;
		  cursor: hand;
		  width: 110px;
		  }


.alignleft	 { text-align: left;    font-family:verdana,tahoma; }
.alignright	 { text-align: right;   font-family:verdana,tahoma; }
.aligncenter	 { text-align: center;  font-family:verdana,tahoma; }
.alignjustify	 { text-align: justify; font-family:verdana,tahoma; }

HR	{ color: #000000;
	  width: 100%;
	  height: 1px;
	  }
TD	{ font-family: verdana, tahoma, helvetica;
	  font-size: 8pt;
	  color: #000000;
	  }

li	{ list-style-image: url(images/icon_listitem.gif); margin-top:1px;}


a.link		{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #000000;
		  }
a.link:hover	{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }


a.black		{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.black:hover	{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #0000FF;
		  }

a.menu		{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  text-align: center;
		  color: #000000;

		  width: 135px;
		  border: 1px solid;
		  border-color: #FFDA99 #CA8000 #CA8000 #FFDA99;
		  padding: 4px;
		  background: #FFBD49;
		  display: block;
		  margin-bottom: -12px;
		  }
a.menu:hover	{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  text-align: center;
		  color: #000000;

		  width: 135px;
		  border: 1px solid;
		  border-color: #CA8000 #FFDA99 #FFDA99 #CA8000;
		  padding: 4px;
		  background: #FF9900;
		  display: block;
		  margin-bottom: -12px;
		  }
a.menuON	{ font-family: verdana, tahoma, arial;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: none;
		  text-align: center;
		  color: #000000;
		  width: 135px;
		  border: 1px solid;
		  border-color: #CA8000 #FFDA99 #FFDA99 #CA8000;
		  padding: 4px;
		  background: #FF9900;
		  cursor: default;
		  display: block;
		  margin-bottom: -12px;
		  }