.newsletter{
        height: 18px;
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 9px;
        border: 1px solid #999;
        vertical-align: top;
        font-weight: bold;
        color: #000000;
}


BODY {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 13px;
        color: #000000;
}
.sidenav {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 16px;
        color: #000000;
}
.sidenav:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 16px;
        color: #000000;
}
TD {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 13px;
        color: #000000;
}
H1 {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 17px;
        font-weight: normal;
        color: #121212;
        line-height: 19px;
        margin-bottom:0px;
        margin-top:8px;
}
H2 {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 17px;
        font-weight: normal;
        color: #121212;
        line-height: 19px;
        margin-bottom:0px;
        margin-top:8px;
}
a {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #131313;
        text-decoration: none;
}
a:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
        color: #000000;
        text-decoration: underline;
}
.topnav {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 12px;
        color: #121212;
        text-decoration: none;
}
.topnav:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 12px;
        color: #000000;
        text-decoration: underline;
}
.footer {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 12px;
        color: #131313;
	 text-decoration: none;
}
.footer:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 12px;
        color: #000000;
	 text-decoration: underline;
}
.link {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: none;
}
.link:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 10px;
        color: #000000;
        text-decoration: underline;
}
.white {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 10px;
        color: #ffffff;
        text-decoration: none;
}
.white:hover {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 10px;
        color: #eeeeee;
        text-decoration: underline;
}
H2 {
        font-family: tahoma, arial, verdana, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        text-decoration: none;
}


.pic {
        border: 1px solid #e60000;
}


div.clayer_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

div.clayer_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}

div.clayer2_shown
{
    display: block;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}
div.clayer2_hidden
{
    display: none;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
}



.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 165px; /*Width of Carousel Viewer itself*/
height: 188px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px; /*margin around each panel*/
width: 165px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}
.panel . title{
        width: 165px;
}




