@page  
{ 
    size: auto;   /* auto is the initial value */ 

    /* this affects the margin in the printer settings */ 
    margin: 15mm 10mm 20mm 10mm;  
} 

@page:first {margin-top: 10mm}

html,body {
	margin:0mm;
	padding:0mm;
	background:white;	
	font-family:arial,sans-serif;
	font-size:small;
	color:#333;
}

body
{
	font-family:"Book Antiqua", Times, serif;
	font-size: 12pt;
}

h1 { 
	font-size: 20pt;
	margin: 0em 0em 0em 0.35em;
}

h2, h3 {
	font-size: 12pt;
	margin: 0em 0em 0.5em;
}

h1, h2, h3 {
	color: #4f4f37;
}

p { 
	line-height:1.5; 
	margin: 0em 0em 2em;
}

li {
	margin-left: -20px;

}

th {
	background-color: #949f6f;
}

div#logo {
        position: relative;
	visibility: visible;
}

div#slogan {
        position: relative;
	visibility: hidden;
	margin: 0px 0px 0px 0px;
	height: 0em;
}


div#container {
        display: block;
	position: relative;
	overflow: visible !important;	
	float: none !important;
	width:100%;	
}

div#menu {
}

div#menu p {
}

div#header {
	padding:0.5em;
	text-align: left; 
	vertical-align: middle;
	line-height: 25px;
 	font-size: 20pt;
	border-bottom: 3px dotted #949f6f;
}


div#content {
	padding: 1.0em 1.5em 1.5em 1.5em; /* bottom padding for footer */
}

div#content p {
	text-align: left;
	padding:0 0em;
}

div#footer {
	position: relative;	
}
	
div#footer p {
}

.darktext
{
  	color: #2f2f21;
}

.lighttext
{
  	color: #6f6f4d;
}

.lighttext2
{
  	color: #878710;
}

a:link {color:#e1efc6;}      /* unvisited link */
a:visited {color:#e1efc6;}  /* visited link */
a:hover {color:#507702;}  /* mouse over link */
a:active {color:#507702;}  /* selected link */
a:link, a:visited, a:active {text-decoration: none}

a.lighttext:link, a.lighttext:visited
{
  color: #6f6f4d;  /* unvisited link */
}
a.lighttext:hover
{
  color: #2f2f21;  /* unvisited link */
}
a.darktext:link, a.darktext:visited, a.darktext:active
{
  color: #c1cfa6;  /* unvisited link */
}
a.darktext:hover
{
  color: #507702; /* unvisited link */
}