BODY{
	margin-left: 0pt;
	margin-top: 0pt;
	background : effffc;
	font: 10pt Arial, sans-serif;
        color: #000000;
	text-align: justify;
	margin: 0px;
	padding: 0px;

}
TD{
	font: 10pt Arial, sans-serif;
        color: #000000;
}
.Norm{
	background: #f0f0f0;
}
.Qty{
        background: #ffd0d0;
	text-align: right;
}
.Price{
        background: #d0ffd0;
	text-align: right;
}
.MidL{
        background: #d0d0ff;
	text-align: right;
}
.MidH{
        background: #d0d0ff;
	text-align: right;
}
.button{
        font: bold 10pt Arial, sans-serif;
        color: #FFFFFF;
        background: #339966;
	text-align: center;
}

.centered{
	margin-left: auto;
	margin-right: auto;
}



.4justy{
        font: bold 10pt Arial, sans-serif;
        color: #000000;
	text-align: center;
}
.header{
        font: bold 10pt Arial, sans-serif;
        color: #000000;
        background: #AED5BA
	text-align: left;
}
.form{
        font: bold 8pt Arial, sans-serif;
	text-align: left;
}
.logo{
	font: bold 8pt Arial, sans-serif;
        text-align: center;
}
.news{
	 font: bold 9pt Arial, sans-serif;
         text-align: justify;
}
A{       
	text-decoration: none;
	font: bold;
}
H1{
	font: bold 14pt Arial, sans-serif;                                      
	margin-left: 20pt;
}
P{
	margin-left: 20pt;
	margin-right: 20pt;
	font: 10pt Arial, sans-serif;
	text-align: justify;
}
#QuickNav {
        position: absolute;
        right: 0%;
	width: 100pt;
        top: 15pt;
        border: 1pt solid #000000;
        layer-background-color: #E9E9F6;
        background-color: #E9E9F6;
        visibility: hidden;
}
#message
{       font-family: Arial, sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        color: #BE1712;
        background: #FFFFFF;
        text-align: center;
	margin-left: 5px;
	margin-right: 5px;
}
HR
{
       	height: 0pt;
}

#buttonA {
	height: 20px;  
}
#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Helvetica, sans-serif, Arial;
    font-size: 14px;
    height: 22px;
}
#buttonA li {
    list-style-type: none;
    height: 22px;
    width: 210px;
    margin: 0px;
    text-align:left;
}
#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 0px;
}
#buttonA li a:link {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #339966;
    border-style: outset;
}
#buttonA li a:visited {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #339966;
    border-style: outset;
}
#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000b2;
    border-style: outset;
}
#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #0000b2;
    border-style: inset;
}
.alert
{
	border: 2px solid red;
	font-weight: bold;
	color: red;
	padding: 10px 5px;
	margin: 10px auto 10px auto;
	width: 400px;
}