
body {
	margin: 0px;
	padding: 0px;

	font-family: calibri;
	font-size: 13pt;
}
/*
img { display: block }
*/
table.mytable {
	color: #333;
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: 300;
	text-align: left;
	line-height: 25px;
	border-spacing: 0;
	border: 2px solid #777;
	margin: 10px auto;
	width: 90%;
}

table.mytable caption {
	color: darkblue;
	font-weight: bold;
	text-align: left;
}


table.table0 td { padding: 0px; margin: 0px; border: none; line-height:0; }
table.table0 { border-collapse: collapse; }


table.mytable thead tr:first-child { background: #777; color: #fff; border: none; }
table.mytable th { font-weight: bold; }
table.mytable th:first-child, table.mytable td:first-child { padding: 0 10px 0 10px; }
/*thead tr:last-child th { border-bottom: 3px solid #ddd; }*/
table.mytable tbody tr:last-child td { border: none; }
table.mytable tbody tr:hover { background-color: #eee; }
table.mytable tbody td       { border-bottom: 1px solid #ddd; }

a        { color: darkblue; text-decoration:none; }
a:hover	 { color: red; text-decoration:underline; }

table th a       { color: white; text-decoration:none; }
table th a:hover { color: yellow; text-decoration:underline; }


.nav {
	background: gray; /* menu back color */
	height: 40px;

	margin: 0px;
	padding: 0px;
	list-style: none;
	align:center;
	font-family: sans-serif;
	font-size: 15pt;
}

.nav li {
	float: left;
	width: 160px;
	position: relative;
	text-align: center;
}

.nav li a {
	background: gray; /* menu color */
	color: white; /* menu text color */
	display: block;
	padding: 7px 7px;
	text-decoration: none;
	border-top: 1px solid black; /* border color */
}

.nav li a:hover {
	background: darkgray; /* menu color */
	color: white; /* link color */
}

.nav ul {
	display: none;
	position: absolute;
	margin-left: 0px;
	list-style: none;
	padding: 0px;
}

.nav ul li {
	width: 160px;
	float: left;
}

.nav ul a {
	display: block;
/*	height: 15px;*/
	padding: 7px 7px;
	color: white; /* submenu text color */
	text-decoration: none;
	border-bottom: 1px solid gray; /* border color */
}

.nav ul li a:hover {
	color: yellow; /* submenu link color */
}

h3 {
	font-family: arial;
	font-weight: bold;
	font-size:   18px;
	color:       darkblue;
	margin:      10px 10px 10px; /*top, left, bottom*/
}

ul.enum {
	list-style: square;
}

.header {
	height: 200px;
	background: #FFFFFF;
	background: url("head.jpg") no-repeat left, linear-gradient(to right, white, white);
}

.footer {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 2px;
	background-color: #efefef;
	text-align: center;
}
