@CHARSET "UTF-8";

.debug
{
		font-family: Arial;
		font-size: 14;
		text-decoration: none;
		color: white;	
}

html, body, table, form, input, div, a, td, p
{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 12;		 
		text-decoration: none;
		color: #31180B;
}

body
{
		background-color: white;
}

table, div, tbody
{
	border: none;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
	
	outline-width: 0px;
	text-indent: 0px;
}

input
{
	border: 2px;	
	border-style: inset;
	background-color: white;
}

button, .button
{
	border: none;
	color:  white;
	background-color: #2C2B2B;
}

textarea
{
	width: 90%;
	color: #2C2B2B;	
	background-color: white;
}

p {
	margin: 0;
	padding: 0;
}

a{
	color: #864220;
}

a:HOVER{
	color: black;
}

img{	
		border: none;
}

.bg{
	background-repeat: repeat;
}

.title, H1
{	
		font-size: 12;
		font-weight: bold;
}

.spacer_x
{
	width: 0px;
}

.spacer_y
{
	height: 0px;
	overflow: hidden;
	max-height: 0px;
	min-height: 0px;
}

.spacer
{
	width: 0px;
	height: 0px;	
}

.error
{
		font-family: Arial;
		font-size: 12;
		text-decoration: none;
		color: red;		
}
