h4 {
		color: Black;
		padding-left: 5px;
		font-weight: bolder;
		padding-top: 3px;
		padding-bottom: 3px;
		font: bold;
		border-bottom: 1px dashed Red;
		}

body,td,th {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		line-height: 22px;
		}

H1 { 
		color: Red;
		font: normal bold medium;
		white-space: pre;
		}

H2 {
		color: Black;
		font: normal bold small;
		white-space: pre;
		}		
li {
		list-style-type: disc;
		text-indent: 5px;
		padding-top: 10px;
		}
		
INPUT,SELECT,TEXTAREA {
		font-size:8pt;
		background: White;
		color: Black;
		border: 1px solid black 
		}

.inp {
		border:1px solid black;
		padding:2px;
		height:16px;
		}
		
BUTTON {
		font-family:Geneva, Verdana, Arial, Helvetica, sans-serif;
		font-size:8pt;
		color: Black;
		line-height:14px;
		border: 1px solid Black;
		background-color: White;
		background: #FF8080;
		Padding: 0px;
		}

A { 
		color: black;
		background: #E7E7E7;
		text-decoration:none;
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left:0px;
		padding-right:0px;
		}

A:hover {
		background: #FFCACA;
		}
		
A.plain {
		text-decoration:underline;
		color: Red;
		background:#ffffff
		}
		
A.plain:hover {
		text-decoration:none;
		background:#ffffff 
		}

.small {
		font-size:xx-small;
		color: Black;
		line-height:12pt;
		font-weight: bold;
		}

.note {
background: #FF7171;
border: 1px solid black
font-size: xx-small;
font-variant: small-caps;
padding:1px;
 color: White;
 font-weight: bold;
}
