/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	background-image: url(images/header_back.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #FA7410;
}
.header_2 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FA7410;
}
.text_sm {
	font-size: 9px;
}
.pumpkin_leftcorner {
	background-image: url(images/pumpkin_leftcorner.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
a:link {
	color: #FA7410;
	font-weight: bold;
}
a:visited {
	color: #FA7410;
}
a:hover {
	color: #B64105;
}
a:active {
	color: #FA7410;
}

.stencillist {
	padding-left:15px;
	padding-right:15px;
	padding-top:3px;
	padding-bottom:3px;
}

.contenttable {
	background-color: #292627;
}

.picture {
	border: 1px solid #000000;
	margin: 1px;
}

.picture_on {
	background-color: #000000;
	border: 1px solid #000000;
	margin: 1px;	
	}

.picture a {
	text-decoration: none;
	}
	


