/***Body***/
body {
  margin:0px 0px 8px;
  color: #333333;
  background-color: #ffffff;
}

/***Text***/

.lltx{font-size:100%; line-height:150%;}
.ltx{font-size:90%; line-height:150%;}
.mtx{font-size:80%; line-height:150%;}
.stx{font-size:75%; line-height:150%;}
.sstx{font-size:70%; line-height:150%;}
.ll{font-size:100%;}
.l{font-size:90%;}
.m{font-size:80%;}
.s{font-size:75%;}
.ss{font-size:70%;}

dl {
  margin-top:0px;
  margin-left:1.2em;
}
dd {
  margin-left:1.6em;
}
ol {
  margin-top:0px;
}
h1 {
	font-size:100%;
	font-weight: bold;
	margin: 0px 0px 0.4em;
	color: #0579BC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #56A6C4;
	border-right-color: #56A6C4;
	border-bottom-color: #56A6C4;
	border-left-color: #56A6C4;
	background-image: url(h1.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
	background-position: left top;

}
h2 {
  font-size:80%;
  font-weight: bold;
  margin: 1.6em 0px 0.4em;
  color: #993333;
}
h3 {
  font-size:80%;
  font-weight: normal;
  margin: 1.6em 0px 0.4em;
  color: #990000;
}

p {
  margin-top:0.5em;
  margin-bottom:0.7em;
}

a:link{color:#336699;text-decoration:none;}
a:visited{color:#336699;text-decoration:none;}
a:hover{color:#003366;text-decoration:underline;}
a:active{color:#003366;text-decoration:underline;}

a.index:link{color:#003366;text-decoration:underline;}
a.index:visited{color:#003366;text-decoration:underline;}
a.index:hover{color:#336699;text-decoration:underline;}
a.index:active{color:#336699;text-decoration:underline;}

#news {
  margin-top: 10px;
  margin-bottom: 20px;
}

#newstitle {
  color: #FFFFFF;
  text-indent: 0.2em;
}

#index {
  margin-top: 16px;
  margin-bottom: 20px;
}

#indexmenu {
  color: #003366;
}

#list {
	color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

form {
  margin: 0px;
  padding: 0px;
}
li {
	list-style-position: outside;
	list-style-image: url(list.gif);
	margin: 0px;
	padding: 0px;
}
ul {
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 16px;
}

