/* CSS Document */

body {
	font-family:Arial;
	width:550px;
	margin:0px auto;
	background-color : #fef5ca;	/*fef5ca*/
}
table {
	line-height:20px;
	border:0px solid green;
	font-size: 12px;
	background-color : #fef5ca;	
	padding:5px 10px;
}
tr, td {
	line-height:25px;
	height :25px;
	font-size: 12px;
}
a:link,  a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration :none;
	color : blue;
}
a:hover, a:active {
	font-size: 12px;
	font-weight: normal;
	text-decoration :underline;
	color : blue;
}
.txt_12bla {
	font-size: 12px;
	font-weight: normal;
	text-decoration :none;
}
input {
	font-size: 12px;
	font-weight: normal;
}
input.btn {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-color: a93502;
	line-height:25px;
	padding :0px 5px;
}
form {
	padding : 0px;
	margin : 0px; 
}
table.table1 {
	border:1px solid Red;
}

a.graylink {
	font-size: 12px;
	font-weight: normal;
	color: #cecece;
	line-height:25px;
}






