/* CSS Document */
<style type="text/css">{  }

body {
  margin: 10px;
}

p { 
  font-family: Arial, Sans-serif; 
  font-size: 12px; 
  color: #000000;
}

h1 {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 22px;
  color: #626248;
}

.title {
  font-family: Verdana, Arial, Sans-serif;
  font-size:16px;
  font-weight: bold;
  color: #E37C1D;
}

.address {
  font-family: Arial, Sans-serif;
  font-size: 11px;
  font-weight: bold;
  color: #626248;
  line-height: 15px;
}

.intro {
  font-family: Arial, Sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #626248;
  line-height: 20px;
}


td {
 font-family: Arial, sans-serif;
 font-size: 12px;
 color: #000000;
}


.required {
  color: red;
}

.copy {
  font-famly: Arial, Sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}

.bottomnav a:link{
  font-family: Arial, Sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal; 
  text-decoration: underline;
}
.bottomnav a:visited {
  font-family: Arial, Sans-serif; 
  font-size: 11px;
  color: #FFFFFF; 
  font-weight: normal; 
  text-decoration: underline;
}
.bottomnav a:hover { 
  font-family: Arial, Sans-serif; 
  font-size: 11px;
  color: #FFFFFF; 
  font-weight: normal; 
  text-decoration: underline;
}
.bottomnav a:active { 
  font-family: Arial, Sans-serif; 
  font-size: 11px;
  color: #FFFFFF; 
  font-weight: normal; 
  text-decoration: underline;
}

ul
{
	list-style-image:  url(images/bullet.gif);
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 10px;
	line-height: 130%;
}

a:link {
  color: #E37C1D;
}
a:visited {
  color: #E37C1D;
}
a:hover {
  color: #34460D;
}
