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

<!--
body {
	background-image: url(../images/backgrounds/background_global.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top;
}

/* white text non bold */ 
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}


/* white text bold */
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

/* white large text */
.style4 {
    font-size: 19px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* black text text */
.style5 {
    font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

/* black Large */
.style6 {
    font-size: 19px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #00AEEE;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #00AEEE;
	text-decoration: none;
}
