body
{
   margin: 50px;
   padding : 0px;
   background-color: whitesmoke;
   font-family: "Lucida Grande", tahoma, verdana, arial, helvetica, sans-serif;
   font-size: 9pt;
}
h1
{
	color: #0000ff;
	font-size: 18px;
}
h2
{
	color: #0000cc;
	font-size: 14px;
}
p
{
	text-indent:10px;
	margin:5px;
	padding:5px 0px 10px 0px;
}
.site
{
    border: 2px solid #0000cc;
    width: 700px;
    background-color: white;
}
.menu
{
    padding: 0px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px 0px 10px 0px;
    width: 644px;
/*    font-family: tahoma, verdana, arial, helvetica, sans-serif;*/
}
.menu td
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 103px;
    height: 16px;
    text-align: center;
}
.menu td a
{
    background-color: #3399ff;
    border-top: 2px outset;
    border-right: 2px outset;
    border-bottom: 2px outset;
    border-left: 2px outset;
    display: block;
    width: 100%;
    color: white;
    height: 100%;
    text-decoration: none;
}
.menu td a:hover
{
    color: black;
}
.menu td a:active
{
    border-right: inset;
    border-top: inset;
    border-left: inset;
    border-bottom: inset;
}
.content
{
/*    border: #000000 1px solid;*/
    padding-top: 0px 0px 0px 2px;
    font-weight: normal;
    font-size: 12px;
    margin: 2px 10px 0px 10px;
    width: 632px;
/*    font-family: tahoma, verdana, arial, helvetica, sans-serif;*/
    background-color: whitesmoke;
}
.content td
{
    font-size: 12px;
}
.label
{
    font-weight: bold;
    white-space: nowrap;
}
.contacts
{
    border: 0px;
    padding: 0px;
}
.contacts td
{
    padding-left: 10px;
}
.contacts td.label
{
    font-weight: bold;
    padding-left: 0px;
    text-align: right;
}
.footer
{
    padding: 10px 0px 0px 15px;
    margin: 0px 0px 10px 0px;
    font-size: 10px;
    background-color: #ffffff;
    text-align: center;
}
.mollymook
{
    background-color: whitesmoke;
    padding : 10px;
    border-collapse: collapse;
    border: 1px solid #003366;
}
.mollymook td
{
    text-align: center;
}
