body {
	color: black;
	font-size: 85%;
	font-family: times;
}

table {
	font-size: 100%;
}

a {
	color: darkred;
}

a:hover {
	color: red;
}

div.menu {
	margin-top: 5px;
	margin-bottom: 15px;
}

div.menu div.menu {
	margin-top: 3px;
	margin-bottom: 6px	
}

div.menu a {
	color: white;
	margin-left: 5px;
	font-size: 110%;
}

div.menu strong {
	color: #ECDC81;
	margin-left: 5px
}

div.menu a:hover {
	color: #EEE883
}

div.menu div.menu a, div.menu div.menu strong {
	margin-left: 15px
}

h1, h2, h3, h4, h5, h6 {
	font-family: arial;
}

h1 {
	font-size: 140%;
}

h2 {
	font-size: 125%;
}

p {
	text-align: justify;
}

small {
	font-size: 70%
}

input, select, textarea {
	font-family: times;
	font-size: 100%;
}

table.edit_table {
    width: 100%;
    background: #000000;
}

table.edit_table td {
    text-align: center;
    background: #E5EEF2;
}

table.edit_table th {
   text-align: center;
   background: #014661;
   color: #FFFFFF;
}