body,td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:16px;
	color:#000000;
}


h1 {
	font-size:20px;
	color:#C1D72E;
	font-weight:normal;
	margin:0 0 30px 0;
}

h2 {
	font-size:15px;
	color:#C1D72E;
	font-weight:bold;
	margin:0 0 10px 0;
}

h3 {
	font-size:18px;
	color:#666666;
}

h4 {
	font-size:11px;
	color:#666666;
}

a {
	color: #C1D72E;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
}

/* Custom Styles for dropdown */

.textHighlightGreen {
	font-weight:bold;
	color:#C1D72E;
}

.callToAction {
	background:#C1D72E;
	color:#000000;
	padding:5px 10px;
	font-weight:bold;
	line-height:26px;
}

.callToAction:hover {
	color:#C1D72E;
	background:#000000;
}

.highlightList {
	color:#919295;
	font-size:15px;
	font-weight:bold;
	list-style:none;
	line-height:18px;
}

.highlightList li {
	background:url(/images/backgrounds/green_list_arrow.gif) no-repeat 0 4px;
	padding:0 0 8px 16px;
}

