* {
	font-family: inherit;
	font-size: inherit;
}

body {
  background-color: #cccccc;
  font-family: Myriad Roman, sans-serif; 
  font-size: 12px;
  color: #1a4f83;
  height: 100%;
  margin: 0px;
}

p, td {


  color: #1a4f83;
}

td.main {
  padding-left: 40px;
  padding-right: 40px;
}

p.footer {

  font-size: 10px;
  color: #999999;
}

h1 {
  font-family: Myriad Roman, sans-serif;
  color: #1a4f83;
  font-size: 18px;
  font-style: italic;
  padding-bottom: 0px;
  border-style: solid;
  border-bottom-width: 2px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: #1a4f83;
}

LI {
	padding: 4px;
}

.title {
  font-family: Myriad Roman, sans-serif;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 0px;
}

.map {
  border: 1px solid #cccccc;
}

hr {
  color: transparent;
  background-color: #1a4f83;
  height: 2px;
  border: 0px;
}	
				
a:link {


  color: #3399ff;                   
  text-decoration: underline;
}
                                
a:visited {


  color: #3399ff;                   
  text-decoration: underline;
}

a:hover {


  color: #1a4f83;                   
  text-decoration: none;
}

a:active {


  color: #ffffff;                   
  text-decoration: none;
}

a.top_nav:link {

  font-size: 11px;
  font-weight: bold;
  color: #1a4f83;                   
  text-decoration: none;
}
                                
a.top_nav:visited {

  font-size: 11px;
  font-weight: bold;
  color: #1a4f83;                   
  text-decoration: none;
}

a.top_nav:hover {

  font-size: 11px;
  font-weight: bold;
  color: #3399ff;                   
  text-decoration: none;
}

a.top_nav:active {

  font-size: 11px;
  font-weight: bold;
  color: #cccccc;                
  text-decoration: none;
}

.head_middle_nav {


  font-weight: bold;
  color: #ffffff;                
}

.text_middle_nav {


  color: #ffffff;                
}

a.middle_nav:link {


  color: #ffffff;                   
  text-decoration: none;
}
                                
a.middle_nav:visited {


  color: #ffffff;                   
  text-decoration: none;
}

a.middle_nav:hover {


  color: #3399ff;                   
  text-decoration: none;
}

a.middle_nav:active {


  color: #1a4f83;                
  text-decoration: none;
}

.center {
	text-align: center;
}
.center TD {
	text-align: center;
}

.smaller {
	font-size: 80%;
}
.italic {
	font-style: italic;
}