BODY
{
    BACKGROUND: #0080ff;
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
H1
{
    FONT-FAMILY: gill sans,verdana,sans-serif
}
H2
{
    FONT-FAMILY: gill sans,verdana,sans-serif
}
H3
{
    FONT-FAMILY: gill sans,verdana,sans-serif
}
H4
{
    FONT-FAMILY: Times New Roman, 'Bookman Old Style';
    FONT-SIZE: 15px
}
P
{
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
LI
{
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
UL
{
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
TD
{
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
BLOCKQUOTE
{
    COLOR: white;
    FONT-FAMILY: gill sans,verdana,sans-serif;
    FONT-SIZE: 14px
}
H1
{
    COLOR: white;
    FONT-SIZE: 36px;
    FONT-WEIGHT: bold;
    MARGIN-TOP: 0px;
}
A:link
{
    COLOR: white
}
A:visited
{
    COLOR: white
}
A
{
    COLOR: white
    FONT-SIZE: 14px
}
img {
	border: none;
}
.about
{
    FONT-FAMILY: gill sans, Verdana, sans-serif;
    FONT-SIZE: 16px
}
.footer {
	width: 100%;
	text-align: center;	
	direction: ltr;
}
ul.basket {
 list-style-type: none;	
}
@media print {
	table.printsheet {
 		border: none;
 		direction: rtl;
	}
	.printnone {
 		display: none;
	}
	BODY {
    	BACKGROUND: #ffffff;
	}
}
a
{
    color: white;
}
/* popup menus */
.menuinput {
    font-family: arial;
    FONT-WEIGHT: bold;
    color:  #0080ff;
    background-color: white;
    font-size: 1.0em;
    width: 200px;
    padding: 2px;
    border: 1px solid black;
    
}
.menuinput option
{
    FONT-WEIGHT: bold;
    font-size: 1.0em;
}

table.form {
	margin: 9px auto;
}


table.form td
{
    margin: 1em;
    padding-top: 1em;
    text-align: left;
    font-size:16px;
	font-weight:bold;
}

table.form td.submit
{
    FONT-WEIGHT: bold;
    color: #0080FF;
    text-align: center;
}


