body,table,tr,td,p,ul,ol,li,div,span,form {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	color : #000000;
	font-style : normal;
}
h1 {
	font-family : arial,helvetica,sans-serif;
	font-size : 16px;
	color : #5a3108;
	font-weight : bold;
	text-align:center;
}
h2 {
	font-family : arial,helvetica,sans-serif;
	font-size : 14px;
	color : #193635;
	font-weight : bold;
} 
h3 {
	font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	color : #000000;
	font-weight : bold;
}
.heading {
	color: #193635;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.small {
  font-size: 10px;
}
.red {
	color: #cc0000;
}
.white {
	color: #ffffff;
}
.blue {
	color: #6699cc;
}
a:active {
  color: #cccccc;
  text-decoration : underline;
}
a:hover {
  color: #5a3108;
  text-decoration : underline;
}
a:link {
  color: #193635;
  text-decoration : underline;
}
a:visited {
  color: #5a3108;
  text-decoration : underline;
}
.nav {
  font-family : arial,helvetica,sans-serif;
	font-size : 12px;
	color : #5A3108;
	font-weight : bold;
	text-decoration : none;
}
.navsmall {
  font-family : arial,helvetica,sans-serif;
	font-size : 10px;
	color : #5A3108;
	font-weight : bold;
	text-decoration : none;
}
.sidebar {
	font : 16px Times;
	font-style : italic;
	float : left;
	background : #B3BDBC;
	width : 50%;
	padding : 5;
}
.callout {
	font : 14px Tahoma;
	float : right;
	background : #B3BDBC;
	width : 40%;
	padding : 5;
	text-transform : uppercase;
}
.reference {
	font : 10px arial;
}
a.back {
  color: #193635;
  text-decoration : none;
}
a.back:hover {
  text-decoration : none;
	color: #080852;
}