#menu {
width: 205px;
background: #F29CC3;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu ul li ul {
width: 230px;
}

#menu a {
font: 12pt Times New Roman;
display: block;
margin: 0;
padding: 2px 3px;
color: #000000;
text-decoration: none;
background: #FF8080;
text-align: left;
}

#menu a.main_menu {
font: bold 12pt Times New Roman;
display: block;
color: #000000;
text-align: left;
background: #F29CC3;
}

#menu a:hover {
color: #660000;
background: #FF8080;
}

#menu a.main_menu:hover {
color: #660000;
background: #F29CC3;
}

#menu li { position: relative; }

#menu ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

.body, td {
font: 12pt Times New Roman;
}

.body {
margin: auto;
text-align: center;
width: 800px;
}

#container {text-align: left; width: 800px;}

a {
color: #000000;
font: 12pt Times New Roman;
text-decoration: none;
}

a:hover {
color: #660000;
}
.form_element {
font: 
12pt Times New Roman;
}

.form_data {
font: 
Times New Roman;
}


