body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: 000000;
}

input, textarea {
	font-family: Tahoma;
	font-size: 10px;
	color: 535353;

}
.style1 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}
.style2 {color: #909090}

.start_title {padding: 5px; text-align: center; font-weight: bold; }
.start_text {padding: 10px;}

a:visited  {text-decoration : underline;	color: #000000;}
a:hover  {text-decoration : underline; color:#339933;}
a:active  {text-decoration : underline; color:#336633;}
a:link  {text-decoration : underline;	color:#000000;}


.new_pad_b_selected {font-weight: bold;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
} 
.new_pad_b_preview {
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
} 
.new_pad_b { 
  border-top: 1px solid #999999;
  background-color: #cccccc; } 
  
.new_pad_t_selected {font-weight: bold;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
} 
.new_pad_t_preview {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-left: 1px solid #999999;
} 
.new_pad_t { 
  border-bottom: 1px solid #999999;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  
  background-color: #cccccc; }   
  
  .left {
	float:left;
}
