/* CSS Document */
@charset=UTF-8;
P{font-family: "Arial"; font-size: 14px; color: #000000; letter-spacing:1.5px; line-height:18px;}

UL{list-style-position:inherit; list-style:disc;}
LI{font-family: "Arial"; font-size: 14px; color: #000000; letter-spacing:1.5px; line-height:18px;}

.address{font-family: "Arial"; font-size: 14px; color: #6c1717; letter-spacing:1.5px;}
.bottom{font-family: "Arial"; font-size: 14px; color:#6c1717; letter-spacing:1.5px;}
.content{font-family: "Arial"; font-size: 14px; color:#000000; letter-spacing:1.5px; line-height:18px;}
.homepage1{font-family: "Arial"; font-size: 18px; color:#ffffff; letter-spacing:1.5px; line-height:20px;}
.homepage2{font-family: "Arial"; font-size: 14px; color:#ffffff; letter-spacing:1.5px; line-height:18px;}
.homepage3{font-family: "Arial"; font-size: 18px; color:#000000; letter-spacing:1.5px; line-height:20px;}
.mail a:hover {font-family: "Arial"; font-size: 14px; color:#ffffff; letter-spacing:1.5px; line-height:18px;}
.promo{font-family: "Arial"; font-size: 36px; color:#365304; letter-spacing:3.5px; line-height:45px;}
.promo2{font-family: "Arial"; font-size: 25px; font-weight:700; color:#000000; letter-spacing:1.5px; line-height:30px;}
.sub-titles{font-family: "Arial"; font-size: 14px; font-weight:700; color: #000000; letter-spacing:1.5px; line-height:18px;}
.title{font-family: "Arial"; font-size:14px; color:#000000; letter-spacing:1.5px; line-height:18px;}
.xmas-title{font-family: "Arial"; font-size: 14px; font-weight:400; color: #CC3333;}

<!-- ###### ##

a:link { text-decoration:underline; font-weight:bold; color:#365304;}
a:visited { text-decoration:underline; font-weight:bold; color:#365304;}
a:hover { text-decoration:underline; font-weight:bold; color:#6c1717;}

a.b:link { text-decoration:underline; font-weight:bold; color:#365304;}
a.b:visited { text-decoration:underline; font-weight:bold; color:#365304;}
a.b:hover { text-decoration:underline; font-weight:bold; color:#6c1717;}

## ###### -->

a:href="mailto:" {font-family: "Arial"; font-size: 14px; color:#000000;}

/* unvisited link */
a:link {
  background-color: transparent;
  text-decoration-style: underline;
  font-weight: bold;
  color: #365304;
}

/* visited link */
a:visited {
  background-color: transparent;
  text-decoration-style: underline;
  font-weight: bold;
  color: #365304;
}

/* mouse over link */
a:hover {
  background-color: transparent;
  text-decoration-style: underline;
  font-weight: bold;
  color: #6c1717;
}

/* selected link */
a:active {
  background-color: transparent;
  text-decoration-style: underline;
  font-weight: bold;
  color: #6c1717;
}


