.h1 {
	font-family : times, times new roman, times roman, Verdana, Helvetica, sans-serif;
	font-size : 25px;
	color : #000000;
}
.h2 {
	font-family : times, times new roman, times roman, Verdana, Helvetica, sans-serif;
	font-size : 20px;
	color : #000000;
}
.h1_big {
	font-family : Verdana, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
}
.txt1 {
	font-family : times, times new roman, times roman, Verdana, Helvetica, sans-serif;
	font-size : 18px;
	color : #000000;
}
.txt2 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
}
.txt3 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 14px;
	color : #000000;
}
.history {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 16px;
	color : #000000;
	margin-bottom: 7px;
	margin-top: 0px;
}
.comment  {
	font-family : times, times new roman, times roman, Verdana, Helvetica, sans-serif;
	font-size : 18px; Font-weight: bold; Font-style: italic;
	color : #008000;
}

A.tx1:link { COLOR: #0000FF; FONT-SIZE: 18px; Font-weight: bold; TEXT-DECORATION: none; FONT-FAMILY: times, times new roman, times roman, Verdana, Helvetica, sans-serif;}
A.tx1:active { COLOR: #FF0000; Font-weight: bold; FONT-SIZE: 18px; TEXT-DECORATION: none; }
A.tx1:visited { COLOR: #0000FF; Font-weight: bold; TEXT-DECORATION: none; FONT-SIZE: 18px;}
A.tx1:hover { COLOR: #FF0000; Font-weight: bold; TEXT-DECORATION: none; FONT-SIZE: 18px;}

A.l1:link { COLOR: #ffffff; FONT-SIZE: 11px; TEXT-DECORATION: none; FONT-FAMILY: Verdana;}
A.l1:active { COLOR: #ffffff; FONT-SIZE: 11px; TEXT-DECORATION: none; }
A.l1:visited { COLOR: #ffffff; TEXT-DECORATION: none; FONT-SIZE: 11px;}
A.l1:hover { COLOR: #ffffff; TEXT-DECORATION: none; FONT-SIZE: 11px;}

A.tx2:link { COLOR: #0000FF; FONT-SIZE: 15px; Font-weight: bold; TEXT-DECORATION: none; FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;}
A.tx2:active { COLOR: #00FF00; Font-weight: bold; TEXT-DECORATION: none; FONT-SIZE: 15px; }
A.tx2:visited { COLOR: #0000FF; Font-weight: bold; TEXT-DECORATION: none; FONT-SIZE: 15px;}
A.tx2:hover { COLOR: #00FF00; Font-weight: bold; TEXT-DECORATION: none; FONT-SIZE: 15px;}

A.l2:link { COLOR: #29CB42; FONT-SIZE: 12px; Font-weight: bold; TEXT-DECORATION: none; FONT-FAMILY: Verdana, Helvetica, sans-serif;}
A.l2:active { COLOR: #0000FF; FONT-SIZE: 12px; Font-weight: bold;}
A.l2:visited { COLOR: #29CB42; TEXT-DECORATION: none; Font-weight: bold; FONT-SIZE: 12px;}
A.l2:hover { COLOR: #0000FF; TEXT-DECORATION: none; Font-weight: bold; FONT-SIZE: 12px;}

A.l3:link { COLOR: #000000; FONT-SIZE: 12px; TEXT-DECORATION: none; FONT-FAMILY: Verdana, Helvetica, sans-serif;}
A.l3:active { COLOR: #FF0000; FONT-SIZE: 12px;}
A.l3:visited { COLOR: #000000; TEXT-DECORATION: none; FONT-SIZE: 12px;}
A.l3:hover { COLOR: #FF0000; TEXT-DECORATION: none; FONT-SIZE: 12px;}

ul.greenarrow {
  list-style-image: url('pics/bullet_030.gif')
}
ul.whiteball {
  list-style-image: url('pics/bullet_083.gif')
}
ul.whitediamond {
  list-style-image: url('pics/bullet_026.gif')
}
ul.reddiamond {
  list-style-image: url('pics/bullet_066.gif')
}


.dialog {
 width:69%;
 margin:0px auto;
 min-width:8em;
 color:#FFFF00;
}

.dialog .hd .c,
.dialog .ft .c {
 font-size:1px; /* ensure minimum height */
 height:13px;
}

.dialog .ft .c {
 height:14px;
}

.dialog .hd {
 background:transparent url(css-pics/tl.gif) no-repeat 0px 0px;
}

.dialog .hd .c {
 background:transparent url(css-pics/tr.gif) no-repeat right 0px;
}

.dialog .bd {
 background:transparent url(css-pics/ml.gif) repeat-y 0px 0px;
}

.dialog .bd .c {
 background:transparent url(css-pics/mr.gif) repeat-y right 0px;
}

.dialog .bd .c .s {
 margin:0px 8px 0px 4px;
 background:#E9EBE7 url(css-pics/ms.jpg) repeat-x 0px 0px;
 padding:0.8em;
}

.dialog .ft {
 background:transparent url(css-pics/bl.gif) no-repeat 0px 0px;
}

.dialog .ft .c {
 background:transparent url(css-pics/br.gif) no-repeat right 0px;
}


/* content-specific */

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 margin-top:-0.6em;
}

.dialog p {
 margin:0.0em 0px 0px 0px;
 padding:0px;
 font:0.95em/1.0em arial,tahoma,"sans serif";
 Font-weight:bold;
}

html>body .dialog pre {
 font-size:1.1em;
}


















