

a.right:link
				{
				    color: #DDDDDD;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a.right:active
				{
				    color: #DDDDDD;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a.right:visited
				{
				    color: #DDDDDD;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a.right:hover
				{
				    border-bottom: 1px dotted gray;
				    color: #EEEEEE;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}


a:link
				{
				    color: #2222FF;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a:active
				{
				    color: #222222;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a:visited
				{
				    color: #2222FF;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;
				}

a:hover
				{
				    color: gray;
				    font-family: verdana;
				    font-size: 11px;
				    text-decoration: none;

				}

a.none                          {
				    text-decoration: none;
                                }

body
				{
				    font-family: verdana;
				    font-size: 11px;    
				}
input
				{
				    border: 1px solid black;
				    font-size: 11px;
				    color: black;
				}
/*
input:focus
				{
				   background-color: red;
				}
*/

input.button
				{
				    border: 1px solid #003366;	
				    font-size: 12px;
				    font-family: sans-serif;
				}

pre
				{
				    font-family: helvetica;
				    font-size: 12px;
				}

textarea
				{
				    border: 1px solid black;
				    color: black;
				    font-family: verdana;
				    font-size: 11px;
				}

td				
				{
				    font-family: verdana;
				    font-size: 11px;    
				}

td.bar
				{
				    border-bottom: 2px dotted black;
				    font-size: 12px;
				    font-weight: bold;
				}
				
				
td.box1
				{
				    background-color: #a0a0a0;
				    border: 1px solid black;
				}


td.box2
				{
				    background-color: #e0e0e0;
				    border-bottom: 1px solid black;
				    border-left: 1px solid black;				    				    
				    border-top: 1px solid black;
				}

td.box3
				{
				    border-bottom: 1px solid black;				
				    border-left: 1px solid black;				    
				    border-right: 1px solid black;				
				}


td.head
				{
				    background-color: navy;
				    color: white;
				    font-weight: bold;
				}

td.row1
				{
				    background-color: #EEEEEE;
				}

td.row2
				{
				    background-color: #CCCCCC;
				}


td.unix
				{
				    font-family: arial;
				    font-size: 11px;				    
				    background-color: white;
				    border-bottom: 1px dotted #CCCCCC;
				    vertical-align: top;
				}

td.unixleft
				{
				    font-family: arial;
				    font-size: 11;
				    font-weight: bold;
				    background-color: white;
				    border-bottom: 1px dotted #CCCCCC;
				    border-right: 1px solid black;
				    vertical-align: top;
				}


.box
				{
				    border: 1px;
				    border-style: dashed;
				    border-color: #333333;
				    background-color: #e0e0e0;
				    font-family: verdana;
				    padding: 5px;
				    line-height: 12px;
				    -moz-border-radius: 9px 9px 9px 9px;
				    border-radius: 9px 9px 9px 9px;
				}
				
