/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	background: #0A5540;
}

table tr td {
	font-size: 10pt;
	font-family: Arial, Tahoma, Verdana;
	color: #000;
}

a:link {color: #0A5540;}
a:visited {color: #0A5540;}
a:hover {color: #0A5540; text-decoration: none;}
a:active {color: #000; text-decoration: none;}

.WS-colums-bg {
	background: url(../graphics/website/extender.gif) repeat-y;
}

.WS-colum-L {
	width: 202px;
}

.WS-colum-M {
	width: 566px;
	padding: 5px 20px;
}

.WS-colum-R {
	width: 187px;
	background: url(../graphics/website/bg1.jpg) no-repeat left top;
	padding: 0 9px;
}

.WS-footer {
	padding: 20px;
	font-size: 8pt;
	color: #FFF;
	line-height: 20px;
}
.WS-footer table tr td {
	font-size: 8pt;
	font-weight: bold;
	color: #FFF;
	line-height: 20px;
}
.WS-footer a:link {color: #FFF; text-decoration: underline;}
.WS-footer a:visited {color: #FFF; text-decoration: underline;}
.WS-footer a:hover {color: #FFF; text-decoration: none;}
.WS-footer a:active {color: #CCC; text-decoration: none;}

.TXT-address-title {
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #FF0000;
	padding: 0 0 2px 0;
}
.TXT-address {
	color: #0A5540;
	border-bottom: 1px solid #FF0000;
	padding: 5px 0 5px 0;
}
.TXT-address-header {
	color: #0A5540;
	padding: 5px 0 5px 0;
	font-weight: bold;
}

.TXT-header {
	color: #0A5540;
	font-weight: bold;
	font-size: 15pt;
}

.TXT-title {
	background: #0A5540;
	color: #FFF;
	font-weight: bold;
	font-size: 12pt;
}
.TXT-title a:link {color: #FFF; text-decoration: none;}
.TXT-title a:visited {color: #FFF; text-decoration: none;}
.TXT-title a:hover {color: #000; text-decoration: none;}
.TXT-title a:active {color: #000; text-decoration: none;}

.TXT-header-red {
	color: #B61725;
	font-weight: bold;
	font-size: 12pt;
}
