html, body
	{
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 16px;
	font-family: sans-serif;
	background-color: #000926;
	background-image: url('../graphics/back.jpg');
	background-repeat: repeat-y;
	background-position: center;
	}

pre
  {
  font-size: 16px;
  font-family: sans-serif;
  }

a, img
	{
	border: none;
	outline: none;
	text-decoration: none;
	color: #ffffff;
	}

th
	{
	text-align: center;
	}

hr
	{
	border: 0px;
	color: #777777;
	background-color: #777777;
	height: 2px;
	width: 100%;
	}

.menutable
	{
	padding: 0px;
	background-color: #000000;
	}

.menutable2
	{
	padding: 0px;
	background-color: #000000;
	}

.menutable2 a:hover
	{
	background-color: #555555;
	display: block;
	}

.menuitem
	{
	background-image: url('../graphics/menuBack.jpg');
	width: 100%;
	font-weight: bold;
	border-top: solid #95b7e5 1px;
	border-left: solid #95b7e5 1px;
	border-right: solid #1d4173 1px;
	border-bottom: solid #1d4173 1px;
	margin: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	display: block;
	}

.menuitem:hover
	{
	background-image: url('../graphics/menuBackHover.jpg');
	}

.menuitemactive
	{
	background-image: url('../graphics/menuBackHover.jpg');
	width: 100%;
	font-weight: bold;
	border-top: solid #95b7e5 1px;
	border-left: solid #95b7e5 1px;
	border-right: solid #1d4173 1px;
	border-bottom: solid #1d4173 1px;
	margin: 0px;
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	display: block;
	}

.systemcat
	{
	margin: 0px;
	text-align: center;
	background-color: #000000;
	border: solid #ffffff 1px;
	}

.customize
	{
	font-weight: bold;
	background-color: #335d99;
	display: block;
	}

.customize:hover
	{
	background-color: #4b80b6;
	}

.padding
	{
	padding: 5px;
	}

.underline
	{
	border-bottom: solid #ffffff 1px;
	}

.ad
	{
	border: dashed #777777 2px;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	}

.hideme
	{
	display: none;
	}

.main
	{
	min-height: 100%;
	margin: 0 auto;
	}

* html .main
	{
	height: 100%;
	}

.footer
	{
	height: 40px;
	padding-top: 10px;
	margin: -60px auto 0 auto;
	}

.clearfooter
	{
	height: 60px;
	}