@charset "utf-8";

body {
	/*background-image: url(PIC/back4.gif);
	background-repeat: repeat-y;*/
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #6699FF;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

#nav {
	/*background-image: url(PIC/back3.gif);*/
	background-color: #6699FF;
}

.style1 {
	font-size: 18;
	font-weight: bold;
}

.style2 {
	font-size: large;
	font-weight: bold;
}

.style3 {
	font-size: x-large;
	font-weight: bold;
}

.style5 {
	font-size: xx-small;
}

.style6 {font-size: small}

#header {
	/*background-color: #6699FF;*/
	background-image: url(PIC/back-blue.gif);
	background-repeat: repeat-x;
	color: #6699FF;
}

#navtext a {
	/*color:#000000;*/
	color:#FFFFCC;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	}
	
#navtext a:hover {
	/*color:#FFFFCC;*/
	color:#000000;
	font-weight:bold;
	background: url("PIC/mm_bullet_yellow.gif") 1px 50% no-repeat;
	}
	
#navheader {
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000
	}
	
#apDivtext {
	position:absolute;
	left:44px;
	top:29px;
	width:757px;
	height:267px;
	z-index:1;
}
