@charset "UTF-8";
/* CSS Document */

.StyleBodyText {

	font-family: "Gill Sans", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color:#A0BBED;
	background-position: left top;
	overflow: visible;
	cursor: crosshair;
}


h1 {
	font-family:"Gill Sans", Arial, Helvetica;
	font-size: 18px;
	font-style: normal;
	font-weight: 100;
	line-height: normal;
	letter-spacing : +0.90mm;
	font-variant: normal;
	color: #A0BBED;
}

p {
	
	font-family:"Gill Sans", Arial, Helvetica;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;

	color: #A0BBED;
	text-decoration: none;
}

h3 {
	
	font-family:"Gill Sans", Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: inherit;
	font-weight: 100;
	font-variant: normal;
	letter-spacing:.1em;
	color: #A0BBED;
	text-decoration: none;
}


a:visited {
	text-decoration: none;
	color: #A0BBED;
}

a:link {
	color: #990000;
	background-color: transparent;
	text-decoration: none;
}


a:hover {
	color: #990000;
	text-decoration: none;
	background-color: transparent;
}


