body
{
 background-color: #D7D7D7;
 font-family: verdana, helvetica, sans-serif;
}

form
{
 margin: 0px;
 padding: 0px;
}

a
{
 text-decoration: none;
 font-weight: bold;
 color: black;
}

p
{
 margin: 0px;
}

p.space
{
 margin-top: 20px;
}

p.menu
{
 margin-top: 5px;
 margin-bottom: 5px;
}

p.firstmenu
{
 margin-top: 20px;
 margin-bottom: 5px;
}

p.header
{
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background-color: #C5C5C5;
 padding: 2px;
}

span.disabled
{
 font-weight: bold;
 color: #7F7F7F;
}

div.header
{
}

div.header_top
{
 margin-left: 50px;
 height: 120px;
}

div.header_col
{
 border-right: 1px solid black;
 background-color: white;
 width: 180px;
 float: left;
 height: 120px;
}

div.header_head
{
 margin-left: 180px;
 height: 120px;
 text-align: center;
 background-image: url(banner.png);
 background-repeat: repeat-x;
}

div.header_info
{
 border-right: 1px solid black;
 padding-right: 30px;
 text-align: right;
 background-color: #EFEFEF;
 color: #4F4F4F;
}

div.middle
{
 border-top: 1px solid black;
 background-image: url(menu.png);
 background-repeat: repeat-y;
 padding-top: 15px;
 padding-bottom: 15px;
 padding-left: 50px;
}

div.menu
{
 float: left;
 width: 180px;
 text-align: center;
 background-color: white;
}

div.main
{
 margin-left: 210px;
 margin-right: 30px;
}

div.content
{
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 background-color: #EFEFEF;
 padding: 12px;
 margin-top: 15px;
 margin-bottom: 15px;
}

div.cancel
{
 clear: both;
}

div.footer
{
 height: 60px;
}

div.footer_info
{
 border-right: 1px solid black;
 border-bottom: 1px solid black;
 padding-right: 30px;
 text-align: right;
 background-color: #EFEFEF;
 color: #4F4F4F;
}

div.footer_bottom
{
 margin-left: 50px;
 height: 50px;
}

div.footer_col
{
 border-bottom: 1px solid black;
 border-right: 1px solid black;
 background-color: white;
 width: 180px;
 float: left;
 height: 50px;
}