      H1    { 	font-size:     	2em; 
      			font-weight:	bold;
	        	font-family:   	univers,arial,helvetica,sans-serif }
      H2    {  	font-size:     	1.5em; 
	        	font-family:   	univers,arial,helvetica,sans-serif }
      H3    {  	font-size:     	1.2em;
      			font-style:	italic;
      			font-weight:	bold;
	        	font-family:   	univers,arial,helvetica,sans-serif }
      H4    {  	font-size:     	1.0em;
      			font-weight:	bold;
	        	font-family:   	univers,arial,helvetica,sans-serif }
      H5    {  	font-size:     	1.0em;
      			font-weight:	bold;
	        	font-family:   	univers,arial,helvetica,sans-serif }
      TD        {       font-family:    univers,arial,helvetica,sans-serif;
                      font-size:      1.0em; }
      SMALL   {       font-family:    univers,arial,helvetica,sans-serif;
                      font-size:      0.75em; }
      BLOCKQUOTE  {       font-family:    univers,arial,helvetica,sans-serif;
                      font-size:      1.0em; }
      CODE  {  	font-family:   	courier;
             	font-size:     	0.75em; }
      .head {	font-size:     	1.0em;
			font-weight:	bold;
	        	font-family:   	univers,arial,helvetica,sans-serif }
	UL 	{	list-style-image:	url("images/blueball.gif");
			font-size:	1.0em;
			font-family:	univers,arial,helvetica,sans-serif}
	OL 	{	list-style-image:	url("images/blueball.gif");
			font-size:	1.0em;
			font-family:	univers,arial,helvetica,sans-serif}
	UL UL	{	list-style-image:	url("images/blueball.gif");
	                font-size:      0.75em;
		        font-family:    univers,arial,helvetica,sans-serif}


      BODY  { 	font-family:   	univers,arial,helvetica,sans-serif;
               	font-size:     	1em;
               	font-style:    	none }

	a:hover { color: fuchsia; border: none; }


#background {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 0;
}

#page_content {
	position:relative;
	z-index: 1;
}

.page_tile_top {
	margin: 0;
	padding: 0;
	padding-top: 10;
}


.page_tile_bottom {
	margin: 0;
	padding: 0;
	padding-bottom: 10;
}

.smalltable {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	font-weight: bold;
}



