* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

html, body {
	margin: 10;
	padding: 0;
	background-color: #b06f25;
	background-image: url(/images/page-layout_03.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	scrollbar-base-color: #b8742c;
}  

SMALL  {
        font-size : 8pt;
}

/* Links */ 
a:link, a:visited {
	color: #fbb74b;
}
a:hover, a:active {
	color: white;
}

H2, .heading2, .page_heading  {
	font-size: 18pt;
        color: #fcba07;
}

H3, .heading3, .heading_blog  {
	font-size: 14pt;
        color: #fcba07;
}

H4, .heading4  {
        font-weight: bold;
        color: #fcba07;
}

hr {
	border: none;
        color: #730001;
	background-color: #730001;
	height: 1px;
}

.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}

ul.compact, ol.compact {
	margin-top: 2px;
}

.question  {
        font-weight: bold;
        color : #B30102;
}

select, input, textarea {
	color: black;
	background-color: #f6c38b;
	border: 1px solid #530102;
}

input.button, .button {
	color: #fbb74b;
        font-weight: bold;
	background-color: #730101;
        border: 1px solid black;
}

/* This is for displaying checkboxes and radio buttons, which look
bad when formatted using the above style */
input.box {
	background-color: white;
	border: none;
}
select.box {
	background-color: white;
	border: none;
}

.quote_maker {
	color: #006FB4;
	font-style: italic;
}


