.title{
	border:1px solid white;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	color:black;
	background-color:#D6D3CE;
	cursor:default;
}
.btn{
	border:1px solid lightgrey;
	color:black;
	cursor:hand;
	text-align:center;
	padding:5px;
}
select {font-size:9pt;}
input {font-size:9pt;}

	body, td, th, input, select, textarea {
		font-size:12px;
		font-family:'';
		color: #666666;
	}
	
	a:link {
		font-size:12px;
		text-decoration:none;
		color:#666666;
	}
	a:visited {
		text-decoration:none;
		color:#666666
	}
	a:hover {
		text-decoration:none;
		color:#FF8400;
	}
	image {
		border-style: none;
	}

	form {
		margin-bottom: 0px;
	}
	a img {
		border: 0px;
	}
.underLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}