.menuTable, #menuTable {
  background-color: #e3edfb;
}

.menuTd, #menuTd {
  background: url(img/p2_menu_bg.gif) no-repeat top left;
  background-image: url(img/p2_menu_bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

body {
  color: #000000;
  background: url(img/p2_snake.gif) no-repeat top left;
  background-image: url(img/p2_snake.gif);
  background-position: top left;
  background-repeat: no-repeat;
}

a:link {
  color: #00115c;
}

a:visited {
  color: #000a38;
}

.menu, a.menu {
  font-family: Pragmatica, Arial, Verdana, Tahoma, Helvetica;
  font-size: 13px;
  color: #00115c;
  font-weight: bold;
  text-decoration: none;
  line-height: 23px;
}

.menuCurrent, a.menuCurrent {
  font-family: Pragmatica, Arial, Verdana, Tahoma, Helvetica;
  font-size: 13px;
  color: #000a38;
  font-weight: bold;
  text-decoration: underline;
  line-height: 23px;
}

.small, a.small {
  font-family: Verdana, Tahoma, Arial, Helvetica, Pragmatica;
  font-size: 9px;
  font-weight: normal;
  color: #000a38;
}

.submitButton{
  color: #000a38;
  font-weight:bold;
  text-align: center;
  text-decoration: none;
  background-color: #e3edfb;
  padding: 3 7 3 7;
  border-color: #7F7F7F;
  border-style: solid;
  border-width: 1px;
}

h1, .h1{
	margin-left: 0; margin-right: 0; margin-top: 5; margin-bottom: 0;
	padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; 
	font-family: Pragmatica, Arial, Verdana, Tahoma, Helvetica;
	font-size:22px;
  color: #000a38;
  font-weight: bold;
  text-decoration: none;
}

h2, .h2{
	margin-left: 0; margin-right: 0; margin-top: 2; margin-bottom: 0;
	padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; 
	font-family: Pragmatica, Arial, Verdana, Tahoma, Helvetica;
	font-size:18px;
  color: #000a38;
  font-weight: bold;
  text-decoration: none;
}

h3, .h3{
	margin-left: 0; margin-right: 0; margin-top: 2; margin-bottom: 0;
	padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; 
	font-family: Pragmatica, Arial, Verdana, Tahoma, Helvetica;
	font-size:16px;
  color: #00115c;
  font-weight: bold;
  text-decoration: none;
}

.tableTitle{
  background-color:#CBD9EE;
}

.tableCellEven{
  background-color:#F3F7FD;
}

.tableCellNotEven{
  background-color:#E3EDFB;
}