/* Text Box */
.tb_search 
{
	border-width : 4px;
	border-style : solid;
	border-color : #D61101;
	width : 450px;
	height : 30px;
	padding : 5px;
	font-size : 20pt;
	font-weight : bold;
	text-transform : capitalize;
}
/* Search Button */
.bt_search
{
	border-width : 4px;
	border-style : solid;
	border-color : #D61101;
	background-color:white;
	width: 85px;
	height: 48px;
	font-size : 24pt;
	font-weight : bold;
}

/* Results Table */



#box-table-a
{
	font-size: 15px;
	margin: 5px;
	width: 570px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a a,a:visited
{
	font-size: 15px;
	color:#00C;
	text-decoration:none;
}
#box-table-a th
{
	font-size: 15px;
	padding: 8px;
	background: #F2F2F2;
	color: #039;
}
#box-table-a td
{
	padding: 8px;
	background: #F7F7F7; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}
#box-table-a tr:hover td
{
	background: #DFDFDF;
	color: #339;
}




.bluestat
{
color:#06F	
}
.divstyledgreen
{
	border:dashed 2px; 
	background-color:#3C0; 
	font-size:16px; 
	padding:15px;
}
.divstyledred
{
	border:dashed 2px; 
	background-color:#FF796A; 
	font-size:16px; 
	padding:15px;
}
.divstyledyellow
{
	border:dashed 2px; 
	background-color:#FDD73E;
	font-size:16px;
	padding:15px;
}
.divstyledblue
{
	border:dashed 2px; 
	background-color:#3CF;
	font-size:16px; 
	padding:15px;
}