body {
    font-family: tahoma, verdana;
    font-size: 70%;
    text-align: center;
    margin: 0;
     color: #333333;
}

table {
     font-size: 100%;
}

a {
    font-size: 100%;
    color: #1e4c7a;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1 {
  margin: 15px 0 0 0;
  padding-right: 40px;
  font-size: 180%;
  font-weight: normal;
}

h2 {
    margin: 15px 0 0 0;
    font-size: 120%;
    color: #004080;
}

p {
    font-size: 105%;
    color: #333333;
}

blockquote p {
  width: 100px;
}

form {
     margin: 0;
}

.gallery-thumbs-container .contentTable1 td {
     border-bottom: 1px solid #eeeeee !important;
}

.gallery-thumbs-container .contentTable1 .gallery-td {
     line-height: 140% !important;
	 padding: 15px 6px !important;
}

.gallery-thumb2 {
	background:url("../img/bg_table.gif") repeat-x #FAFAFA;
	border:1px solid #E1E1E1;
	border-collapse:collapse;
	padding:6px 8px 6px 7px;
}

.gallery-thumb2 img {
	border:0 !important;
}

.listing {
     text-align: center;
	 font-weight: bold;
}

.listing span {
     color: #eeeeee;
}

.left {
     float: left;
	 margin: 0 20px 5px 0;
	 width: 116px;
}

.left img {
     border: 0;
}

.desc {
     text-align: center;
	 padding-top: 2px;
}


