body {
	text-align: left;
}

p, div, li, h2, h3, h4, td, input, select, textarea {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 14px;
	color: #666633;
	line-height: 18 px;
}
h1 {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
}


.red {
	color: #b2242d;
	font-weight: bold;
}
li  {
	color: #b2242d;
	font-weight: bold;
}
a:link, a:visited {	
	text-decoration: none;
	color: #b2242d;
}
a:hover, a:active {
	color: #666633;
	text-decoration: none;
}
hr   {
	color: #666633;
	width: 400px;
}