body, h1, h2, h3, p, td, div {
	font-family: Tahoma, Arial, Verdana, Garamond;
	font-size: 11px;	
	color: #999999;
}
p table td { vertical-align: top; }
p { text-align: justify; line-height: 12px; }
p a, p a:visited { color: #628F3D; text-decoration: none; } p a:hover { color: #EABC07; }

h1, h2, h3, h4 { font-family: 'Trebuchet MS', Tahoma, Verdana, serif; color: #578432; }
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }
h4 { font-size: 11px; }
.spaced12 { line-height: 12px; }
.spaced14 { line-height: 14px; }
.spaced16 { line-height: 16px; }
.spaced18 { line-height: 18px; }
.green1 { color: #497549; }
.orange1 { color: #eabc07;}
.yellow1 { color: #fcbf0c;}

input, select, textarea {
	font-family: Tahoma, Arial, Verdana, Garamond;
	font-size: 11px;	
	color: #364E6F; }

.orange2 { color: #FF8511; }
.green2 { color: #336633; }
.grey1 { color: #ADB1B6; }
.grey2 { color: #666666; }
.treb { font-family: "Trebuchet MS", Verdana, Tahoma, Garamond; }
.twelvepx { font-size: 12px; }
.bold { font-weight: bold; }
.black { color: #000000; }
.center { text-align: center; }

td.dots_left {
	background-image: url('/images/dotsv.png');
	background-position: left top;
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 10px;
}
td.dots_right {
	background-image: url('/images/dotsv.png');
	background-position: right top;
	background-repeat: repeat-y;
	padding-right: 15px;
}