/* CSS Document */

body{
background-color:#37557E;
}
.table_lines{
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
}

.textbox{
position:relativ;
width:530;
height:334;
overflow:auto;

font-family: verdana;
font-size: 12px;

padding-top: 10px;
padding-left: 10px;
padding-right: 10px;

line-height: 17px;
}
.headline{
font-family: verdana;
font-size: 18px;
color:#37557E;
font-weight:bold;
}

.headline_small{
font-family: verdana;
font-size: 12px;
color:#37557E;
font-weight:bold;
}
.headline_box{
border-bottom:1px dotted #37557E;
}

.input{
background-color:#EBF0F7;
border: 1px solid #37557E;
font-size: 10px;
}
.text{
font-family: verdana;
font-size: 12px;
}
