* {
	margin:					0;
	padding:				0;
}

body {
	font-family: 			sans-serif;
	font-size: 				0.9em;
	padding:				0;
	margin:					0;
}

/* Block Elements */

ul, ol, p, blockquote, h1, h2, h3, h4, table {
	margin-bottom:			1em;
}

h1 {
	color:					#513e2d;
	font-size:				18px;
}

h2 {
	color:					#B7410E;
	font-size:				16px;
	text-align:				left;

}

h3 {
	font-size:				14px;
	color:					#513e2d;
	margin-top: 10px;
	margin-bottom: 0px;
}

h4 {
	font-size:				12px;
	color:					#513e2d;
}

div {
	padding:				0;
	margin:					0;
}

	
div:target {
	padding:				4px;
	margin:					0;
	border:					1px solid silver;
	background-color:		#FFFFAA;
}

p {
}

table {
	border-collapse:		collapse;
	border:					1px solid #503d2c;
}

table caption {
	color:					#000044;
	font-size:				11px;
	font-style:				italic;
	text-align:				right;
	padding:				4px;	
  	caption-side: 			bottom;
}

table summary {
}

thead {

}

tbody {

}

tr {

}

th[scope=row] {
	background-color:		#dcd1bf;
/*	border: 				1px dotted #503d2c;*/
	border-left: 			1px solid #503d2c;
	border-right: 			1px solid #503d2c;
	background-image:		url( ./images/html_th_bg_v.png );
	background-repeat:		repeat-y;
	background-position:	right;
	color:					#503d2c;
	padding:				8px;
	font-size: 				0.9em;
	text-align:				right;
}

th[scope=col] {
	background-color:		#dcd1bf;
/*	border: 				1px dotted #503d2c;*/
	border-top: 			1px solid #503d2c;
	border-bottom: 			1px solid #503d2c;
	background-image:		url( ./images/html_th_bg_h.png );
	background-repeat:		repeat-x;
	background-position:	bottom;
	color:					#503d2c;
	text-align:				center;
	padding:				5px;
	font-size: 				0.9em;
}

th+th[scope=col] {
}

thead td {
	background-color:		#dcd1bf;
	border-right:			none;
	border-bottom:			none;
	background-image:		url( ./images/html_th_bg_tl.png );
	background-repeat:		no-repeat;
	background-position:	bottom right;
	text-align:				right;
	font-weight:			bold;
	color:					#503d2c;
	vertical-align:			middle;
	padding:				8px;
	font-size: 				0.9em;
}

td {
	border: 				1px dotted #503d2c;
	background-color:		#FFF;
	vertical-align:			top;
	padding:				5px;
	color:					black;
	font-size: 				0.8em;
	text-align:				center;
}

td+td {
	border-left: 			1px dotted #503d2c;
}

blockquote {
/*	background-image:		url( ./images/html_blockquote.png );*/
	background-repeat:		no-repeat;
	padding:				0 0 0 20px;
	font-style:				italic;
}

.struct,
.struct > tr > td,
.struct > tbody > tr > td {
	border-collapse:		collapse;
	border:					0;
	padding:				0;
	margin:					0;
}

/* Lists */
ul {
	padding-left:			20px;
}

ol {
	padding-left:			25px;
}

li {

}


dl {
	margin:					0;
}

dt {
	font-weight: 			bold;
}

dd {
	font-style: 			italic;
	background-image:		url( /images/html_dd.png );
	background-repeat:		no-repeat;
	margin-left:			10px;
	padding:				0 0 0 14px;
}


/* Inline Elements */
a {
	color:					#FFFFFF;
}

a:hover {
	text-decoration:		none;
}

img {
	border:					0;
}

q {
	font-weight:			bold;
	font-style:				italic;
}

/* IE FIX */
em {
	zoom: 					100%; 
	overflow: hidden;
}

sup,
sub {
	height: 				0;
	line-height: 			1;
	vertical-align: 		baseline;
	_vertical-align: 		bottom;
	
}

sup {
	bottom: 				1ex;
}

sub {
	top: 					0.5ex;
}
