
/* body - general */
body {
        background-position: 100% 25%
        /*background-image: url(images/background.gif);*/
        /*background-repeat: no-repeat;*/
        font-family: Helvetica,tahoma,arial,sans-serif;
        font-size: 12pt;
        background-color: #000000;
        background-position: 100% 25%
        
}

p {
        text-decoration: none;
        }
a:link { text-decoration:none; }



table { 
	font: bold 16px "Times New Roman", "New York", Arial, Verdana, sans-serif;
	color: #ffffff;
	text-align: left;
	border: none;
	border-top: none;	
	background-color: #000000;
	border-bottom: solid thin #C0C0C0;
}
table a {
	text-decoration: none;
	color: #ffffff;
}

thead th {
	font-size: 105%;
	color: #eee;
	background-color: #27a0bd;
	border-bottom: none;
	
}
tbody {

}
tr {
	vertical-align: bottom;
}

.white {
	font: bold 16px "Times New Roman", "New York", Arial, Verdana, sans-serif;
	color: #666666;
	text-align: left;
	text-decoration: none;
	border: none;
	border-top: none;	
	background-color: #ffffff;
	
}
table.white a {text-decoration: none; text-align: left; color: #000000; font: bold 16px "Times New Roman", "New York", Arial, Verdana, sans-serif;}

caption {
	height: 28px;
	color: white;
	text-align: left;
	background: none;
	background-position: 92% 0;
}

tfoot th,tfoot td {
	padding: 0.2em .75em;
	color: #3a4e58;
	font-weight: bold;
	font-size: 105%;
}
tfoot th {
	text-align: right;
}

.slideshow { height: 360px; width: 480px; }
.slideshow img { border: 1px solid #ccc; }
