/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #01A3F6 url(images/bg01.jpg) repeat-x left top;
}


/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5FFDF;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
}

.text1 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 {
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.text2 em {
	padding: 1px 5px;
	background: url(images/homepage07.jpg) repeat left top;
	font-style: normal;
}

.text3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #5A7F00;
}

.text4 {
	color: #6A7175;
}

.text5 {
	text-align: center;
	color: #E6F6FA;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	color: #5A7F00;
}

/** LINKS */

a {
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
}

.link1 {
	display: block;
	padding: 3px 10px;
	background: #FFFFFF url(images/homepage10.gif) no-repeat right center;
	color: #5A7F00;
}

/** STYLES */

.style1 {
}

.style1 a {
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 {
	background-attachment: scroll;
	background-image: url(images/bg04.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg2 { background: url(images/bg05.jpg) no-repeat left top;}
.bg3 { background: url(images/bg06.jpg) no-repeat left top;}
.bg4 { background: url(images/subpage1_01.jpg) no-repeat left top;}
.bg5 { background: url(images/subpage1_02.jpg) no-repeat left top;}
.bg6 { background: url(images/subpage2_01.jpg) no-repeat left top; background-attachment: scroll;}

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 3px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 3px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-bottom: 15px;
	background: url(images/homepage08.jpg) repeat-x left top;
}

/** SCROLLERS */

.scroller {
	overflow: auto;
	padding-top: 25px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
}

.progress {
	float:left;
	width:80px;
	height:15px;
	background:#CCC;
	margin-right:15px;
}

.progressi {
	height:15px;
	padding-left:5px;
	background:#007ec1;
}
	

