@charset "utf-8";
#footer a {
	color: #000000;
	text-decoration: none;
}
#footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}


h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar-content a:hover {
	color: #FF0000;
	text-decoration: none;
}
.scrolling-header1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #D90000;
	text-decoration: underline;
}
.horizontal_line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	height: 10px;
}
.popup_wrapper {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 10px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: capitalize;
	color: #FF0000;
	text-decoration: underline;
}

