body {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  margin: 0px;
  color: black;
}

html {
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th {
  background: #CBD300;
  height: 30px;
  border: 1px solid #525252;
  font-size: 10px;
}

td {
  border: 1px solid #525252;
  background-color: white;
  height: 50px;
  font-size: 10px;
  padding: 2px;
  text-align: center;
}

form {
  margin: 0px;
}

img {
  border: 0px;
}

hr {
  border: 1px solid white;
  border-bottom: 1px solid #7C7A7B;
  margin-bottom: 20px;
  size: 1;
  height: 2px;
}

ul {
  list-style-type: disc;
}

a:link, 
a:hover, 
a:active, 
a:visited {
  font-weight: bold;
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  font-weight: bold;
}

h2 {
  color: #232011;
  font-size: 12px;
}

h3 {
  color: #232011;
  font-size: 14px;
}

p {
}

/*DIVS*/

.Hidden {
}

.Header,
.Footer,
.Sidebar,
#Menu,
.HeaderLinks,
.SubMenuHolder,
.addthis_toolbox,
#AlbumLayer {
	display: none;
}


