body 
{
    min-width: 1000px;
    overflow:scroll;
}
table.panel
{
	
}
table.panel tr td.item
{
    height: 60px; 
    width:120px; 
    min-width: 120px;
    background-image: url('../img/button_item.bmp'); 
    background-repeat:repeat-x;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
    vertical-align: middle;  
    text-align: center;
}
div.item_left
{
    background-image: url('../img/button_right.bmp');
    width:8px;
    height:100%;
    float:left;
    display:inline;
}
div.item_right
{
    background-image: url('../img/button_left.bmp');
    width:8px;
    height:100%;
    float:right;
    display:inline;
}
table.panel tr td.item a
{
    color: #440000; 
    font-weight: normal; 
    font-size: 11pt; 
    font-family: arial; 
    text-decoration: none;
    vertical-align:bottom;
}
table.panel tr td.space
{
    width: 10px;
    height:60px;
    background-color: #fff;
}
P.normal
{
    font-weight: normal;
    font-size: 12pt;
    vertical-align: baseline;
    text-transform: none;
    color: #004466;
    font-style: normal;
    font-family: Verdana;
    text-align: justify;
    font-variant: normal;
    text-decoration: none;
    clear: none;
    direction: ltr;
}
P.arrow
{
	color: #440000; 
    font-weight: bold; 
    font-size: 12pt; 
    font-family: arial; 
    text-decoration: none;
   line-height:12px;
   margin:0;
   padding:0;
   text-align:left;
}
ul, ol
{
    font-weight: normal;
    font-size: 12pt;
    text-transform: none;
    color: #004466;
    font-style: normal;
    font-family: Verdana;
    text-align: justify;
    font-variant: normal;
    text-decoration: none;
}
h1
{
    font-weight: bold;
    font-size: 16pt;
    vertical-align: top;
    text-transform: none;
    color: #004466;
    font-style: normal;
    font-family: Verdana;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}
h2
{
    font-weight: normal;
    font-size: 15pt;
    vertical-align: top;
    text-transform: none;
    color: #004466;
    font-style: normal;
    font-family: Verdana;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}
h3
{
    font-weight: normal;
    font-size: 14pt;
    vertical-align: top;
    text-transform: none;
    color: #004466;
    font-style: normal;
    font-family: Verdana;
    text-align: center;
    font-variant: normal;
    text-decoration: none;
}
P.sign
{
    font-weight: normal;
    font-size: 10pt;
    color: #000000;
    font-style: normal;
    font-family: 'Times New Roman';
    font-variant: normal;
    text-decoration: none;
    vertical-align: top;
    text-align: center;
}
a
{
    text-decoration: none;
    cursor: hand;
    color: #2288bb;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.arrow
{
    background-image: url('../img/arrow.JPG');
    margin:0;
    padding:0;
    display:block;
    width:500px;
    height:130px;
    border: solid 0px;
    text-align:left;
}
.arrow ul
{
    margin:0;
    padding:0;
}
.arrow ul li a
{
    color:#004488;
}

