body {
	font-family : Arial, Helvetica;
	font-size : 8pt;
	margin : 0px;
}

table.content {
	border : 2px solid Black;
}

td {
	font-size : 8pt;
	background-color : #D3D3D3;
	padding-top : 5px;
	padding-bottom : 3px;
}
		
td.menu {	
	border-bottom : 1px solid Gray;
	padding-top : 0px;
	padding-bottom : 0px;
}

td.login {
	font-size : 8pt;
	background-color : transparent;
}

td.entry {
	border-bottom : 1px solid Gray;
	padding-left : 5px;
	padding-right : 5px;
	padding-bottom : 4px;
}

th {
	font-size : 8pt;
	background-color : Silver;
	border-bottom : 2px solid Gray;
	padding-left : 10px;
	padding-right : 10px;
	padding-top : 2px;
	padding-bottom : 5px;
}

th.head {
	font-size : 12pt;
	padding-top : 20px;
	padding-bottom : 15px;
}

th.new {
	text-align : right;
	border-bottom : 1px solid Gray;
	background-color : #D3D3D3;
	padding-top : 5px;
	padding-bottom : 3px;
}

h1 {
	text-align : right;
	font-style : italic;
	padding-right : 20px;
}

form {
	padding : 0px;
	margin : 0px;
}

input.login {
	margin-left : 5px;
	border : 1px solid #5177bd;
}

a {
	text-decoration : none;
	color : Black;
	font-style : italic;
}

a:hover {
	text-decoration : none;
	color : Red;
}

