/* CSS Document */
body,td,th, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
body {
	background-color: #E9E8D1;
}
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
}
H1 {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;
}
H2 {
	font-size: 12px;
	color: #000000;
	letter-spacing: 1px;
	word-spacing: 1px;
	padding:0px;
	margin: 0px;	
}
A, A:link, A:visited {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
A:active, A:hover {
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
}

HR {
	height:1px;
	color:#666666;
}

