﻿
/* CSS Document */

* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  font: 100% Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

html {min-height: 100%; margin-bottom: 1px;}

body {
	color: #000;
	background : #fff;
	background: url(filemanager/images/main_back.jpg) repeat-x;
}

p {
	margin-bottom: 1em;
}
	
p, td, th, li {
	font-size: 1em;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

a:link {
	color: #00f;
	text-decoration: none;
}

a:visited {
	color: #00f;
	text-decoration: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	color: #f00;
	text-decoration: none;
	font-weight: bold;
}

.small_text {
	font-size: .6em;
	font-style: italic;
}

.highlight {
	background-color: #ff0;
}
#header {
	float: none;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
	width: 1000px;
	height: 159px;
	background: url(../images/banner.jpg) no-repeat;
}