
a { color: #b6932c; text-decoration: none; }

a:hover { color: #000; text-decoration: none; cursor: pointer; }

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
}

#mainwrap {
	font-size: 12px;
	line-height: 160%;
}

h1, h2, h3, h4, h5 {
	font-family: Arial , Helvetica, sans-serif;
	font-weight: normal;
}

h1 { font-size: 3em; }

h1, h2, h3, h4, h5, p, ul { margin: 10px 0; }

h2 { font-size: 2.1em; }

h3 { font-size: 1.8em; }

h4 { font-size: 1.1em; color: #636363; font-weight: bold; font-family: Tahoma; }

ul li { margin-left: 15px; margin-bottom: 5px; }

.button {
	padding: 2px 8px;
	border: 1px solid #47210C;
	background: url(../images/but-bg.gif) repeat-x center #4F2F1D;
	font-variant: small-caps;
	color: #F8B150;
}

.clr { clear: both; }

.inputbox {
	border: 1px solid #47210C;
	padding: 3px 2px;
	background: #8A5C2B;
}

.b {
	font-weight: bold;
}

.u {
	text-decoration: underline;
}



