
body {
font-family: arial,verdana,helvetica,sans-serif;
font-size: 11pt;
color: #000;
background-color: #fff;
margin: 0px;
padding: 0px;
}

#page {
font-family: arial,verdana,helvetica,sans-serif;
font-size: 11pt;
background-color: #fff;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 5px;
padding-right: 5px;
}

#print {
font-family: arial,verdana,helvetica,sans-serif;
font-size: 11pt;
background-color: #fff;
margin-top: 20px;
margin-bottom: 25px;
margin-left: 80px;
margin-right: 80px;
padding-top: 15px;
padding-bottom: 25px;
padding-left: 15px;
padding-right: 15px;
border: 1px #00f solid;
}

h1, h2, h3, h4, h5, h6 {
font-family: arial,verdana,helvetica,sans-serif;
font-weight: bold;
text-align: center;
margin: 5px 0px 5px 0px;
}

h1, h3, h5 { color: #f00; font-style: normal; }
h2, h4, h6 { color: #00f; font-style: italic; }
h1 { font-size: 24pt; }
h2 { font-size: 18pt; }
h3 { font-size: 14pt; }
h4 { font-size: 12pt; }
h5 { font-size: 10pt; }
h6 { font-size: 8pt; }

p {
text-align: justify;
text-indent: 1em;
margin: 0px 0px 5px 0px;
}

p.question {
	color: Green; font-weight: bold;
}

p.inner {
background-color: #eee;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 50px;
margin-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
padding-right: 20px;
border: 1px #00f solid;
text-align: center;
text-indent: 0px;
}

p.center {
	text-align: center;
	font-style:italic;
	text-indent: 0px;
}

p.sign {
	text-align: right;
	font-style:italic;
}

p.copyleft {
	text-align: left;
	font-size: 8pt;
}

p.footnote {
   text-align: left;
	text-indent: 0em;
	font-size:10.0pt;
}

li {
	text-align: left;
	text-indent: 70px;
}

a:link {
  color: #17009c; 
  text-decoration: underline;
}
a:visited {
  color: #8B008B; 
  text-decoration: underline;
}
a:hover {
  color: blue; 
  text-decoration: none;
}

.img-center {
 text-align: center;
}

/* div.menu {
 width: auto;
 background-color: #aee;
 color: #fff;
 font-weight: bold;
 text-align: center;
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: -45px;
 margin-right: -25px; padding: 5px;
 border-top: 1px #0aa solid;
 border-right: 10px #0aa solid;
 border-bottom: 1px #0aa solid;
 border-left: 10px #0aa solid;
 }
 
 div.menu a {
 text-decoration: none;
 color: #fff;
 }
 
 div.floating {
 width: 20%;
 background-color: #aee;
 color: #00f;
 margin-top: 5px;
 margin-bottom: 10px;
 padding: 5px;
 border-top: 1px #0aa solid;
 border-right: 10px #0aa solid;
 border-bottom: 1px #0aa solid;
 border-left: 10px #0aa solid;
 }
 
 div.floating p {text-indent: 0em; }
 #left p { text-align: right; }
 #right p { text-align: left; }*/
 

