body, body div, body p, body th, 
body td, body li, body dd    {
    
	font-family:  Trebuchet MS, Lucida Sans, Tahoma, Verdana, Arial, sans-serif;
    /* more specific to override imported rule */
    font-size:    x-small;      
    /* false value for WinIE4/5 */
    voice-family: "\"}\"";   
    /* trick WinIE4/5 into thinking rule is over */
    voice-family: inherit;   
    /* recover from trick */
    font-size:    x-small;
    /* intended value for better browsers */
    
    }

html>body, html>body div, html>body p, 
html>body th, html>body td, 
html>body li, html>body dd    {
    font-size:    small
    /* be nice to Opera */
    background: #fff url(_themes/riggins/netbkgnd.gif) repeat-x;
    }

h1 {
   color: #999900;
   font-size: 24px;
}

h2 {
   color: #999900;
   font-size: 14px;
}

h3 {
   color: #669999;
   font-size: 18px;
}

h4 {
   color: #669999;
   font-size: 14px;
}

div.centered {
             text-align: center;
}
div.centered table {
             margin: 0 auto; 
             text-align: left;
}

.tableclosed {
            text-align: left;
            border-style:solid;
            border-width:0;
            border-collapse: collapse            
           }

.tableclosed th {
            margin-left: auto;
            margin-right: auto
            font-size: 8pt;
            font-weight: 700;
            font-style: normal;
            text-decoration: none;
            text-align: center;
            vertical-align: bottom;
            white-space: nowrap;
            border-top: 1px solid #999900;
            border-right: 1px solid #999900;
            border-bottom: 1px solid #999900;
            border-left: 1px solid #999900;
            padding-left: 1px;
            padding-right: 1px;
            padding-top: 1px;
            }
            
.tableclosed td {
            font-size: 8pt;
            /*font-weight: 700;*/
            font-style: normal;
            text-align: center;
            text-decoration: none;
            vertical-align: bottom;
            white-space: nowrap;
            border-top: 1px solid #999900;
            border-right: 1px solid #999900;
            border-bottom: 1px solid #999900;
            border-left: 1px solid #999900;
            padding-left: 2px;
            padding-right: 2px;
            padding-top: 1px;
            padding-bottom: 1px;
            }
            
td.tdright {
      text-align: right;
}

img {	border-color: #5f5f5f; }

/* Custom link styles */
a:active {
	/*text-decoration: none;*/
    text-decoration: underline;
	color: #002266;
}
a:visited {
	/*text-decoration: none;*/
    text-decoration: underline;
	color: #002222;
}
a:hover {
	text-decoration: underline;
	color: #0022aa;
    
}
a:link {
    text-decoration: underline;
	/*text-decoration: none;*/
	color: #333333;    
}

.comment {
	font-weight: bold;
	font-size: 14px;
	color: #222222;
	}