.white {
	color: white !important;
}
.blue {
	color: #66CCFF !important;
}
.red {
	color: #CC1E1D !important;
}

a {
	color: #3a4c00;
}

body {
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}



h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	color: #3a4c00;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.4em; }



.content a {
	color: #3a4c00;
	text-decoration: underline;
	padding: 2px;
}
.content a:hover {
	color: #3a4c00;
	text-decoration: none;
	background: #E8E6E7;
}
.content a:active {
	background: CornSilk;
}



.content a.button {
	display: block;
	float: left;
	padding: 6px;
	text-decoration: none;
	background: #3a4c00;
	color: white;
	margin: 6px 0;
}
.content a.button:hover {
	color: black;
	background-color: #E4EAD1;
}
.content a.button:active {
	color: black;
	background-color: CornSilk;
}



.content {
	line-height: 1.5em;
}

.calendar.content table {
	width: 100%;
	border: 1px solid #AAA;
	border-collapse: collapse;
	font-size: .8em;
}

.calendar.content table tr:first-child {
	font-size: 1.2em;
	font-weight: bold;
}
.calendar.content table tr:first-child td {
	background: #E8E6E7;

}

.calendar.content table tr td {
	padding: 10px;
	border-left: 1px dashed #AAA;
	border-bottom: 1px solid #AAA;
}

.calendar.content table tr td.odd {
	background-color: #f6f6f6;
}

.callout-content ul {
	padding-left: 55px;
	margin: 0;	
}
.callout-content ul li {
	font-weight: bold;
	font-size: 1.2em;
	list-style-color: #374605;
	color: #374605;
	margin-bottom: 3px;
}	