/* CSS Document */

body {
	font-family: "trebuchet MS", arial, sans-serif;
	font-size: small;
	padding: 5px;
}

h1 {
	font-size: 160%;
	color: #666666;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E4E4E4;
}
h2 {
	color: #666666;
	font-size: 140%;
	font-family: "trebuchet MS", arial, sans-serif;
}
h3 {
	color: #666666;
	font-size: 120%;
	font-family: "trebuchet MS", arial, sans-serif;
}
h4 {
	color: #666666;
	font-size: 110%;
	font-family: "trebuchet MS", arial, sans-serif;
}
h5 {
	color: #666666;
	font-size: 100%;
	font-family: "trebuchet MS", arial, sans-serif;
}
h6 {
	color: #666666;
	font-size: 90%;
	font-family: "trebuchet MS", arial, sans-serif;
}
p {
	font-size: 90%;
	color: #666666;
	line-height: 1.5em;
}
a {
	color: #758A0E;
	text-decoration: underline;
}
a:hover {
	color: #9FAF50;
	text-decoration: none;
}

.blockquote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AAC259;
	border-right-color: #AAC259;
	border-bottom-color: #AAC259;
	border-left-color: #AAC259;
	margin: 10px;
	background-repeat: repeat;
	background-position: left top;
	background-color: #F0F2E3;
}
.codeblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #555555;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	background-repeat: repeat;
	background-position: left top;
	background-color: #EFEFEF;
}
.galleryTable {
	font-family: "trebuchet MS", verdana, arial, sans-serif;
	font-size: 90%;
	color: #666666;
	text-align: center;
}
.galleryThumbnail {
	padding: 3px;
	border: 1px solid #F5F5F5;
}
.imageRightOutlined {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
	border: 1px solid #CCCCCC;
}
.imageLeftOutlined {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
}
.imageRight {
	padding: 3px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 8px;
}
.imageLeft {
	padding: 3px;
	float: left;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 0px;
}
#print_bar {
	background-color: #F4FBF4;
	padding: 5px;
	border: 1px solid #669933;
}
#print_bar a {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

