body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.general {  font-size: 10pt; color: #000033}

.bgindex{
	background-color: #D9D3C7;
	background-image: url(/images/bg_home.gif);
	background-repeat: no-repeat;
}
.bgtop{
	background-color: #C8C2B7;
	background-image: url(/images/top3.gif);
	background-repeat: no-repeat;
}
.bgtopenglish{
	background-color: #C8C2B7;
	background-image: url(../images/a_top3.gif);
	background-repeat: no-repeat;
}
.bgmain{
	background-color: #C8C2B7;
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
}
.bgtresor{
	background-color: #C8C2B7;
	background-image: url(/images/bg_tresor.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.bgpop{
	background-color: #D9D3C7;
}
.bgdown{
	background-color: #C8C2B7;
	background-image: url(/images/down.gif);
	background-repeat: no-repeat;
}
.bgdownenglish{
	background-color: #C8C2B7;
	background-image: url(../images/a_down.gif);
	background-repeat: no-repeat;
}
a:link {
	text-decoration:underline;
	color: #000033;
}
a:visited {
	text-decoration:underline;
	color: #660000;
}
a:hover {
	text-decoration:underline;
	color: #4C432F;
}
a:active {
	text-decoration:underline;
	color: #000033;
}

