body {
	background-color: #C0C0C0;
	font-family:      Verdana;
	font-size: 13px;
	font-weight: normal;
}

a:link,
a:active,
a:visited {
  color: #000000;
  font-family: verdana;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #551CA2;
  text-decoration: none;
}

a.menu:link,
a.menu:active,
a.menu:visited {
  color: #000000;
  font-family: verdana;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}
a.menu:hover {
  color: #551CA2;
  text-decoration: none;
}

h1 { 
	font-family: verdana,arial,helvetica,geneva;
	font-size:16pt;
	text-align: center;
/*	color: #452AA5;*/
	}
	
h2 { 
	font-family: verdana,arial,helvetica,geneva;
	font-size:14pt;
	font-weight:bold;
	text-align:center;
/*	color: #452AA5;*/
	}

img {
  border: 0px #CCC solid;
}

td {
	text-align: center;
	font-family: verdana;
}

td.category {
  text-align: center;
/*#  border: 2px #DDD solid;*/
  border: 2px;
}

td.description {
	text-align: left;
	vertical-align: text-top;
	font-family: verdana;
	font-size: 13px;
}

td.thumbnail {
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}

td.image {
	text-align: left;
	vertical-align: middle;
	font-family: verdana;
	font-size: 13px;
}

td.text {
	text-align: left;
	font-family: verdana;
	font-size: 13px;
}

td.text_right {
	text-align: right;
	font-family: verdana;
	font-size: 13px;
}

td.text_center {
	text-align: center;
	font-family: verdana;
	font-size: 13px;
}

td.menu {
	color: #551CA2;
	text-align: center;
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
}

#main {
  margin: 0 auto;
  border: 1px #000 solid;
  background-color: #C0C0C0;
}

#navigate_categories {
  text-align: left;
  width: 100%;
  color: #000;
  border-bottom: 1px #000 solid;
  background-color: #C0C0C0;
  font-family: verdana;
  font-size: 13px;
}

#display_categories {
  width: 100%;
  color: #000;
  background-color: #C0C0C0;
  font-family: verdana;
  font-size: 13px;
}

.navigate_images {
  text-align: center;
  width: 100%;
  color: #000;
  background-color: #C0C0C0;
  font-family: verdana;
  font-size: 13px;
}

#display_thumbnails {
  width: 100%;
  background-color: #C0C0C0;
}
input.text {
	font-family: verdana;
	font-size: 12px;
}
input.button {
	font-family: verdana;
	font-size: 14px;
}
textarea.text {
	font-family: verdana;
	font-size: 12px;
}
select.text {
	font-family: verdana;
	font-size: 12px;
}
