body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#505050;
}

img {
	border:0;
	vertical-align:top;
}

a {
	color:#70854f;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}

a.fwdLink {
	text-decoration:none;
	font-weight:bold;
	display:block;
	float:left;
	padding-right:25px;
	background:url(../_images/_template/bg_fwdLink.gif) no-repeat center right;
}

a.fwdLink:hover {
	background-image:url(../_images/_template/bg_fwdLinkAlt.gif);
}

h1, h2, h3, h4 {
	color:#70854f;
	margin:0;
	padding:0;
}

h2 {
	font-size:20px;
}


h3 {
	font-size:14px;
	text-transform:uppercase;
}

h4 {
	font-size:11px;
	font-weight:normal;
}

div.clear {
	clear:both;
}

div.hr {
	height:1px;
	background:#e2e7dc;
}

.hiddenTag {
	position:absolute;
	left:-55555px;
	text-indent:-55555px;
}

.inline {
	float:left;
	margin:0;
	padding:0;
}

div.contentPadded {
	padding:32px 26px 0 16px;	
}


div.contentGradient {
	min-height:117px;
	background:url(../_images/_template/bg_contentGradient.jpg) no-repeat;
}



table{
	margin:20px 0 20px 0;
}


	table th {
		background-color:#70854f;
		font-size:12px;
		font-weight:bold;
		color:#fff;
		border-bottom:solid 1px #70854f;
	}
	
		table.schedule tr.even td {
			background:#dae1cf;
		}
	
		table.schedule td {
			border-bottom:solid 1px #eeeeee;
		}
