body, td {
	font-family: Verdana; 
	font-size: x-small;
}

A:link { 
	color:#0000ff; 
	text-decoration:none;
}
A:visited { 
	color:#0000ff; 
	text-decoration:none;
}
A:hover { 
	color:#3366ff; 
	text-decoration:underline;
}

h1 {
	font-family: Arial; 
	font-size: small; 
	margin-top: 12;
	margin-bottom: 6;
	margin-left: 0;
	margin-right: 12;
}

h1.title {
	color: #0005a0;
}

h2 {
	font-family: Arial; 
	font-size: x-small; 
	font-style: italic;
	margin-top: 12;
	margin-bottom: 6;
	margin-left: 0;
	margin-right: 12;
}

p {
	font-family: Verdana; 
	font-size: x-small;
	margin-top: 6;
	margin-bottom: 6;
	margin-left: 0;
	margin-right: 12;
}

.small {
	font-size: xx-small;
}

.footer {
	font-family: Verdana; 
	font-size: 10;
	color: black;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}

A.footer:link { 
	color: black;
	text-decoration:none;
}
A.footer:visited { 
	color: black;
	text-decoration:none;
}
A.footer:hover { 
	color: black;
	text-decoration:underline;
}

A.deemedia:link { 
	color:#000000; 
	text-decoration:none;
}
A.deemedia:visited { 
	color:#000000; 
	text-decoration:none;
}
A.deemedia:hover { 
	color:#000000; 
	background-color:#ffffff;
	text-decoration:underline;
}

A.menu:hover { 
	background-color:#eeeeee;
}

#tooltip {
	background: #FFFFE1;
	border: 1px solid #000000;
	text-align: justify;
	font: 11px Verdana, Helvetica, Sans-serif;
	margin: 0px;
	-moz-border-radius: 8px;
	padding: 3px 3px;
	position: absolute;
	visibility: hidden
}

hr {
	border-style: groove;
	border-width: 1;
	margin-top: 3;
}