/* CSS Document */
    <style type="text/css">
    v\:* {
      behavior:url(#default#VML);
    }
@font-face {
    font-family: DeliciousRoman;
    src: url(http://www.font-face.com/fonts/delicious/Delicious-Roman.otf);
    font-weight:400;
}

.textfield {
font-size: 16px;
font-weight: bolder;
margin:3px;
height:20px;
border:solid 0 #fff;
color: Teal;
}

A:link {text-decoration:none; color:#2060ff;}
A:visited {text-decoration:none; color:#4080ff;}
A:active {text-decoration:none; color:#4080ff;}
A:hover {text-decoration:none; color: #0000c0;}
	
	/* general headline setup */
	h1, h2, h3, h4, h5, h6 {
		color: black;
		background-color: transparent;
		font-family: DeliciousRoman, Helvetica, Arial, Lucida, Verdana, sans-serif;
		font-size: 80%;
		font-weight: normal;
		margin-left:    0;
		margin-right:   0;
		margin-top:     0;
		margin-bottom:  .25em;
		padding-left:   0;
		padding-right:  0;
		padding-top:    0;
		padding-bottom: 0;
		border-bottom: 1px dotted #bbbbbb;
		clear: left;
	}
	
	/* special headlines */
	h1 {font-size: 220%; margin-left: 0px; font-weight: normal; border-bottom: none; color: #0030a0}
	h2 {font-size: 16px; margin-left: 0px; font-weight: bolder}
	h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
	h4 {font-size: 120%; margin-left: 0px; border-bottom: none; font-weight: bold;}
	h6 {font-size: 20px; margin-left: 0px; color: #8cacbb; font-weight: bolder;}
	h5 {font-size: 220%; margin-left: 0px; color: #00aa30; font-weight: bold;}
	/* inline tables */
	table.inline {
	  background-color: #ffffff;
	  border-spacing: 0px;
	  border-collapse: collapse;

	}
	
	table th.inline {
	  padding: 3px;
	  border: 1px solid #8cacbb;
	  background-color: #dee7ec;
	}

	table td.inline {
	  padding: 3px;
	  border: 1px solid #8cacbb;
	}

	table.inline2 {
	  background-color: #ffffff;
    border: 0px solid;
	  border-spacing: 0px;
	  border-collapse: collapse;
	}
	
	table.inline2 th {
	  padding: 0px;
	  border: 1px solid #8cacbb;
	  background-color: #dee7ec;
	}

	table.inline2 td {
	  padding: 0px;
	  border: 1px solid #8cacbb;
	}
	
   .style1 {font-size: 80%; color: black;}
   .style2 {font-size: 100%; color: red;}
   .style3 {font-size: 120%; color: blue; font-weight: bolder}
   .style4 {font-size: 160%; color: blue; font-weight: bolder}
   .style5 {font-size: 12px; color: black; font-weight: normal}
   .style6 { color: green; font-weight: normal}
   .style7 {font-size: 12px; color: black; font-weight: normal}
   .style8 {font-size: 12px; color: red;}
   .style9 {font-size: 14px; color: black; font-weight: normal}
   .style10 {font-size: 200%; margin-left: 0px; color: #5c964c; font-weight: bold;}
   .style11 {font-size: 10px; color: teal; font-wight: bolder;}
   .style12 {font-size: 16px; color: darkslategray; font-weight: normal}
   .style13 {font-size: 300%; margin-left: 0px; color: #e6ea00; font-weight: bold;text-decoration:none;}
   .style14 {font-size: 300%; margin-left: 0px; color: #09208a; font-weight: bold;text-decoration:none;}
   .style15 {font-size: 300%; margin-left: 0px; color: #79151d; font-weight: bold;text-decoration:none;}
   .style16 {font-size: 10px; color: green: text-decoration:underline;}

OPTION.red{background-color:white; color:red}
OPTION.gold{background-color:white; color:#DAA520}
   
    
    #dynamicTableMenu
    {
      position: absolute;
      background: white;
      border: 2px ridge black;
      padding: 5px;
      text-align: center;
      cursor: pointer;
    }
    
    #dynamicTableMenu ul, #dynamicTableMenu ul
    {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: left;
    }
    
    #dynamicTableMenu button
    {
      margin-top: 10px;
    }
    
    #neighbors thead
    {
      cursor: pointer;
    }
    

#router  { clear:both; height: 400px; background-repeat: no-repeat;margin: 0 10 0 0; }
#router2 { margin: 0px 0px 0px 0px; padding: 0px; }

.flowing { clear:left; float:left; overflow:visible; margin: 0px 0px 0px 0px; height:20px; }

</style>

