/* general elements styles */

img { border: 0px; }

.gall img { padding: 15px; }
.thmbs img { padding: 5px; }
.header span { color: #ffffff; font-size: 8pt; vertical-align: middle; }
.header { color: #ffffff; font-size: 8pt; vertical-align: middle; }
.header a:link, .header a:visited, .header a:active, .header a { color: #ffffff; font-weight: normal; }
.header a:hover { text-decoration: underline; }

.copyright { font-size: 7pt; text-align: center; }

body, tr, td, th, .bod, font
	{
	margin: 0;
	font-size: 10pt;
    font-family: arial, sans-serif;
	color: #666666;
	border-collapse: collapse;
	vertical-align: top;
	padding: 0px;
	}

.smaller p { font-size: 8pt; line-height: 135%; }

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

body { background-image: url('../_img/background.png');
       background-position: top center;
       background-repeat: repeat-y;
       background-color: #dbdbdb; }

.top { background-image: url('../_img/header.png');
       background-position: top center;
       background-repeat: no-repeat;
       height: 247px; }

h1	{
	font-size: 115%;
	font-weight: normal;
	margin: 0;
	}

h2	{
	font-size: 120%;
	text-decoration: underline;
	}

h3	{
	font-size: 130%;
	margin: 0;
	}

h4	{
	font-size: 14px;
	color: #70b6e7;
	font-style: italic;
	font-weight: bold;
	}
a:link, a:visited, a:active
	{
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	}