/************************/
/* base styles          */
/************************/

body {
	margin: 0px;
	background-color: white;
//	background-color: #cacce3;
}

div,td,th,p,font,li,ul,dt,dd,dl,form,blockquote,tr,table,h1,h2,h3,h4,h5,textarea,select,input
{
	/* set explicit default for IE */
	/* position: relative; */
	font-family: verdana,helvetica,Arial,sans-serif;
	font-size: 8pt;
	z-index:0; 
}

h1 { font-size: 14pt; }
h2 { font-size: 12pt; }
h3 { font-size: 10pt; }
h4, h5 { font-size: 9pt; }
h6, h7 { font-size: 8pt; }

a:link { font-weight: bold; }
a:visited { font-weight: italic; }
//a:link { color: #000066; text-decoration:none; }
//a:visited { color: #000066; text-decoration:none; }
//a:active { color: #000066; text-decoration: none; }
//a:hover { background-color:#000066; color: #ffffff; text-decoration: none; }

// table

dt { font-weight: bold; }

textarea {
	color: #000000;
	border: 1px #000000 solid;
	width: 200px;
}

select {
	color: #000000;
	width: 200px;
	z-index:1;
}

