* {
	padding:				0px;
	margin:					0px;
}

body {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				14px;
	color:					#000;
	vertical-align:			text-top;
	background-color:		#EDEAA5;
}

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

/* Block Elements */
h1 {
	color:					#003366;
	border-bottom:			2px solid #003366;
	font-size:				18px;
	text-align:				right;
}

h2 {
	color:					#006699;
	overflow:				visible;
	font-size:				16px;
	text-align:				center;

}

h3 {
	color:					#006699;
	border-bottom:			1px solid silver;
	overflow:				visible;
	font-size:				14px;
}

h4 {
	font-size:				12px;
	color:					#006699;
	font-style:				italic;
}

div {
	padding:				0px;
	margin:					0px;
}

p {

}

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

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:		#DDF;
	border: 				1px solid #BBB;
	border-left: 			1px solid #AAA;
	border-right: 			1px solid #AAA;
	background-image:		url( ./images/html/th_bg_v.png );
	background-repeat:		repeat-y;
	background-position:	right;
	color:					black;
	padding:				5px;
}

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

th+th[scope=col] {
}

thead td {
	background-color:		#DDF;
	border-right:			none;
	border-bottom:			none;
	background-image:		url( ./images/html/th_bg_tl.png );
	background-repeat:		no-repeat;
	background-position:	bottom right;
}

td {
	border: 				1px solid #BBB;
	vertical-align:			top;
	padding:				5px;
}

td+td {
	border-left: 			1px solid #BBB;
}

blockquote {
	background-image:		url( ./images/html/blockquote.png );
	background-repeat:		no-repeat;
	background-position:	5px 0;
	margin:					0 10px 10px 10px;
	padding:				0px 0px 0px 25px;
	font-style:				italic;
}

fieldset {
	position:				relative;
	margin-top:				3em;
	padding:				15px 20px 5px 20px;
	background-color:		#EEE;
	border:					1px solid #CCC;
	background-image:		url( images/fieldset.png );
	background-repeat:		repeat-y;
	background-position:	top left;
}

legend {
	margin:					0px 0px 0px -10px;
	position:				absolute;
	top:					-2em;
	background-color:		#F8F8F8;
	border:					1px solid #AAA;
	padding:				0.5em;
    font-weight: bold;
}

.struct,
.struct tr,
.struct td,
.struct tbody,
.struct th {

	margin:	0;
	padding: 0;
	border: 0;	
}

/* Lists */
ul {
	padding-left:			2em;
}

ol {
	padding-left:			2em;
}

li {
}


dl {
}

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

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

dd a {
	font-weight: 			normal;
}

/* Form Elements */
input,select {
	padding:				3px;
}
option {
	margin:					3px;
}

input[type='text'],
input[type='password'] {
	border:					1px solid #666;
}

/*input[type='submit'] {
	padding:				0px 3px 0px 3px;
	border:					1px solid #444;
	background-color:		#8B866E;
	margin-top:				3px;
}*/

input[type='image'] {
	padding:				0px ;
}

/*input[type='submit']:hover {
	padding:				0px 3px 0px 3px;
	border:					1px solid #F00;
	background-color:		#EEE;
	color:					#C00;
}*/


textarea,
select {
	border:					1px solid #666;
}


/* Inline Elements */
a {
	color:					#006699;
	font-weight:			bold;
}

a:hover {
	color:					#0099cc;
	text-decoration:		none;
}

img {
	border:					0px;
}

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

del {
	color:					#800;
	text-decoration:		strike;
}

ins {
	color:					#080;
	text-decoration:		underline;
	border-bottom:			1px solid #080;
	border-bottom:			0px solid #080;
}


cite {
	font-style:				italic;
	border-bottom:			0px;
	color:					#000000;
}

abbr {
	border-bottom:			1px dotted #BBB;
}

acronym {
	border-bottom:			1px dashed #88F;
}

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

sup {
	bottom: 				1ex;
}

sub {
	top: 					0.5ex;
}

cite {
	color:					red;
	font-weight:			bold;
}
