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

*:focus { 
	outline: none; 
	}


#ContAll {
	margin:auto;
	width:1024px;
	height:auto;
	position:relative;
	background: #cccccc url(images/mainbg1_04.png)	repeat-y top center;
	z-index:1;
	background-color: #333333;
	}

#ContTop {
	width:1024px;
	height:57px;
	z-index:2;
	position:relative;
	background-image:url(images/maintop01_01.png);
}

#ContCont {
	width:1024px;
	height:auto;
	position:relative;
	z-index:2;
}

#ContFoot {
	width:1024px;
	height:75px;
	position:relative;
	z-index:2;
	background-image:url(images/bottomfoot_04.png);
	background-repeat:repeat;
	background-color:#333333;
}

.style1 {
	color:#CCCCCC;
	margin-left:30px;
	margin-right:30px;
	}

.style1 a:link {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}

.style1 a:active {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.style1 a:visited {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.style1 a:hover{
	text-decoration:none;
	border:none;
	}
	
.Estyle1 {
	color:#CCCCCC;
	font-size:20px;
}

.Estyle1 a:link {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;

	}

.Estyle1 a:active {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.Estyle1 a:visited {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.Estyle1 a:hover{
	text-decoration:none;
	border:none;
	}
	
body {
	color:#CCCCCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#333333;
}
.style2 {
	color:#CCCCCC;
	margin-left:30px;
	margin-right:30px;
	font-size:18px;
	}

.style2 a:link {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}

.style2 a:active {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.style2 a:visited {
	text-decoration:underline;
	color:#CCCCCC;
	border:none;
	}
	
.style2 a:hover{
	text-decoration:none;
	border:none;
	}