BODY{
	background-color: #F5DA99;
	background-image: url(../img/bg.jpg);
	background-position :100% 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
BODY.2{
	background-color: #F5DA99;
	background-image: url(../img/bg2.jpg);
	background-position :100% 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
BODY.3{
	background-color: #F5DA99;
	background-image: url(../img/bg3.jpg);
	background-position :100% 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
BODY.4{
	background-color: #F5DA99;
	background-image: url(../img/bg4.jpg);
	background-position :100% 100%;
	background-attachment : fixed;
	background-repeat : no-repeat;
}
P{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	color: #624C37;
}
UL{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	font-weight: bold;
	color: #624C37;
}
UL.NORMAL{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: justify;
	font-size: 11px;
	font-weight: normal;
	color: #624C37;
	font-style: italic;
}
H1{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #624C37;
}
H2{
	font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #624C37;
}
A{
	font-family: arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #624C37;
	text-decoration: none;
}
TD.LEFT{
	background-image: url(../img/leftbg.gif);
	background-position : left;
	background-repeat : repeat-y;
}