@charset "utf-8";
html { height:100%; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #74653d;
}
body {
	background-image: url(../images/bgPage.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1D6BA;
	height:100%; 
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
a img {
	border:none;
}	
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	color: #74653d;
}
h2 {
	color: #74653d;
}
h3 {
	color: #74653d;
}
h4 {
	color: #74653d;
}
h5 {
	color: #74653d;
}
h6 {
	color: #74653d;
}
