table.style {
	border: 2px solid #006600;
	background-color:#666666;
}
table.border {
	border: 2px solid #006600;
	/*background-color:#666666;*/
}
.badkgroundborder {
	border: 1px outset #000000;
	background-color: #FFFFFF;
	color: #333333;
}
.heading {
	font-family: Trebuchet MS;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
.secoundheding {
	color: #000033;
	font-family: Trebuchet MS;
	font-size: 14px;
	font-weight: bold;
}
.text {
	color: #000033;
	font-family: Trebuchet MS;
	font-size: 12px;
	line-height: 16px;
}
.textbox{
	font-family: Trebuchet MS;
	font-size:11px;
	font-weight:normal; 
	border:1px solid #336666; 	
}
.button{
	font-family: Trebuchet MS;
	font-size:12px;
	font-weight:bold; 
	color:#FFFFFF;
	border:#003366 1px solid; 
	background-color:#336666;
	height:30px;
}

