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

h1 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1em;
	font-weight: bold;   
	color: #4BC8F4
}

h2 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
	font-weight: bold;   
	color: #4BC8F4
}

h4 {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 1.2em;
	font-weight: regular;   
	color: #4BC8F4
}

p {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
	font-weight: regular;   
	color: #fff
}

.style1 {
	color: #4BC8F4;
	font-size: 0.7em;
	font-style: italic;
}

.style2 {
	color: #FFFFFF;
	font-size: 0.7em;
}

.style4 {

	color: #fff;
	font-weight: bold;	
}


.style5 {
	color: #4BC8F4;
	font-weight: bold;
}

ul {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 0.8em;
	font-weight: regular;   
	color: #fff
}

a:link {
	color: #4BC8F4;
}

a:visited {
	color: #4BC8F4;
}