/* GLOBAL STYLES */

body,table,td,p,div,span,b {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}

input,textarea,select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FDF9FD;
}

a.bodylink {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
}
/* FOOTER TEXT */

.footertext10 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #593659;
	text-decoration: none;
}
a.footertext10:hover {
	text-decoration: underline
}
a.footertext10:visited {
	color: #593659;
}

.choosefootertext10 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
a.choosefootertext10:hover {
	text-decoration: underline
}
a.choosefootertext10:visited {
	color: #999999;
}
/* BACKGROUND IMAGES */

.bkghome {
	background-image: url(../_images/img_page_welcome.jpg);
	background-repeat: no-repeat;
}

/* CONTACT FORM */
	
input.contactfield {
	width: 300px;
}

textarea.contactfield {
	width: 300px;
}

select.countryfield {
	width: 300px;
}