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

body {
	background-image: url(../101409/intro/introBack_101409_c.png);
}
a:link {
	color: #FF99CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF99CC;
}
a:hover {
	text-decoration: underline;
	color: #FF33CC;
}
a:active {
	text-decoration: none;
	color: #FF99CC;
}
.style4 {
	color: #FF66CC;
	font-style: italic;
}

.style1 {
	color: #FFFFFF;
	font-family: sans-serif;
	font-size: small;
}
.style2 {
	color: #EC1D7F;
	font-weight: bold;
}

/* fixed navigation container */
#fixed_nav_contain { 
	height:30px;
	width:100%;
	bottom:0px;
	position:absolute;
	position: fixed; left: 0px;
	overflow:hidden;
	vertical-align:middle;
	/*background-image:;
	background-repeat:repeat-x;
	background-position:bottom;*/
}

	#fixed_nav_contain .nav_bar1 {
		height:25px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		position:absolute;
		bottom:0px;
		position:fixed; left: 0px;
		font-family:sans-serif;
		vertical-align:middle;
	/*	background-color:#EEEEEE;
		border:#666666 solid 1px; */
	}
	
		#fixed_nav_contain .nav_bar1 ul {
			margin-top:5px;
			list-style:none;
		}
		
		#fixed_nav_contain .nav_bar1 li {
			display:inline;
		}
		
		#fixed_nav_contain .nav_bar1 li a {
			padding-top:2px;
			padding-bottom:2px;
			padding-left:2px;			
			padding-right:2px;
		}
		
		#fixed_nav_contain .nav_bar1 a:link {
			font-size:10px;
			color:#EC1D7F;
			text-decoration:none;
			/*background-color:#EEEEEE; */
		}
		
		 #fixed_nav_contain .nav_bar1 a:visited {
			font-size:10px;
			color:#EC1D7F;
			text-decoration:none;
			/*background-color:#EEEEEE; */
		}


		#fixed_nav_contain .nav_bar1 a:hover {
			font-size:10px;
			color:#EC1D7F;
			text-decoration:none;
			background-color:#1E010D;
		}
.style3 {
	color: #EC1D7F;
	font-weight: bold;
	font-size: 10px;
}