body,td,a,p,div
{
 font-family:tahoma,arial,helvetica,sans-serif;
 font-size: 11px;
}

body
{
 margin: 0px;
 text-align: center;
}

th
{
    font-weight: bold;
}    

table.data tr th
{
    background-color: #CCCCCC;
    text-align: left;
    padding: 2px;
}    

table.data tr td
{
    padding: 2px;
}    


form
{
 padding: 0px;
 margin: 0px;
 border: 0px;
}

input, select, textarea, button
{
 font-family:tahoma,arial,helvetica,sans-serif;
 font-size: 10px;
 padding: 0px;
 margin: 0px;
}

div#header
{
 display: none;
 text-align: center;
 background-image: url(title3.jpg);
 height: 130px;
 background-repeat: no-repeat;
 background-position: center center;
 clear: both;
 margin-bottom: 10px;
}

div#navi
{
 display: none;
 width: 180px;
}

div#content
{
 padding: 0px;
 margin: 0px;
}

div#content_min_height
{
 display: none;
 float: right;
 width: 1px;
 height: 300px;
}


div#main
{
 background-color: white;
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}

div#header_print
{
 font-size: 16pt;
 font-weight: bold;
 margin-bottom: 20px; 
}


div#footer
{
 clear: both;
 text-align: center;
 color: #cccccc;
 padding: 5px;
}

ul.navi 
{ 
 list-style-type: none; 
 margin-left:	 0px;
 margin-bottom: 10px;
 margin-top: 10px;
 padding: 3px;
    font-weight: bold;
    background-color: #eeeeee;
    background-image: url(fade.gif);
    border-left: 2px;
    border-top:	 2px;
    border-bottom:	 2px;
    border-right:	 0px;
    border-style:	solid;
	border-color:	#dddddd;
    }

ul.navi li {  padding:	 0px; margin:	0px;	}
	    
ul.navi2 { 
    list-style-type: none;
    font-weight: normal;
    margin-left: 10px;
    margin-top:	 3px;
	margin-bottom:	 0px;
	padding:	 0px;
    }


ul.navi2 li { padding: 3px; margin:	 0px; }

h1 { font-size:	 15px; margin-top: 4px; margin-bottom: 4px; }
h2 { font-size:	  14px;  margin-top:	 4px; margin-bottom:	 4px;}
h3 { font-size:	  13px;  margin-top:	 4px; margin-bottom:	 4px;}
h4 { font-size:	  12px;  margin-top:	 4px; margin-bottom:	 4px;}
	
div.margin4
{
 margin: 4px;
}




.ui-tabs-panel .ui-state-default {
	display: none;
}

