/* image { border-color: #B6241E; } */

/* Body */
body {
margin-left: 0px;
margin-right: 0px;
background: #bcc0c4;
font-family: Verdana;
font-size: 11px;
color: #000000;
margin-top: 0px;
margin-bottom: 0px; font-style: normal;
}

table {
  font-family: Verdana;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: Verdana;
	font-size: 11px;
}

H1 { font-size: 15px; }
H2 { font-size: 13px; }
H1, H2 {margin: 0px 0px 5px 0px;}
P { margin: 0px 0px 20px 0px; }

td {
  font-family: Verdana;
  font-size: 11px;

}
TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
}

/* Right content column */
TD#content_right {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top;
}

.content_txt {
  color: #000000;
  font-family: Verdana;
  font-size: 18px;
}

.page_header {
  color: #DFB232;
  font-family: Verdana;
  font-size: 18px;
  padding-left: 10px;
  text-transform: uppercase;
}

/* Menu 1 column */
TD#menu_1 {
	vertical-align: top;
	/*width: 200px;
	background-image: url(../images/menubackground.jpg);
	background-repeat : no-repeat;
	padding-top: 10px;*/
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: navy;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: underline;
}

/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: Verdana;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

A {
  color: black;
}

.navpath {
  color: #FFFFFF;
  font-family: Verdana;
  text-decoration: none;
}

TD#address_info A {
  color: #FFFFFF;
  text-decoration: none;
}

TD#address_info A:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.bottomaddress P, .bottomaddress a:link, .bottomaddress a:visited{
    font-family: verdana, tahoma;
    color: #555555;
    text-decoration: none;
    font-size: 9px;
    text-align: center;
    padding-top: 2px;
}


.bottomaddress a:hover{
    padding-top: 2px;
    font-family: verdana, tahoma;
    color: #555555;
    text-decoration: underline;
}

.blue-top-url{
  color: #FFFFFF;
  text-decoration: none;
  font-family: verdana;
  font-size: 10px;
  padding-left: 4px;
}

.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.align-justify { text-align: justify; }