body {
    background-color:#b6d4ee;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	color: #666666;
}
input
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
textarea
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
td
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}
select
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
}

/*
This overirdes all formating for Trees and Menus in all pages.  In order to 
handle these for variety of background colors / selection formats, these cannot
be used.
*/

a:hover {text-decoration:underline;}

h1, h2, h3, h4, p {
	margin: 0;
	font-family: tahoma, arial, helvetica, sans-serif;
    color: #62552b;
}

h1 {
	font-size: 14px;
	padding:10px;
    color: #999999;
    font-weight:bolder;
}

h2 {
	font-size: 11px;
	padding-left:10px;
}

p {
	line-height: 1.4em;
	vertical-align:top;
    text-align:justify;
    padding:10px;
}

.text_normal
{
    color: #62552b;
    font-size: 8pt;
}

hr {
	border: 0;
	border-top: 1px solid #bababa;
	height: 1px;
}

img
{
    margin:0px;
    padding:0px;
}

td
{
    margin:0px;
    padding:0px;
}

.dialog_title 
 {
    border-bottom:1px solid #999999;
    background-color:#f1f1f1;
    font-weight:bolder;
    padding:5px;
    color:Black;
 }

.lcol
{
    text-align:right;
    font-weight:bolder;
    font-size: 7pt;
    color: #62552b;
}

.rcol
{
    text-align:left;
    padding-left:5px;
    font-size: 7pt;
}


.bg_flowers
{
    background-image: url(images/bg_flowers.jpg);
}

.bg_header
{
    background-color: white;
    padding:0px;
    margin:0px;
}

.footerbg
{
    background-color:#b6d4ee;
    padding:20px;
}

.footer_menu
{
    color:White;
}

.link
{
    width:150px;
    text-align:left;
    padding: 5px 5px 5px 10px;
    vertical-align:top;
}

.link_description
{
    text-align:left;
    vertical-align:top;
    padding:5px;
}

.menu, .menu_selected, .menu_hover, .menu_item, .menu_dynamic, .menu_login
{
    font-size:8pt;
    color:#709ED0;
    font-weight:normal;
	text-align: left;
}

.menu_hover;
{
    text-decoration: underline;
    font-weight:bolder;
    font-size:24pt;
}

.menu_selected
{
    font-weight:bolder;
}

.menu_dynamic
{
    background-color:White;
	border:1px solid #999999;
	padding: 5px 10px 5px 10px;
	text-decoration: underline;
}

.menu_login
{
    padding:10px;
}

.shop .shop_selected .shop_hover .shop
{
    color:White;
}
.shop_selected
{
    background-color:#736644;
    padding:0 5px 0 5px;
    color:White;
}
.tab_on
{
    border-top: 1px solid #736644;
    border-left: 1px solid #736644;
    border-right: 1px solid #736644;
    padding: 5px 10px 5px 10px;
    background-color: White;
}

.tab_off
{
    border-bottom: 1px solid #736644;
    padding: 5px 10px 5px 10px;
}
.tab_end
{
    border-bottom: 1px solid #736644;
}

.tab_heder
{
    height: 60px;
    padding:20px;
}
.tab_page
{
    background-color:White;
    border-top: 0px;
    border-right: 1px solid #736644;
    border-left: 1px solid #736644;
    border-bottom: 1px solid #736644;
    height:500px;
}
.tab_content
{
    background-color:White;
    width:800px;
    height:500px;
    padding:20px;
    vertical-align:top;
}

