/* Header */
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 5px;
}
p.main_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006600;
}
p.right_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
}
/* Left menu START */
#menu
{
width: 207px;
}
#menu ul
{
list-style: none;
padding: 0px;
margin: 3px 0px 0px 0px;
}
#menu li
{
margin: 0px 0px 0px 0px;
} 
#menu li a
{
width: 207px;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;
}
#menu li a:hover
{
text-decoration: underline;
}
#menu li.L1-nor a
{
height: 44px;
background: url(images/menu.gif) no-repeat;
font-size: 12px;
font-weight: bold;
line-height: 44px;
color: #ffffff;
text-indent: 10px;
}
#menu li.L1-sel a
{
height: 44px;
background: url(images/menu-sel.gif) no-repeat;
font-size: 12px;
font-weight: bold;
line-height: 44px;
color: #236297;
text-indent: 10px;
}
#menu li.L2-nor a
{
height: 2em;
background: none;
font-size: 11px;
font-weight: normal;
line-height: 2em;
color: #236297;
text-indent: 20px;
}
#menu li.L2-sel a
{
height: 2em;
background: none;
font-size: 11px;
font-weight: normal;
line-height: 2em;
color: #236297;
text-indent: 20px;
text-decoration: underline;
}
#menu li.L3-nor a
{
height: 2em;
background: none;
font-size: 10px;
font-weight: normal;
line-height: 2em;
color: #236297;
text-indent: 30px;
}
#menu li.L3-sel a
{
height: 2em;
background: none;
font-size: 10px;
font-weight: normal;
line-height: 2em;
color: #236297;
text-indent: 30px;
text-decoration: underline;
}
/* Left menu END */
