/*------------------------------------------------------- */
/*                         BASIC                          */
/*------------------------------------------------------- */

body {
	padding: 0px;
	margin: 0px;
	text-align: left;
	letter-spacing: normal;
}


/*------------------------------------------------------- */
/*                          TEXT                          */
/*------------------------------------------------------- */

a:link {
	text-decoration: none;
	color: #FFCC66;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; 
	color: #FDD97E;
}

.style3 {
	font-size: 18px;
	color: #F8C935;
}

.style4 {
	color: #FDD97E
}

.style6 {
	color: #FDD97E;
	font-size: 12px;
}

.style8 {
	font-size: 14px;
}

.style9 {
	color: #F7C834;
	font-size: 14px;
}

/*------------------------------------------------------- */
/*                         FORMS                          */
/*------------------------------------------------------- */

textarea, input, select {
	background-color: #3b332e;
	color: #ddbe71;
	border: thin solid #a36109;
}
