A {
  TEXT-DECORATION: none;
}
a:link {
 color:#0000FF;
}
a:visited {
 color:#0000FF;
}
A:hover {
  COLOR: #ff0000;
}

#menu{
	margin-top:0px;
	margin-bottom:10px;
}
#menu table{
	 width:100%;
	font-size:small;
	border-collapse:collapse;
	border-style:none
}
#menu th{
	border:2px solid #FFFFFF;
	background-color:#CCCCFF;
}
#menu th.self{
	background-color:#000099;
	color:#FFFFFF;
}

#menu td{
	border-bottom:2px solid #000033;
	background-color:#ffffff;
	width:20%;
}
#menu td.none{
	border-style:none;
}
#menu a{
 color:#0000bb;
}
#menu a:hover{
 color:#ff0000;
}

#title{
	margin-bottom:10px;
	text-align:center;
}
#title h1{
	color:#0000af;
	font-size:3em;
	font-weight:bold;
	line-height:0.5em;
}
#content{
	text-align:center;
	border-top:2px solid #000033;
	border-bottom:2px solid #000033;
	padding:1em auto 1em auto;
}
#content table.Link{
	margin-left:10%;
	margin-right:10%;
	width:80%;
	text-align:left;
}

#content th{
 text-align:center;
}

.line{
	font-size:small;
	margin-left:2em;
}
.line2{
	margin-left:1em;
}

.l1 {
	color:#227722;
	font-size:medium;
	margin-left:0pt;
	list-style:none;
	white-space:nowrap;
}

.l2 {
	color:#666666;
	list-style-position:inside;
	font-size:small;
	line-height:1.3em;
	white-space:nowrap;
}

.l3 {
	color:#101010;
        list-style-position:outside;
	line-height:1.2em;
        margin-top:2px;
        margin-left:20px;
}
.l4 {
	color:#606060;
	margin-left:20px;
        list-style-position:outside;
        list-style:none;
	font-size:smaller;
	line-height:1em;
}

#footer{
	padding-top:1em;
	font-size:small;
	text-align:center;
}

#news th {
  color:#3333ff;
  font-size:small;
  vertical-align:top;
  text-align:right;
}
#news td {
  font-size:small;
  vertical-align:top;
  text-align:left;
}


