/* CSS Document */
* {
 font-family:tahoma;
 font-size:12px;
}

h1{
 font-size:14px;
 font-weight:bold;
 color:#798196;
 margin-top:15px;
 margin-bottom:15px;
}

h2{
 font-size:13px;
 font-weight:bold;
 color:#666666;
 margin-top: 5px;
 margin-bottom:5px;
}

#main_cell{
 width:740px;
 height:800px;
 background-color:#ffffff;
}

#form_cell{
 width:740px;
 height:650px;
 background-color:#ffffff;
}

#main_table{
 vertical-align:top;
}

#main_table td{
 vertical-align:top;
}

.menu a{
 display:block;
 width:150px;
 height:20px;
 text-align:center;
 text-valign:middle;
 
 border-bottom:1px solid #666666;
 border-right:1px solid #666666;
}

a {
 color:#cc0000;
 text-decoration:none;
}
