body, table, td, tr, th, li, ul, a, div, span, img, h1, h2, h3, p, pre, form, label, input, textarea, dl, dt, dd {
	margin : 0px;
	padding : 0px;
}
body {
	background-color : #683a23;
}
body, td {
	font-family : "Trebuchet MS", Arial, sans-serif;
	font-size : 12pt;
	text-align : left;
	color : #52646b;
}
a {
	color : #8e3e26;
	font-variant : small-caps;
	font-weight : bold;
	-moz-border-radius : 5px;
}
a:hover {
	color : #fce3bc;
	background-color : #9a4029;
}
a img {
	border : none;
}
h2 {
	height : 21px;
	margin-top : 25px;
	margin-bottom : 5px;
	padding-left : 8px;
	color : #ffee92;
	font-variant : small-caps;
	font-size : 12pt;
	line-height : 20px;
	background-image : url("../img/title_h2.gif");
	background-repeat : no-repeat;
}
p {
	line-height : 12pt;
	margin-bottom : 10px;
}
p:first-letter {
	font-weight : bold;
	font-size : 115%;
}
pre {
	width : 530px;
	overflow : auto;
	font-size : 8pt;
	color : black;
}