/* CSS Document */

body {
font:"Century Gothic", Arial, Verdana;
font-size:14px;
}

#lease_container{
width:1000px;
margin:10px auto 10px auto;
}

#table_containter{
width: 630px;
border: 1px solid #000000;
}

#navbar ul {
font-size:14px;
list-style-type:none;
color:#6699FF;
text-align:center;
}

#navbar ul li{
display:inline;
margin:0 0 0 5px;
}

a:link{
text-decoration:none;
}
a:hover{
color:#66CCFF;
}

h2{
text-align:center;
}

.smalltxt{
font-size:10px;
}

