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

BODY { vLink:#ffff00; aLink:#ff9900; link:#ffff00}
.style1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0000A0; }
.style2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0000A0;
	text-align: left;
	width: 700px;
	position: relative; top: -20px; left: 0px;
}
.style3 { height: 15px; widht: 800px; 	position: relative; top: opx; left: 0px;}
.style4 { height: 45px; widht: 800px; 	position: relative; top: opx; left: 0px; }
.style5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0000A0; border-style:double;
	text-align: center;
	width: 1000px;
	position: relative; top: opx; left: 0px;
}
.style6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #0000A0;
	text-align: left;
	width: 700px; height: 660px;
	position: relative; top: 0px; left: 0px;
}
/* unvisited link */
a:link {
    color: blue;
}

/* visited link */
 a:visited {
    color: blue;
}

/* mouse over link */
 a:hover {
    color: red;
}

/* selected link */
 a:active {
    color: blue;
} 