/* 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; }

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;
	}
	
#copyright {
	position: fixed;
	background-color: #222222;
	bottom: 0px;
	z-index: 200;
	height: 28px;
	width: 100%;
}
#copyright td {
	color: #FFFFFF;
	padding-left: 30px;
	padding-right: 30px;
	height: 25px;
	vertical-align: middle;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#copyright table { width: 100%; }

#copyright a { color: #FFFFFF; text-decoration: none; }
#copyright a:hover, #nav a:hover { color: #009eef; }
