/* Define links and main styles */

body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000033 }
table { font-size: 11px; color: #000033 }
b { font-style: bold; color: #000033 }

A:link { text-decoration: none; color: #333366 }
A:visited  { text-decoration: none; color: #333366 }
A:active  { text-decoration: underline; color: #333366 }
A:hover  { text-decoration: underline; color: #000099 }

.copyright { font-size: 10px; color: #666666; font-style: normal }
.leftmenu { font-size: 11px; font-style: normal }
.time { font-size: 10px; font-style: normal }
.mailform { font-size: 9pt; color: #aaaaaa; font-style: normal }
.mailform_sub { font-size: 9pt; color: #aaaaaa; font-style: normal }

#head1 { font-size: 16pt; font-weight: bold }
#head2 { font-size: 13pt; font-weight: bold }
#head3 { font-size: 16px; font-weight: bold; color: #000033 }
#head4 { font-size: 15px; color: #000066 }
#head5 { font-size: 16px; color: #000000 }

#small1 { font-size: 11px }
#text-price { font-size: 16px; color: #000000 }
#text1 { font-size: 10pt }
#text2 { font-size: 10pt }
#text3 { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 11pt }
#text4 { font-family: comic sans ms; font-size: 10pt }

.style1 { font-size: 11pt; color: #000000 }
.style2 { font-size: 12pt; color: #000066 }



/* Define popup menu styles */

.newmenu1 { font-size: 10pt; }
.newmenu2 { font-size: 10pt; BORDER-RIGHT: #3366cc 2px solid }

#dropmenudiv{
position: absolute;
background-color: #ffffff;
BORDER: #1f2b4b 1px solid;
font: normal 15px Century Gothic, Verdana, Arial; 
letter-spacing: 0.15em;
line-height: 18px;
text-align: center;
z-index:100;
}

#dropmenudiv a{
display: block;
text-indent: 3px;
padding: 4px;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e3e8f2;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}