﻿/* CSS layout */
#masthead {
}
#top_nav {
	background-color: #FFFFFF;
}
#page_content {
	background-color: #C0C0C0;
}
#footer {
	background-color: #FF6600;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	text-decoration: none;
	color: #FF6600;
	width: 904px;





}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FF6600;
	text-transform: none;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: underline;
	margin: auto;
	padding: inherit;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-transform: none;
	text-decoration: underline;
}

td.style7 a {
  text-decoration: none;
  color: #FF6600;
}

td.style7 a:hover {
  color: #C0C0C0;
  text-decoration: none;
}
td.style10 a {
  text-decoration: none;
  color: #FF6600;
}

td.style10 a:hover {
  color: #C0C0C0;
  text-decoration: none;
}


