@charset "utf-8";
/* CSS Document */

html {
	font-family: verdana, Arial, Helvetica, sans-serif;
}

body { 
	background-image: url(images/tan.jpg); 
    font-weight: 600;
	color: #006633;
}

p, td, tr, li {
	font-size: 10pt;
    font-weight: 600;
}

em {
	font-style: normal;
	color: #008;
}

a:link    { color: #006231; }
a:active  { color: #006231; }
a:visited { color: #144F9E; }
h1 {
	margin-top: 0.2em;
	font-size: 20pt;
}

h2 {
	margin-top: 0.2em;
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

table {
    border-collapse: collapse;
	border-style: outset;
	border-width: 1;
	border-color: #416D3F;
}

table.inferior {
    border-collapse: collapse;
	border-style: none;
	border-width: 1;
	border-spacing: 4;
	border-color: #416D3F;
}

td.top_align {
	vertical-align: top;
	padding-bottom: 1.0em;
	
}

tr.inferior {
    border-style: none;
	border-collapse: collapse;
}


li {
    margin-top: 1.2em;
}

*.frame_header {
	font-size: medium;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #416D3F;
}

*.item {
	font-size: 10pt;
	height: 22pt;
}

strong {
	# font-size: larger;
	font-weight: bolder;
}

*.larger_item {
	font-size: 12pt;
}

*.lighter {
	font-weight: lighter;
}

*.notice {
	color: #900;
}

*.smaller_item {
	font-size: smaller;
}

*.spacer {
	height: 8pt;
}

*.tiny_label {
	font-size: 8pt;
}

*.title_font {
	font-size: 20pt;
}
