@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
image{
	background-image: url(images/map-2.jpg);
	background-repeat:no-repeat;
	background-attachment: scroll;
	background-position: left top;
}
.link-bg {
	background-image: url(images/link-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.textwhite14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkwhite14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkwhite14:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}
.textgrey12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #404040;
	text-decoration: none;
}
.textblue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #003d79;
	text-decoration: none;
}
.greyline-bott {
	background-image: url(images/grey-dot.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.arial-12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.dotted-line {
	background-image: url(images/dotted-line.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF0000;
	text-decoration: none;
}


.v-line {
	background-image: url(images/v-line.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.textblack11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}
.textblue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #003d79;
	text-decoration: none;
}
.text11grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9d9d;
	text-decoration: none;
}
.linkblue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #004180;
	text-decoration: none;
}
.linkblue11:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.bullet {
	list-style-image:url(images/bullet.png);
	list-style-position:outside;
	list-style-type:circle;
	line-height:20px;
}

