H1 {
		font-family: Arial, Helvetica,sans-serif;
		font-size: xx-large;
		font-weight: bold;
		color: #800000;
		background: #FFFFCC;
		text-align: center;
		padding: 4pt;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
	H2 {
		font-family: Arial, Helvetica,sans-serif;
		font-size: x-large;
		font-weight: bold;
		color: #FFFFCC;
		background: #800000;
		text-align: center;
		padding: 3pt;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
	H3 {
		font-family: Arial, Helvetica,sans-serif;
		font-size: 44px;
		font-weight: bold;
		color: #ff6633;
		position: relative;
	}
	a:link {
		color: #4c4c4c;
		text-decoration: none;
	}
	a:active {
		color: #ff0000;
		text-decoration: underline;
	}
	a:visited {
		color: #999999;
		text-decoration: none;
	}
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
	B {
		font-weight: bold;
		font-size:10px;
		color: #ff6633;
		position: relative;
	}
	
	I {
		font-style: italic;
		position: relative;
	}
	
	LI  {
		font-family: Arial, Helvetica,sans-serif;
		font-size: 10px;
		position: relative;
	}
	
	P {
		font-family: Arial, Helvetica,sans-serif;
		font-size: 12px;
		font-style: bold;
		position: relative;
	}
	TD {
		font-family: Arial;
		font-size: 10px;
	}
	
	.border {
		font-family: Arial, Helvetica,sans-serif;
		font-size: 10px;
		position: relative;
		border-top: solid;
		border-bottom: solid;
		border-right: solid;
		border-left: solid;
		border-width: 1px;
		border-color: #999999;
	}
	
	PRE {
		font-family: Arial, Helvetica,sans-serif;
		font-size: medium;
		background: #CCFFFF;
		position: relative;
		left: 1cm;
	}
	STRONG {
		font-style:bold;
		color:#ff6633;
	}
	

