body, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	line-height:20px;
}

h1 {
	font-size:30px;
	line-height:36px;
	color:#d2062c;
	font-weight:bold;
	margin:0 0 15px 0;
}

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

.red{
	font-size:16px;
	color:#d2062c;
	font-weight:bold;
	margin:0 0 15px 0;
}

h3 {
	font-size:14px;
	color:#d2062c;
	font-weight:bold;
	margin:0 0 15px 0;
}

h4 {
	font-size:14px;
	color:#d2062c;
	font-weight:bold;
	margin:0 0 5px 0;
}

a {
	color:#d2062c;
	text-decoration:underline;
}

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

hr {
	margin: 20px 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #ffc100;
	color: #d2062c;
}

li hr {
	margin: 5px 0;
	height: 1px;
	border: none;
	border-top: 1px dotted #ffc100;
	color: #d2062c;
}

#content li span.noBold{
	font-weight:normal;
	color:#333;
}

/* Custom Styles for dropdown */

.textHighlight {
	font-weight:bold;
	color:#999999;
}

.textHighlight2 {
	font-weight:bold;
	color:#006600;
}

