.normal {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #A8642C;
	padding: 10px;
}

ul {
	font-family: Trebuchet, Trebuchet MS, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #A8642C;
}

.question {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	line-height: 15px;
	color: #FF5200;
}

.caption {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 11px;
	color: #A8642C;
}
.hot{
	cursor:hand;
}

.footer {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	color: #A8642C;
}

h1 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#75C613;
	margin: 0;
	padding: 10px;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	padding: 10px;
	color: #A8642C;
}
A:Visited  {
	color:#6D87C3;
	}

A  {
	color:#339900;
}

A:Active  {
	color:#339900;
}

body {
	background-image: url(images/paper.jpg);
	background-repeat: repeat;
}

.blocks{
position:absolute;
top:0;
left:0;
width: 100%;
height: 153 px;
background-image: url(images/color-blocks.jpg);
background-repeat: repeat-x;
}

.oneblockrow{
position:absolute;
top:0;
left:0;
width: 100%;
height: 74 px;
background-image: url(images/color-blocks_1x.jpg);
background-repeat: repeat-x;
}

.white{
background-color: #FFFFFF;
}

//#75C613 = green
//#FFBB00 = gold
//#6D87C3 = blue
//#A8642C = brown
//#FF5200 = orange-red
