@charset "utf-8";

html {
	margin: 0px;
	padding: 0px;

}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #A85000;
	background-color: #1E1206;
	margin: 0px;
	padding: 0px;
	background-image: url(images/tile.jpg);
	background-repeat: repeat;
	background-position: left top;
}


.lines {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-color: #1E1206;
	border-left-color: #1E1206;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 14px;
	width: 220px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.style1 {
	color: #867557
}
a:link {
	color: #41654D;
	text-decoration: underline;

}
a:visited {
	color: #41654D;
	text-decoration: underline;
}
a:hover {
	color: #5F4064;
	text-decoration: underline overline;
}
a:active {
	color: #5F4064;
		text-decoration: underline;
	
}

.gopadding {
	padding-top: 5px;
}

.tabledatadisply {
	border: 1px solid #FFFFFF;
	padding: 12px;
	background-color: #EBE9ED;
}

.datatableheadingtext {
	color: #79DB4F;
}

.whitetext {
	color: #FFFFFF;
}

