body {
	background-color: #ffffff;
  	color: #000000;
	/*font-size:11pt;*/
	font-family:sans-serif;
}

:link { color: #0000ff; /*background-color:#fafafa;*/ text-decoration:none;}
:visited { color: #6633ff;/* background-color:#fafafa;*/ text-decoration:none; }
a:active { color: #0000ff;/* background-color:#fafafa;*/ text-decoration:none;}
a:hover {color: #0000ff; /*background-color:#fafafa;*/ text-decoration:underline; }


.center {
  text-align:center;
}

h1 {
  font-size:1.7em;
/*  padding-bottom:0px;
  margin-bottom:0px;*/
}

p.upcenter {
  text-align:center;
  padding-top:0px;
  margin-top:0px;
}

div.basetext {
  	color: #000000;
    background-color:#fafafa;
	margin-left:2%;
	margin-right:2%
        margin-top:2%;
        margin-bottom:2%;
	padding-top:2%;
	padding-bottom:2%;
	padding-left:21px;
	padding-right:12px;
	text-align:justify;
	font-weight:normal;
}

h2 {
  text-align:left;
}

ul {
	margin-top:0px;
	margin-left:15px;
	padding-left:15px;
}

li {
  list-style:outside;
  text-align:left; 
}

