A {
    color: lightgreen;
    text-decoration: none;
}
A:hover {
    text-decoration: underline;
}
BLOCKQUOTE {
    font-size: 10pt;
    font-style: italic;
}
BODY {
    background-color: transparent;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    margin: 0px;
    padding: 0px;
}
H1 {
    clear: both;
    font-size: 11pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    text-align: justify;
}
H2 {
    clear: both;
    font-size: 10pt;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 20px;
    text-align: justify;
}
LI {
    color: white;
    padding-right: 20px;
    text-align: justify;
}
P {
    padding-left: 20px;
    padding-right: 20px;
    text-align: justify;
}

TD {
    vertical-align: top;
}

.menu {
    background-color: #990033;
    font-family: "Gill Sans", "Gill Sans MT", "GillSans", Arial, Helvetica, sans-serif;
}
    TD.menu {
        width: 137px;
    }
    .menu P{
        margin: 0px 8px 4px 0px;
        padding: 0px;
        text-align: right;
    }
    .menu A{
        color: white;
        text-decoration: none;
    }
    .menu A:hover{
        color: white;
        text-decoration: underline;
    }

#content{
	background-color: #666666;
    text-align: justify;
}

.information{
	background-color: #000066;
}
	.information p{
		text-align: justify;
		padding: 10px;
	}
	.information a{
		color: #AAAAAA;
		text-decoration: none;
	}
	.information a:hover{
		text-decoration: underline;
	}
		
.header{
	background-color: black;
}

.footer{
    background-color: black;
}
	.footer p{
        text-align: center;
		padding: 5px;
        margin: 0px;
	}

.product{
    background-color: #000066;
    padding: 0;
    margin: 0;
}
.product>IMG {
    display: block;
}
