body {
	background-image: url(images/main_bg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link       { color: #6699CC; text-decoration: none; font: normal 11px tahoma; }
a:visited    { color: #6699CC; text-decoration: none; font: normal 11px tahoma; }
a:active     { color: #6699CC; text-decoration: none; font: normal 11px tahoma; }
a:hover 	 { color: #ffaa22; text-decoration: none; font: normal 11px tahoma; }

a.ignore:link { color: #6699CC; text-decoration: none; font: normal 12px tahoma; }
a.ignore:visited { color: #6699CC; text-decoration: none; font: normal 12px tahoma; }
a.ignore:active     { color: #6699CC; text-decoration: none; font: normal 12px tahoma; }
a.ignore:hover	 	{ color: #ffffff; text-decoration: none; font: normal 12px tahoma; background-color:#CDCDCD }

a.ignore#s1:link	 	{ color: #666666;}
a.ignore#s1:visited	 	{ color: #666666;}
a.ignore#s1:active	 	{ color: #FFFFFF; background-color:#009966}
a.ignore#s1:hover	 	{ color: #FFFFFF; background-color:#009966}

a.ignore#submenu:link	 	{ font: normal 10px tahoma; color: #666666; background-color:#F4F4F4; }
a.ignore#submenu:visited	{ font: normal 10px tahoma; color: #666666; background-color:#F4F4F4; }
a.ignore#submenu:active	 	{ font: normal 10px tahoma; color: #666666; background-color:#F4F4F4; }
a.ignore#submenu:hover	 	{ color: #999999; }

.fontstyle1 { font-family: tahoma, verdana, arial;
			  font-size: 12px;
			  color: #FFFFFF; }

.fontstyle2 { font-family: tahoma, verdana, arial;
			  font-size: 11px;
			  letter-spacing: 1px;
			  color: #000000; }			  

.fontstyle3 { font-family: tahoma, verdana, arial;
			  font-size: 11px;
			  letter-spacing: 1px;
			  color: #999999; }			  
			  
.combo1 { font-family: tahoma, verdana, arial;
 		  font-size: 11px; }			  
		  
.textbox1 { font-family: tahoma, verdana, arial;
 		    font-size: 11px;  
			background-color:#FFFFFF; }
			
.button1 { font-family: tahoma, verdana, arial;
 		   font-size: 12px; }
		   
/* ---------- common buttons --------- */
input.commonButton {
	  font-family: tahoma, verdana, arial;
	  font-size: 12px;
	  color: #000000;
	  background-color: #eeeeee;
	  background-image: url(images/btn_bg.gif);
	  border: none;
	  width: 103px;
	  height: 33px;
}

input.smallButton {
	  font-family: tahoma, verdana, arial;
	  font-size: 12px;
	  color: #000000;
	  background-color: #eeeeee;
	  background-image: url(images/small_btn_bg.gif);
	  border: none;
	  width: 65px;
	  height: 33px;
}

input.btnMenu {
	  font-family: tahoma, verdana, arial;
	  font-size: 12px;
	  color: #000000;
	  background-color: #eeeeee;
	  background-image: url(images/btn_menu_bg.gif);
	  border: none;
	  width: 118px;
	  height: 33px;
}

input[disabled].commonButton,
input[disabled].commonButton:hover,
input[disabled].commonButton:active {
  text-decoration: none;
  font-weight: bold;
  color: #999999;
  border: 2px solid #cccccc;
  background-color: #ff0000;
}

input[disabled] {
  color: #999999;
  background-color:#FF0000;
}

.button2 {
	font-family: tahoma, verdana, arial;
 	font-size: 12px;
	border-top: 1px outset #cccccc;
	border-left: 1px outset #cccccc;
}