/*-------------------------------------------------*/
body
{
font-family: arial, verdana;
font-size: 100%;
color: #444;
background-color: #ececec;
margin: 0px;
overflow-y: scroll;
}
p
{
margin: 0px 0px 15px 0px;
}
/*-------------------------------------------------*/
h1
{
font-size: 100%;
color: #444;
margin-top: 0px;
border-bottom: 1px dotted #5B5B5B;
}

/*-------------------------------------------------*/
h2
{
font-size: 80%;
color: #28b000;
margin: 0;
}

/*-------------------------------------------------*/
h3
{
font-size: 100%;
color: #28b000;
margin: 0;
}

/*-------------------------------------------------*/
h4
{
font-size: 80%;
color: #000;
margin: 0;
}

/*-------------------------------------------------*/
input
{
width: 99%;
padding: 1px;
background-color: #ECECEC;

}

/*-------------------------------------------------*/
.text_content
{
font-size: 70%;
color: #444;
}

/*-------------------------------------------------*/
.text_footer
{
font-size: 65%;
color: #000;

}

/*-------------------------------------------------*/
/*-----------------Links-------------------------*/

a
{
color: #444;
text-decoration : none;
cursor: pointer;
}

/*-------------------------------------------------*/
a:link,
a:visited,
a:hover,
a:active
{
color: #444;
text-decoration : none;
}

/*-------------------------------------------------*/
a:hover
{
color: #28b000;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_active
{
display: block;
color: #444;
font-weight: bold;
text-decoration: none;
font-size: 70%;
cursor: pointer;
}

/*-------------------------------------------------*/
a.navi_active:link,
a.navi_active:visited,
a.navi_active:hover,
a.navi_active:active
{
color: #444;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_active:hover
{
color: #28b000;
text-decoration : none;
}

/*-------------------------------------------------*/
a.navi_inactive
{
display: block;
color: #28b000;
font-weight: bold;
text-decoration: none;
font-size: 70%;
cursor: text;
}

/*-------------------------------------------------*/
a.navi_inactive:link,
a.navi_inactive:visited,
a.navi_inactive:hover,
a.navi_inactive:active
{
color: #28b000;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active
{
line-height: 1.5em;
display: block;
color: #444;
text-decoration: none;
font-size: 75%;
cursor: pointer;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.subnavi_active:link,
a.subnavi_active:visited,
a.subnavi_active:hover,
a.subnavi_active:active
{
color: #444;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_active:hover
{
color: #28b000;
text-decoration : none;
}

/*-------------------------------------------------*/
a.subnavi_inactive
{
line-height: 1.5em;
display: block;
color: #28b000;
text-decoration: none;
font-size: 75%;
cursor: text;
padding-left: 10px;
}

/*-------------------------------------------------*/
a.subnavi_inactive:link,
a.subnavi_inactive:visited,
a.subnavi_inactive:hover,
a.subnavi_inactive:active
{
color: #28b000;
text-decoration : none;
}

