body, p, h1, h2, h3, h4, h5, h6, td, ol, li, ul, table, dl, dt, dd, a 
	{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 10pt;
	}

BODY {
	text-align: left;
	margin-top: 5;
	margin-left: 5;
	color: Black;
}

caption
	{
	font-size: 90%;
	font-weight: bold;
	align: top;
	}

span.emphasis
	{
	font : bold italic;
	}

A:link {
	color = blue
	}

A:visited {
	color = #004000
	}

A:active 
	{
	color = #0000FF
	}

p	
	{
	margin-left: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
	}
	

p.indent
	{
	margin-left: 3em;
	}

p.indent2
	{
	margin-left: 6em;
	}
	
p.indent3
	{
	margin-left: 9em;
	}

p.large
	{
	font-weight : bold;
	font-size: 110%;
	}
p.center
	{
	text-align: center;
	}

P.bold {
	font-weight : bold;
	}

.small {
	font-style: none;
	font-size: 70%;
	}
	
P.smallno 
	{
	font-size: 70%;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

P.xsmall 
	{
	font-size: xx-small;
	}

P.sm_italics 
	{
	font-style: italic;
	font-size: 8pt;
	}

LI 	 
	{
	list-style-type : circle;
	}

TD, TR {
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	}
table.format
	{
	border-collapse: separate;
	width: 710px;
	text-align: left;
	border: outset 3pt;
	empty-cells: show;
	border-top-color: Black;
	border-left-color: Black;
	border-right-color: Black;
	border-bottom-color: Black;
}
	
td.format
	{
	border: 3px double #000000;
	padding: 3px;
	text-align: left;
	width: 50%;
	vertical-align: top;
}
	
td.tech
	{
	padding: 3px;
	text-align: left;
	width: 50%;
	vertical-align: top;
	}
	
span.bold
	{
	font-weight: bold;
	}
	
TD.question {
	width: 500px;
	font-family : inherit;
	font-size : inherit;
}

TD.response {
	width: 30px;
	font-family : inherit;
	font-size : inherit;
}

TD.header 
	{
	font-family : inherit;
	font-size : inherit;
	padding-bottom : 0px;
	padding-top : 10px;
	}

H1	 
	{
	font-size : large;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	text-align : center;
	}

H1.nomargin	 
	{
	font-size : large;
	font-style : italic;
	font-variant : normal;
	font-weight : bold;
	text-align : center;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

H2 	{
	font-size : 130%;
	font-style : italic;
	font-weight : bold;
	text-align : center;
	}

H3 	{
	font-size : 120%;
	font-style : italic;
	font-weight : normal;
	text-align : left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	}

H3.center {
	font-size : 120%;
	font-style : italic;
	font-weight : normal;
	text-align : left;
	text-align : center;
	}
h4
	{
	font-size: 110%;
	text-align: left;
	font-weight : bold;
	margin-bottom : 0pt;
	margin-top : 0pt;
	}
DT	 {
	font-size : large;
	font-style : normal;
	font-weight : bold;
	text-align : left;
	}