/*
 * DEFAULT STYLES
 */
 

body, td, th {
	color: d0eca1;
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
}


:link {
	color: #ffaa00;
	text-decoration:none;
}
			
:visited {
	color: #FF8800;
	text-decoration:none;
}

							
:active {
      color: #FF8800;
      background: #aaaaff;
}

form {
  padding: 0px;
  border: 0px;
  display:inline;
  margin: 0px;
	
}

.navlink1, .navlink1:active, .navlink1:visited, .navlink1:link {
	cursor:hand; 
	cursor:pointer;
	text-decoration:none;
    color: #0047ff;
}
.navlink2, .navlink2:active, .navlink2:visited, .navlink2:link {
	cursor:hand; 
	cursor:pointer;
	text-decoration:none;
    color: #0047ff;
}

td.top_bar { background-color: #593c50;
	border: 1px solid #a0a0a0;
  font-family: Ariel;
  font-size: 7pt; }

td.dark_bar { background-color: #593c50;
  font-family: Ariel;
  font-size: 10pt; }

td.left_bar { background-color: #694c60;
	border-top: 15px solid #593c50;
	border-left: 5px solid #593c50;
	border-right: 5px solid #593c50;
	border-bottom: 15px solid #593c50;
  font-family: Comic Sans MS;
  font-size: 10pt; }

td.main_page { background-color: #694c60;
	border-top: 15px solid #593c50;
	border-left: 5px solid #593c50;
	border-right: 5px solid #593c50;
	border-bottom: 15px solid #593c50;
	border-spacing: 15pt;
	font-family: Ariel;
	font-size: 9pt; }

td.footer { background-color: #593c50;
	border-top: 5px solid #694c60;
	border-left: 5px solid #694c60;
	border-right: 5px solid #694c60;
	border-bottom: 5px solid #694c60;
	border-spacing: 15pt;
	font-family: Ariel;
	font-size: 9pt; }
