@charset "utf-8";
dummy {}
/* note: text-shadow is used to equalize safari fonts only - no effect on other browsers */
.menustyle { font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: normal; color: #666666; text-decoration: none; text-shadow: 0 0 0 #666666; }
a.menustyle:link { color: #666666; text-shadow: 0 0 0 #666666; }
a.menustyle:visited { color: #666666; text-shadow: 0 0 0 #666666; }
a.menustyle:hover { color: #003366; text-shadow: 0 0 0 #003366; }
a.menustyle:active { color: #003366; text-shadow: 0 0 0 #003366; }
a:link { color: #003366; }
a:visited { color: #003366; }
a:hover { color: #003366; }
a:active { color: #003366; }
a { outline: none; }
.logostyle { font-family: Arial,Helvetica,sans-serif; font-size: 22px; font-weight: normal; color: #999999; }
.pagetitle { font-family: Arial,Helvetica,sans-serif; font-size: 16px; font-weight: normal; color: #999999; }
.pagestyle { font-family: Arial,Helvetica,sans-serif; font-size: 12px; font-weight: normal; color: #666666; }
.smalltext { font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: normal; color: #666666; }
.footstyle { font-family: Arial,Helvetica,sans-serif; font-size: 11px; font-weight: normal; color: #AAAAAA; }

.borderT { border-top: 1px solid #000000; }
.borderL { border-left: 1px solid #000000; }
.borderR { border-right: 1px solid #000000; }
.borderB { border-bottom: 1px solid #000000; }

/* translucent: used for horiz gallery toolbar */
/* A/B: used for basic gallery tool button rollovers */
/* A: also used for thumbnail rollovers */
/* C: used for external link icon */
.translucent { opacity: .50; -moz-opacity: .50; filter: alpha(opacity=50); -khtml-opacity: 0.50; }
.opacityA { opacity: .50; -moz-opacity: .50; filter: alpha(opacity=50); -khtml-opacity: 0.50; }
.opacityB { opacity: .80; -moz-opacity: .80; filter: alpha(opacity=80); -khtml-opacity: 0.80; }
.opacityC { opacity: .30; -moz-opacity: .30; filter: alpha(opacity=30); -khtml-opacity: 0.30; }

img.pixel { width: 1px; height: 1px; }

