/**************** html elements *****************/

/******************* general ********************/
body { 
	background: #f4f4f4 url(//cdn.lmtservices.net/images/fade-background.gif) top left repeat-x fixed;
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/******************** anchor ********************/
a {
	color: #efefef;
	text-decoration: underline;
}
a:hover {
	text-decoration: overline underline;
}

/******************** image *********************/
img {
	border: none;
	vertical-align: text-bottom;
}

/********************* form *********************/
form {
	margin: 0 !important;
	height: 100%;
}

/******************** table *********************/
table {
	border: 1px solid #dfd0bc;
	border-collapse: collapse;
}
table tr.stripe,
table.stripe thead tr,
table.stripe tr:nth-child(even) {
	background-color: #dfd0bc;
}
table tr td,
table tr th {
	padding: 2px 5px;
}
table tr td input[type=text],
table tr td textarea {
	width: 300px;
}
