﻿body {
    background-color: #FFF2EC;
    margin:0px;
}

.arial10pt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #000000;
}

.arial12pt {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #000000;
        margin-bottom:5px;
        
}
.arial12ptError {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #FF0000;
        margin-bottom:5px;
}
.shop {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #54B6D1;
    text-transform:uppercase;
    font-weight:bolder;
}
a:link { 
    color: #000000;
    text-decoration:none; 
}
a:visited {
	color: #000000;
    text-decoration:none; 
}
a:focus {
    color: #000000;
    text-decoration:none; 
}
a:hover { 
    color: #000000;
    text-decoration:underline; 
}
a:active { 
    color: #000000;
    text-decoration:underline; 
}



.select {
    background-color:#FFF2EC; 
    color:#000000; 
    width:150px; 
    border:1px solid #000000; 
}
.go_button { 
    background-color:#FFF2EC; 
    color:#000000; 
    width:30px; 
    border:1px solid #000000; 
}

.back_button { 
    background-color:#FFF2EC; 
    color:#000000; 
    width:60px; 
    border:1px solid #000000; 
}
.div_scroller {
    width:588px;
    height:190px;
    overflow-y:scroll;
}

#table_01 td {
    vertical-align:top;
    text-align:left;
}

#table_01 .content {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
}

img {
    border:none;
}