body, p, td { font-family: arial, helvetica, verdana, tahoma; font-size: 12px; }

p { margin-top: 7px; margin-bottom: 5px }

ul, ol, li	{ margin-top: 5px; margin-bottom: 5px; margin-left: 12px }
ol			{ margin-top: 5px; margin-bottom: 5px; margin-left: 20px }

a:link		{ font-size: 12px; text-decoration: underline; color: blue;}
a:visited	{ font-size: 12px; text-decoration: underline; color: blue;}
a:hover, a:active { font-size: 12px; text-decoration: none; color: blue;}

H1			{ font-size: 18px; font-weight: bold; margin-top: 5px; margin-bottom: 5px; }
H2			{ font-size: 16px; font-weight: bold; margin-top: 15px; margin-bottom: 5px; }
H3			{ font-size: 14px; font-weight: bold; font-style: italic; margin-top: 15px; margin-bottom: 5px; }
H4			{ font-size: 12px; margin-top: 15px; margin-bottom: 5px; }
H5			{ font-size: 12px; font-style: italic; margin-top: 15px; margin-bottom: 5px; }
TH			{ font-size: 13px; background-color: #336699; color: #FFFFFF; font-weight: bold; text-align: left; padding : 3px; }
TD			{ font-size: 12px; background-color: #F4F4F4; color: #000000; vertical-align: top; padding : 3px; }

PRE.code	{ margin: 5px 50px 5px 10px;  background-color: #eeeeee; border: 1px solid Silver; padding: 5px}
.flow		{ margin: 5px 10px 5px 0px; background-color: #eeeeee; border: 1px solid Silver; padding: 5px}
.hrow		{ background-color: #D8F1F1; font-weight: bold; }


P.flow a:link		{ font-size: 12px; text-decoration: none; color: blue;}
P.flow a:visited	{ font-size: 12px; text-decoration: none; color: blue;}
P.flow a:hover		{ font-size: 12px; text-decoration: underline; color: blue;}
P.flow a:active		{ font-size: 12px; text-decoration: underline; color: blue;}

.nobr { 
	white-space: nowrap;
}