* {
	margin:					0;
	padding:				0;
}

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

/* Block Elements */

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

h1 {
	color:					#000000;
	border-bottom:			3px solid black;
}

h2 {
	color:					#000000;
	font-size:				20px;
	height:					20px;
	text-align:				right;
}

h3 {
	font-size:				16px;
	color:					#000000;
	border-bottom:			1px solid #000000;
	margin-bottom:			10px;
}

h4 {
	font-size:				14px;
	color:					#000000;
}

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 #448;
}

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

table summary {
}

thead {

}

tbody {

}

tr {

}

th {
	font-size:				0.8em;
}

th[scope=row] {
	background-color:		#DDDDFF;
	border-left: 			1px solid #448;
	border-right: 			1px solid #448;
	background-image:		url( ./images/th_bg_v.png );
	background-repeat:		repeat-y;
	background-position:	right;
	color:					black;
	padding:				5px;
	margin-right: 			10px;
}

th[scope=col] {
	background-color:		#DDDDFF;
	border-top: 			1px solid #448;
	border-bottom: 			1px solid #448;
	background-image:		url( ./images/th_bg_h.png );
	background-repeat:		repeat-x;
	background-position:	bottom;
	color:					black;
	padding:				5px;
}

th+th[scope=col] {
}

thead td {
	background-color:		#DDDDFF;
	border-right:			none;
	border-bottom:			none;
	background-image:		url( ./images/th_bg_tl.png );
	background-repeat:		no-repeat;
	background-position:	bottom right;
	text-align:				center;
	font-weight:			bold;
	vertical-align:			middle;
}

td {
	border: 				1px dotted #448;
	vertical-align:			top;
	padding:				5px;
}

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

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

.struct,
.struct td,
.struct th  {
	border-collapse:		collapse;
	border:					0;
	padding:				0;
	margin:					0;
}

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

ol {
	padding-left:			20px;
}

li {

}


dl {
	margin:					0;
}

dt {
	font-weight: 			bold;
	margin-bottom:			0.5em;
}

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


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

a:hover {
	text-decoration:		none;
}

img {
	border:					0;
}

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

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

sup {
	bottom: 				1ex;
}

sub {
	top: 					0.5ex;
}

comment {
	color:					#800;
	font-weight:			bold;	
}
