/* CSS Document */

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #000000;
}
a:active {
	color: #FFFFFF;
}

a.other:link {
	color: #333;
}
a.other:visited {
	color: #333;
}
a.other:hover {
	color: #333;
}
a.other:active {
	color: #333;
}

a.specialeffects:hover {
  color: #606060;
}

body {
	background-image: url('images/index_05.jpg'); padding: 0; margin: 0
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}

.Blue {
	font-family: Tahoma;
	font-size: 11px;
	color: #00376f;
}

.Blue-BOLD {
	font-family: Tahoma;
	font-size: 11px;
	color: #00376f;
	font-weight: bold;
}

.White {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
}

.EXT-GREY {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}

.EXT-BLUE {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	color: #00376f;
}

#textspacing {text-align:justify; padding-right:20px; line-height:17px;}
#textspacingabout {text-align:justify; padding-right:45px; line-height:17px;}

.bg-left {
	background: url('images/BG_Left_02.gif') repeat-x top;
}
.bg-right {
	background: url('images/BG_Left_04.gif') repeat-x top;
}