@import "styles.css";
@import "styles2.css";

body	{
	margin:	0;
	/*margin:0;*/
	font-family:  Verdana, Arial, Geneva, sans-serif;
	font-size: 0.9em;
	color:	#000;
	background : #fff;
	border:0;
	}
p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 0.9em;
    }
a	{
	text-decoration:	underline;

	}
/*a:link	{
	color:	#999;
	background-color: transparent;
	}
a:visited	{
	color:	#999;
	background-color: transparent;
	}
a:active	{
	color:	#000;
	background-color: transparent;
	}
a:hover	{
	color:	#066;
	background-color: transparent;
	text-decoration:	underline overline; 
	}*/
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
p {
	margin-top: 0; padding-top: 0;
	line-height: 1.5em;
	}
h1	{
	font-size:	2em;
	}

h2	{
	font-size:	1.4em;
	}

h3	{
	font-size:	1.2em;
	}

h4 {
	font-size:	1.1em;
	}

h5	{
	font-size:	0.9em;
	}

h6	{
	font-size:	0.9px;
	}

img, img a {border-width: 0}

acronym {
	background-color : #FC9;
	}
sup, sub {
	font-size: 50%
}