p {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 12px;
 line-height: 18px;
 padding-left: 8px;
 padding-right: 8px;
 color: #333333;
}

p.small {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 10px;
 font-weight: normal;
 line-height: 14px;
 padding-left: 8px;
 padding-right: 8px;
 color: #333333;
}

p.sub {
  color: white;
  font-weight: bold;
}

.big {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 14px;
 line-height: 14px;
 padding-left: 10px;
 color: #333333;
 }

td {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 12px;
 color: #333333;
 vertical-align: top;
}

th {
 font-family: verdana, arial, "ms sans serif", sans-serif;
 font-size: 12px;
 background-color: #333333;
 vertical-align: top;
 color: white;
 font-weight: bold;
}

a:link {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}

a:visited {
 color: #333333;
 font-weight: bold;
 text-decoration: none;
}

a:active {
 color: #333333;   
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color:#666666;
 font-weight: bold;
 text-decoration: overline;
}

input, textarea, select {
 background-color: #eeeeee;
 font-family: verdana, arial, sans-serif;
 font-size: 10px;
 color: #333;
 padding: 0px;
}

input.button {
 background-color: #ccc;
 border-style: outset;
 border-color: #999;
 border-width: 2;
}

div#center {
	text-align: center;
}

div#my_slideshow.slideshow {
	margin-left: auto;
	margin-right: auto;
}

