/*@import url(../style.css);
*/
/* look at <http://www.w3.org> for explanation of this, under
   Cascading Style Sheets, or CSS */

/* Netscape 4.08 doesn't seem to support any @import command */
/* But if it can't find the file, it ignores all stylesheet commands !??? */
/* Neither NS 4 nor Explorer 4  accept the "bare-string" url descriptor*/
/* IE breaks if try to use media specifier or put a space befor semicolon!*/


body, td, th {
	font-family: georgia, "dejavu serif", "times new roman", times, serif;
}
h1 {
	font-family: georgia, "dejavu serif", "times new roman", times, serif;
}
h3, h4 {
	font-family: "dejavu sans", tahoma, verdana, helvetica, sans-serif;
}

body
{
	margin: 0;
	padding: 0;
}

frame, frameset
{
	margin: 0;
	padding: 0;
}

table
{
	margin: 0;
	text-align : left;
}

td, th
{
	line-height: 120%;
}

th
{
	font-weight: normal;
	font-style: italic;
	text-align: left;
}

.listing th
{
	white-space: nowrap;
}

h1, h2, h3
{
	font-weight: bold;
}

h1
{
	font-style: normal;
	text-align: center;
}

h2
{
	font-size: xx-large;
}

h3, h4
{
	font-size: x-large;
}

h3
{
	font-size: large;
	font-style: normal;
	padding-top: 1ex;
}

h4
{
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	padding-top: 0.5em;
}

address
{
	line-height: 100%;
	font-style: normal;
}


