 

	H1 {
		font-family: Arial;
		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;
		font-size: x-large;
		font-weight: bold;
		color: #F5DEB3;
		background: #800000;
		text-align: center;
		padding: 3pt;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
	H3 {
		font-family: Arial;
		font-size: large;
		font-weight: bold;
		color: #F5DEB3;
		background: #800000;
		text-align: center;
		border-top: inset;
		border-bottom: inset;
		position: relative;
	}
	
	A {
		font-family: Arial;
		font-weight: bold;
		color: blue;
		text-decoration: underline;
		position: relative;
	}
	
	A:LINK {
		font-family: Arial;
		font-weight: bold;
		color: blue;
		text-decoration: underline;
		position: relative;
	}
	
	A:VISITED {
		font-family: Arial;
		font-weight: bold;
		color: blue;
		text-decoration: underline;
		position: relative;
	}
	
	B {
		font-family: Arial;
		font-weight: bold;
		color: #800000;
		position: relative;
	}
	
     DIV
       {		
	     position:relative;
          }

    .navigator
          {
             font-weight:bold;
             font-size:14px;
	     position:relative;
             visibility:visible;
             text-align:center;
          }

	I {
		font-family: Arial;
		font-weight: bold;
		font-style: italic;
		position: relative;
                font-size: large;
	}
	
	LI  {
		font-family: Arial;
		font-size: 10pt;
		color: #800000;
	}
	
        BLOCKQUOTE {
                font-family: Arial;
		font-size: medium;
		position: relative;
                color: #800000;
		font-weight: bold;
                text-align: center;
	}
              

	P {
		font-family: Arial;
		font-size: 12px;
		background: #800000;
		color: #F5DEB3;
		position: relative;
                text-align: center;
	}
	
	TD {
		font-family: arial;
		font-size: medium;
		font-weight: bold;
		color: #800000;
		background: #F5DEB3;

	}
	
	TH {
		font-family: sans-serif;
		font-size: medium;
		font-weight: bold;
		color: #FF0000;
		background: #FFFF00;
		text-align: center;
		position: relative;
	}
	
	PRE {
		font-family: monospace;
		font-size: medium;
		background: #CCFFFF;
		position: relative;
		left: 1cm;
	}
	
	.first {
		border-top: ridge;
		border-left: ridge;
		position: relative;
	}
	
	.last {
		border-bottom: ridge;
		border-right: ridge;
	}
	
 
