body { background-color: #edf3db; }

/*a:link { color: #ffb231; }
a:visited { color: #ffb231; }
a:active { color: #ffb231; }
a:hover { color: white; }
*/

h1,h3 { color: #373f19; }
h2 { color: #4c1b2e; }

a:link
{
	color: #373f19;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}

a:visited
{
	color: #373f19;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}

a:active
{
	color: #1d2110;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
}

a:hover
{
	color: #1d2110;
	font-weight: normal;
	text-decoration: none;
	background-color: transparent;
}

.muse { color:#000066; font-style:italic; font-weight:bold; }

p, td, th, li
{
	color: #1d2110;
}

.clr {
	clear:both;
}

.leftobject, .alignleft
{
	float: left;
	margin-right: 10px;
}

.rightobject, .alignright
{
	float: right;
	margin-left: 10px;
}

.nomargin { margin: 0; }

.width45 { width: 45%; }

#rq_button_div {display:none;}
