
/* General */

a {
	color: #979797;
	text-decoration: none;
}
a:hover {
	color: #D12421;
	text-decoration: none;
}
a:active {
	color: #D12421;
	text-decoration: none;
}

/* For the Header Nav */

font.active {
	color: #D12421;
}

div.nav-small {
	font-family: Arial, Helvetica, sans-serif;
	color: #979797;
	font-size: 1.7em;
	font-style: normal;
	font-weight: normal;
}

div.nav-large {
	font-family: Arial, Helvetica, sans-serif;
	color: #979797;
	font-size: 2.0em;
	font-style: normal;
	font-weight: normal;
}


/* Section Header */

.section-header-left {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 1.9em;
	margin: 0 0 0 0;
	}

.section-header-right {
  padding-top: 8px;
		font-size: 1.4em;
	text-align: right;
}

.top-link {
  color:white;
}

/* Section Formatting */

.bold-large {
	font-family: Arial, Helvetica, sans-serif;
	color: #D12421;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
}

.bold-italic {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

a img.border {
  	border-color: #D3D3D3;
  	border: 1px;
  }







