body {
  background-color: #E4E4E4;
	}
#menu {
	}
#menu, #menu td {
	font-family: verdana, arial;
	font-size: 12px;
	background: #FFFFFF;
	color: #0169A6;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	}
#menu a {
	color: #0169A6;
	}
#menu p {
	padding: 5px;
	}
#menu td a.link {
	padding: 2px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #0169A6;
	}
#menu td a.link:hover {
	color: #000000;
	}
#menu td a.indented {
	width: 100%;
	padding: 2px 2px 2px 10px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	}
#menu td a.indented:hover {
	background: #004400;
	}
#footer {
	color: #333333;
	background: #E4E4E4;
	padding: 3px;
	font-family: verdana, arial;
	font-size: xx-small;
	text-align: center;
	}
#footer a {
	color: #333333;
	}
#main {
	padding: 10px;
	font-family: verdana, arial;
	font-size: 14px;
	background: #FFF;
	color: #7b7b7b;
	}
#main a {
	font-weight: bold;
	color: #6AAEE2;
	}
#main td {
	font-size: 14px;
	color: #7b7b7b;
	}
#main h1 {
	font-size: 24px;
	color: #7b7b7b;
	font-family: verdana, arial;
	font-weight: normal;
	}
#main h2 {
	font-size: medium;
	color: #59563E;
	font-style: italic;
	font-family: verdana, arial;
	}
.divMenu {
	position: absolute;
	top: 0;
	left: 100px;
	visibility:hidden;
	}
.divMenu a {
	font-family: verdana, arial;
	text-align: center;
	width: 140px;
	font-size: 12px;
	background: #9AD2ED;
	padding: 2px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: #ffffff;
	}
.divMenu a:hover {
	background-color: #78B0CB;
	}
hr {
	clear: both;
	color: #000;
	}
.error {
color: #f00
}
.border_top {
  background-image: url('resources/template/top.jpg');
}
.border_bottom {
  background-image: url('resources/template/bottom.jpg');
}
.border_left {
  background-image: url('resources/template/left.jpg');
}
.border_right {
  background-image: url('resources/template/right.jpg');
}