body 	{ margin: 0px 0px 0px 0px;
	  background: #7088AC;
	  background-image: url(images/BG_background.gif);
	  background-position: top;
	  background-repeat: repeat-x;
	  font-family: arial, verdana, tahoma;
	  font-size: 10pt;
	  text-align: left;
	  font-style: normal;
	  font-weight: normal; 
	  color: #000000;
	  }

.BG_navbar	{ background-image: url(images/BG_navbar.gif);
		  background-repeat: no-repeat;
		  background-position: top left;
		  }
.BG_body	{ background-image: url(images/BG_body.gif);
		  background-repeat: no-repeat;
		  background-position: top right;
		  }

h1		{ font-size: 15pt; font-family: arial, tahoma; margin-top: 0px; }

.footertext	{ font-size: 8pt; }

.tblue		{ color: #314263; }
.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; }



.body		{ padding: 20px; border: 1px solid #000000; background: #FFFFFF; height:100%; }
.p-l		{ padding-left:   20px; }
.p-t		{ padding-top:    20px; }
.p-r		{ padding-right:  20px; }
.p-b		{ padding-bottom: 20px; }
.p10		{ padding-left: 10px; padding-top: 10px; padding-right: 10px; padding-bottom: 10px; }


.p-l40		{ padding-left:   40px; }
.p-r40		{ padding-right:  40px; }
.p-l25		{ padding-left:   25px; }
.p-r35		{ padding-right:  35px; }
.p-r47		{ padding-right:  47px; }


.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; }
.imgAlign	{ vertical-align: middle; }


.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, tahoma, arial, helvetica; font-size: 10pt; }
ul	{ list-style-image: url(images/icon_listitem.gif); margin-top: 1px; }



.btn_ORDER	{ height: 30px;
		  border: 1px solid #666666;
		  background: #C0C0C0;
		  background-image: url(images/BG_btn_ORDER.jpg);
		  background-repeat: repeat-x;
		  padding-left: 10px;
		  padding-right: 10px;
		  cursor: hand;
		  font-family: century gothic, verdana;
		  font-size: 11pt;
		  font-weight: bold;
		  color: #434953;
		  }

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: #000000;
		  }
a.black:hover	{ font-family: verdana, arial, tahoma;
		  font-size: 10pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #FF0000;
		  }

a.white		{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }
a.white:hover	{ font-family: arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: normal;
		  text-decoration: none;
		  color: #ffff00;
		  }
a.footer	{ font-family: verdana, arial, tahoma;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #000000;
		  }
a.footer:hover	{ font-family: verdana, arial, tahoma;
		  font-size: 8pt;
		  font-weight: normal;
		  text-decoration: underline;
		  color: #FFFFFF;
		  }



#menubox	{ width: 170px; padding-top: 10px; }

#menubox a	{ font-family: trebuchet ms, trebuchet, arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-decoration: none;
		  color: #2A3E66;

		  width: 100%;
		  padding: 6px;
		  background: #C6CCD7;
		  display: block;
		  margin-bottom: -14px;
		  }
#menubox a:hover{ color: #2A3E66; background: #FFFFFF; }


			/* DROPDOWN NAVIGATION BAR STYLES */

#dropmenudiv	{ position: absolute;
		  font-family: trebuchet ms, trebuchet, arial, verdana, tahoma;
		  font-size: 9pt;
		  font-weight: bold;
		  text-transform: uppercase;
		  margin-left: 1px;
		  z-index: 100;
		  }

#dropmenudiv a	{ width: 100%;
		  display: block;
		  margin-bottom: 2px;
		  border-bottom: 0px solid #000000;
		  background-color: #C6CCD7; 
		  padding: 6px;
		  text-indent: 3px;
		  text-decoration: none;
		  font-weight: bold;
		  color: #2A3E66;
		  }

#dropmenudiv a:hover { background-color: #FFFFFF; color: #2A3E66; }

/* Sample CSS definition for the example list. Remove if desired */
.navlist li	{ list-style-type: square;
		  width: 135px;
		  background-color: #FFFFB9;
		  }