﻿.breadcrumb {
	text-align: right;
	color: #40403E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
}
.center {
	text-align: center;
}
.thin_border {
	color: #FFFFFF;
}
.color_black {
        background-color: #000000;
}
.box_container {
        font-family: Arial, Helvetica, sans-serif;
        font-size: medium;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        color: #000000;
        border: thin solid #808080;
        margin-right: auto;
        margin-left: auto;
        width: 785px;
}
.text_background_image {
        width: 100%;
        background-image: url('images/wh_txt.jpg');
}
.footer {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 785px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
}
.color_white {
        color: #FFFFFF;
}
.background_color_white {
        width: 100%;
        background-color: #FFFFFF;
}
A:visited  {
	color: #000000;
	text-decoration: underline;
}
A:link  {
	color: #000000;
	text-decoration: underline
}
A:active  {
	color: #000000;
	text-decoration: underline
}
A:hover   {
	color: #000000;
	text-decoration: none;
}

