body {
    color: #000; background: #fff;
    padding: 0px;
    margin: 0px;
    margin-left: 3px;
    border: solid #DDDDDD 1px;
}


body, p, div, td, span, th, li{
	font-family: arial,sans-serif;
}

a:link, a:visited {  
    text-decoration: none; 
	color: #000044;
}

a:hover { 
    text-decoration: underline; 
	color: #dd0000;
}



#headert {
    background: #000044 url("/docs/img/hdrback.png") bottom right repeat-x;
}
#header {
    position: relative;
    height: 60px;
    padding: 0px;
    margin: 0px;
	width: 1000px;
	
} 

#header #tabs {
	display: inline;
    width: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}

#tabs li.tab {
    position:relative;
    float: left;
    background: transparent url("/docs/img/hdrtab.gif") 100% -600px no-repeat;
    padding: 0 6px 0 0;
    margin: 0 1px 0 0;
    border-bottom: 1px solid #515358;
    font-size: 12px;
}

#tabs li.tab a.tab {
    float: left;
    display: block;
    padding: 4px 4px 4px 10px;
    background: transparent url("/docs/img/hdrtab.gif") 0% -600px no-repeat;
    font-family:arial,sans-serif;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

li.tab ul {
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 22px;
    left: 0px;
    width:143px;
    padding: 0px;
    padding-right:3px; 	
    margin: 0px;
    border: outset #AAAAAA 3px;
    border-top: none;
    background: #88909C;
    z-index: 5;
}

.tab > ul {
    top: auto;
    left: auto;
    voice-family: "\"}\"";
    voice-family:inherit;
    width:140px;
}

.tab > ul {
}

li.tab ul li {
    padding:2px;
}

li.tab ul li a {
    color: white;
    font-size: 12px;
    font-family:arial,sans-serif;
	font-size: 11px;
    text-decoration: none;
}

li.tab:hover > a { 
    background-position: 0% -400px; 
}

li.tab:hover  { 
    background-position: 100% -400px; 
}

#tabs li.tab a:hover, li.tab ul a:hover {
    color:#580567;
    text-decoration: none;
}

li.tab:hover ul, li.sfhover ul { 
    visibility:visible;
}



#content, #content td {
    list-style:none;
    margin:0px;
	font-family: Arial;
	font-size: 12px;
	padding: 6px 6px 6px 6px;  

}

#menucontainer h3{
	font-size: 14px;
} 
#menucontainer li, a, div, p{
	font-size: 12px;
}


.list tr.odd{
	background-color: #f1f1f1;

}






