/* Custom link styles */


a:link {
	text-decoration: underline;
	color: #B22222;
}

a:visited {
	text-decoration: underline;
	color: #B22222;
}

a:hover {
	color: #FF4500;
}

a:active {
	text-decoration: none;
	color: #053365;
}


body {
	font-size: 14px;
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
}



/* Style for all table cells. */
table {
	font-size: 14px;
	border-color: #DCDCDC #DCDCDC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
}

table.white {
	font-size: 14px;
	border-color: #DCDCDC #DCDCDC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom: thin solid #DCDCDC;
}


/* Header */
h1 {
	font-size: 20px;
	font-weight: bold;
	color:#8B0000;
	font-style: italic;
}
h2 {
	font-size: 17px;
	font-weight: bold;
	color:Black;
}


  }
#menu a, #menu a:visited {
	font-family: Arial, Helvetica, sans-serif;
  text-align: left; 
  text-decoration:none; 
  width: 22em; 
  color:Silver; 
  display: block; 

  padding: .60em 2em;
	font-weight: bold;
	font-size: 11px;
	background-color: Black;
  }


#menu a:hover {
  color:White;

  }

#copyright {
  color:Silver;
  font-size: xx-small;
    padding: .60em 2em;
  }

li { font-size: 12px;  margin-top: 10px;  margin-left: 10px;   }
