@charset "utf-8";
/* CSS Document */
body {
	font: 100% Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */

}

a:hover{
	color: #000000;
	text-decoration: none;
}

#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent {
	width: 1000px;
	height:452px;
	margin: 50px 0 0 0px;
	padding: 0 0px 0 0px;
} 
#mainContent2 {
	width: 1000px;
	height:100px;
	margin: 0px 0 0 0px;
	padding: 0 0px 0 0px;

} 
#user1 {
	width: 120px;
	height:80px;
	margin: 0px 0 0 0px;
	padding: 0 0px 0 0px;

} 
#user2 {
	width: 120px;
	height:100px;
	margin: 0px 0 0 0px;
	padding: 0 0px 0 0px;

	float: left;
} 

#intro {
	padding: 0px 30px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}
#intro a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}

#intro2 {
	padding: 0px 0px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	line-height: normal;
	text-align: left;
	vertical-align: top;
}

#intro2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
#intro2 a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
}
.en {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}

.en a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
.en a:hover{
	color: #00FF00;
	text-decoration: none;
}
.fr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}
.fr a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.fr a:hover{
	color: #00FF00;
	text-decoration: none;
}
.com {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00FF00;
	font-style: normal;
	text-align: left;
	vertical-align: top;
	text-decoration: none;
}
.com a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.com a:hover{
	color: #00FF00;
	text-decoration: none;
}