﻿.bodytext {
	font-family: Verdana;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #666666;
	background-position: left top;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	white-space: normal;
	display: none;
	list-style-position: inside;
	list-style-image: none;
}
body{
/* default background colour, for all layout engines that don't implement gradients */
background:#CCFFFF;
/* gecko based browsers */
background: -moz-linear-gradient(top, #CCFFFF, #F5FFFF);
/* webkit based browsers */
background: -webkit-gradient(linear, left top, left bottom, from(#CCFFFF), to(#F5FFFF));

color: #666666;
height: auto; /* gradient uses the full height of the element */
padding: 5px; /* distance from border edge to text */
}
.bck{
	
	background-image:url(../ART/images/IES_trasp.png);
	background-position:center;
	background-repeat:no-repeat;
}
	


