@charset "utf-8";
/* CSS Document */
.nav a:link { color:#3366FF; text-decoration: none;}
.nav a:visited { color:#0000FF; text-decoration: none; }
.nav a:hover { color:#FF0000; text-decoration: none; }
.nav  a:active { color: #3366FF; text-decoration: none; }
 
body{background-color:#33CCFF;}
#nav {
	position:absolute;
	left:18px;
	top:244px;
	width:155px;
	height:337px;
	z-index:14;
	
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	width:930px;
	height:228px;
	z-index:3;
}
.style1 {
	font-size: 24px
}
.red {
	font-size: 24px; color:#FF0000; fonr-weight:bold;
}
.styleitalic {
	font-size: 20px; font-style:italic; font-weight:bold; color:#0033CC; 
}
.h2 {
	font-size: 20px
}
.h3 {
	font-size: 19px
}
.textlink {
	font-size: 12px
}
.text {
	font-size: 15px
}
.textmargin {
	font-size: 14px; margin: 10px;
}
.nav {font-size: 18px; color:#0033CC; font-weight: bold; }
