/* CSS Document */

body {
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-image: url(images/jeff_bg_repeat.jpg);
	}



a:link { color: #999999; text-decoration: none; }
a:visited { color: #999999; text-decoration: none; }
a:hover { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline;
}
h1 {
	font-family: Arial, Verdana, sans serif;
	font-size: 20px;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: -6px;
   }
h2 {
	font-family: Arial, Verdana, sans serif;
	font-size: 15px;
	color: #CCCCCC;
	margin-top: 12px;
	margin-bottom: -10px;
	}
	
body, p, td, th, div, blockquote, dl, ul, ol {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 11px;
	}
	
.footer a:link { color: #999999; text-decoration: none; }
.footer a:visited { color: #999999; text-decoration: none; }
.footer a:hover { color: #FFFFFF; text-decoration: underline; }
.footer a:active { color: #999999; text-decoration: none;
}

.thumbnail {margin-bottom: 9px;}