/* Page-specific CSS */
*{
	font-family: Verdana, Helvetica, sans-serif;
	color: #333;
	font-size: 8pt;
}
h4 {
    color: #333;
	font-size: 10pt;
    font-weight: bold;
    margin: 20px 0 5px 0;
	font-family: "Trebuchet MS", sans-serif;
}
pre, code, .pre, code span, pre a, code a, .pre a {
    font-family: Courier; 
    font-size: 8pt;
    color: green;
}
pre, .pre {

    background-color: #F2EEEB;
}
.section .pre, pre {
    border: 1px inset #f0eee0;
    color: green;
    width: auto;
    overflow: auto;
    margin: 0.5em 0.5em 0.5em 0;
    padding: 0.3em;
}
#samples-wrapper div.thumbwrapper, #samples-wrapper div.textwrapper {
	float: left;
	height: 155px;
	width: 155px;
	padding: 2px;
	background: #F0EEE0;
	margin: 1px;
	border: 1px solid #AFAB8E;
	text-align: center;
}
#samples-wrapper div.textwrapper {
	height: 55px;
	width: 91px;
}
