body {margin: 0;
background: url('images/bg1.jpg');

}
table {font-family: arial;
font-size: 12;
color: #011C29;
}

a:link {
color: #2CA3E0;
text-decoration: none;
font-weight: bold;
}

a:visited {
color: #2CA3E0;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #AAD6ED;
text-decoration: none;
font-weight: bold;
}

.title {font-size: 20pt;
font-weight: bold;
}

ul {margin: 0;
padding-left: 5;
}


.header {
font-size: 14;
text-align: center;
font-weight: bold;
color: #316784;
}
 
.navi li{
list-style: none;
margin: 0;
display: inline;
}

.navi li a {display: block;
border-right: 9px solid #DFF0FD;
padding: 1;
width: 92%;
font-weight: bold;
font-size: 13;
}

.navi li a:hover {display: block;
border-right: 9px solid #C8E4F9;
background: #F6F8F9;
font-weight: bold;
font-size: 13;
}

.content {background: url('images/bg2.jpg');
background-repeat: repeat-y;
height: 100%;
}

.mid {background: url('images/mid1.jpg');
background-repeat: no-repeat;
width:490;
height: 47;
}

.mid2 {background: url('images/mid2.jpg');
background-repeat: no-repeat;
width: 72;
height: 39;
float: left;
white-space: pre;
}

.text {
border:0px solid black;
padding-left: 25;
padding-right: 27;
text-align: justify;
}

.divider {
font-size: 15;
border-bottom: 1px dashed #000000;
}

textarea,input,button{
border: 2px solid #C4DBE8;
background: #E4F2F9;
}
