/* Main www.HyperLoop Style Sheet*/
BODY  {
	position : static;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : #000000;
	background-color : #FFFFFF;
	margin: 4px;	/* background-image: url(back.gif); */
}

P  {
	/* top : 4px; */
	/* left : 4px; */
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	color : black;
}

/*
H1, H2, H3, H4, H5, H6, P, UL, OL, LI, DIR, MENU, DIV, 
DT, DD, ADDRESS, BLOCKQUOTE, PRE, HR  {
	display : block;
}

B, STRONG, I, EM, CITE, VAR, TT, CODE, KBD, SAMP, 
BR, IMG, SPAN  {
	display : inline;
}
*/

H1  {
	margin-top : 0;
	margin-bottom : 0;
	text-align : left;
	font-family : "Times New Roman", Times, serif;
	font-size : 18pt;
	line-height : 24pt;
	color : #006600;
}

H2  {
	margin-top : 0;
	margin-bottom : 0;
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	color : #006600;
}

H3  {
	margin-top : 0;
	margin-bottom : 0;
	font-family : arial;
	font-size : 14pt;
	color : #006600;
}


B, STRONG  {
	font-weight : bold;
}

/* relative to the parent*/
I, CITE, EM, VAR, ADDRESS{
	font-style : italic;
}

PRE, TT, CODE, KBD, SAMP  {
	font-family : monospace;
}

PRE  {
	/*white-space : pre;*/
	font-size : 10pt;
}

ADDRESS  {
	margin-left : 0;
	font-size : 10pt;
}

BLOCKQUOTE  {
	margin-left : 0;
	margin-right : 0;
}

UL  {
	list-style : circle;
	margin-left : 10px;
	font-family : helvetica;
	font-size : 12pt;
	line-height : 18pt;
}

OL  {
	list-style : decimal;
	margin-left : 10px;
	font-family : helvetica;
	font-size : 12pt;
	line-height : 18pt;
}

MENU  {
	margin : 0;
}

DT  {
	margin-bottom : 0;
	font-family : helvetica;
	font-size : 12pt;
}

DD  {
	margin-top : 0;
	margin-left : 1em;
	font-family : helvetica;
	font-size : 12pt;
}

TD  {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	margin: 4px;
	padding: 4px;
}

TH  {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

TR  {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
}

HR  {
	border-top : solid;
	color : Black;
	border : thin;
}

/* 'border-bottom' could also have been used*/
A:link  {
	/*color : blue;*/
	color : rgb(0,0,160);
}

/* unvisited link*/
A:visited  {
	/*color : blue;*/
	color : rgb(0,0,160);
}

/* visited links*/
A:active  {
	color : red;
}

.indented  {
	padding-left : 30pt;
}

.counter  {
	font-size : 12pt;
	line-height : 18pt;
	font-family : Modern;
	color : Red;
	display : block;
}

.info  {
	font-size : 10pt;
	font-family : arial;
	font-weight : normal;
	font-style : italic;
	color : Green;
	text-align : center;
	display : block;
}

.details  {
	font-size : 10pt;
	font-family : arial;
	font-weight : normal;
	font-style : italic;
	display : block;
}

.smallbold  {
	font-size : 10pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	/*display : inline;*/
}

.bigbold  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : Black;
	/*display : inline;*/
}

.title  {
	margin-top : 0;
	margin-bottom : 0;
	text-align : center;
	font-family : arial;
	font-size : 18pt;
	line-height : 28pt;
	/*color : blue;*/
	color : rgb(0,0,160);
	display : block;
}

.bottomimage {
	position : absolute;
	bottom : 0%;
	text-align : center;
	display : block;
	clear : both;
}


BLOCKQUOTE   { 
	font-style : italic;
 } 
