/* CSS Document */

a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #CCCCCC;
}
a:active {
	color: #FFFFFF;
}

a.other:link {
	color: #333;
}
a.other:visited {
	color: #333;
}
a.other:hover {
	color: #333;
}
a.other:active {
	color: #333;
}

body {
	background-image: url(images/BG.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: 25px;
	color: #999999;
}

.EXT-BLUE {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	color: #00376f;
}

#textspacing {text-align:justify; padding-right:20px; line-height:17px;}
#textspacingabout {text-align:justify; padding-right:45px; line-height:17px;}

img#rapidstatscounter { border: 0px; }
h1 {font-size:12px; font-weight:normal; margin:0; padding:0; display:inline;}
h2 {font-size:10px; font-weight:normal; margin:0; padding:0; display:inline;}

.bg-left {
	background: url(images/BG_Left_02.gif) top repeat-x;
}
.bg-right {
	background: url(images/BG_Left_04.gif) top repeat-x;
}