/* CSS Document */
html,body {
	margin:0;
	background-color: #f9cad2;
	height:100%;
}

body,td,th {
	font-family: Tahoma;
	font-size: 11px;
	color: #39321f;
}
.wrapper {
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -4.5em;
}
.footer, .push {
	height: 4.5em; /* .push must be the same height as .footer */
}
.copyright {
	font-family: Tahoma;
	font-size: 10px;
	color: #ffffff;
}
h1 { font-size: 14px; font-weight: bold;}
a {
	font-family: Tahoma;
	font-size: 11px;
	color: #3f3f3f;
	text-decoration:underline;
}
a:visited {
	color: #3f3f3f;
	text-decoration:underline;
}
a:hover {
	color: #a9a18c;
	text-decoration:underline;
}
a:active {
	color:#a9a18c;
	text-decoration:underline;
}
a:link {
	color: #3f3f3f;
	text-decoration:underline;
}
input.button1{
	color:#ffffff;
	background-color:#9c9a7f;	
	cursor:pointer;
	font-family : "MS Sans Serif", Tahoma, sans-serif; 
	font-size : 9px;	
    border-width:1px;
}

input,textarea,select,button {
	border:1px solid #ddd;
	background:#fff;
	padding:3px;
	font-family : Tahoma; 
	font-size : 7px;
	color:#000000;
}