body {
	margin: 0px;
	padding: 0px;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  color: #666;
  text-decoration: underline;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
  
.about {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
  
input {
  background-color: #f3f9ff;
  border: 1px dotted #999999;
}

file {
  background-color: #f3f9ff;
  border: 1px dotted #999999;
}

.browse {
  background-color: #f3f9ff;
  border: 1px dotted #999999;
}

.code {
	font-family: Courier-New, Courier, Arial;
}

input:hover {
  background-color: #FFF;
}

.filelist {
	margin-left: 30px;
	background-color: #f3f9ff;
}

.adminlist {
	margin-left: 30px;
	background-color: #f3f9ff;
}

.menu {
	margin-left: 10px;
	padding: 10px;
	list-style-type: circle;
	list-style-position: inside;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	border: 1px dotted #999999;
}

.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 250px;
	padding-right: 10px;
	font-weight: bold;
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
		}
		
.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
		}
	

#divCont {position:absolute; z-index:1; left:35px; top:200px; height:400px; width:225px; visibility:hidden;}
.clTop   {position:absolute; z-index:1; width:170px; line-height:17px;}
.clSub   {position:absolute; z-index:1; left:0px; top:20px; width:225px; line-height:14px;}
#divCont .clTop a {font-weight:none;}
#divCont .clTop a:hover {font-weight:none;}
#divCont .clTop .clSub a {font-weight:none;}
#divCont .clTop .clSub a:hover {font-weight:none;}  

  .headline { font-family: arial black, arial; font-size: 28px; letter-spacing: -1px; }
  .headline2{ font-family: verdana, arial; font-size: 12px; }
  .subhead  { font-family: arial, arial; font-size: 18px; font-weight: bold; font-style: italic; }
  .backtotop     { font-family: arial, arial; font-size: xx-small;  }
  .code     { background-color: #EEEEEE; font-family: Courier New; font-size: x-small;
              margin: 5px 0px 5px 0px; padding: 5px;
              border: black 1px dotted;
            }

