a {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #121212;
	line-height:150%;
        text-decoration: none;
}
a:hover {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #1B60AA;
	line-height:150%;
        text-decoration: underline;
}

.header {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: normal;
        color: #121212;
        text-decoration: none;
}
.footer {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #121212;
        text-decoration: none;
}
.footer:hover {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: normal;
        color: #1B60AA;
	line-height:150%;
        text-decoration: none;
}
H1 {
        font-family: Courier, Courier New, Arial, Verdana, Helvetica, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: normal;
        color: #121212;
	line-height:150%;
        text-decoration: none;
}

BODY {
        font-family: Courier, Courier New, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #121212;
	line-height:150%;
}
TD {
        font-family: Courier, Courier New, Arial, Helvetica, sans-serif;
        font-size: 12px;
	line-height:150%;
        color: #121212;
	line-height:150%;
}
.copy {
        font-family: Courier, Courier New, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #121212;
}
.pic {
        border: 1px solid #121212;
}

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;
}

