BODY {
	font-family:   Verdana,Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #888888;
}
TABLE, TR, TH, TD {
	font-family:   Verdana,Arial,Helvetica, sans-serif;
	font-size: 10px;
}

/* The title page */
BODY.title {
	background-color: #D3D3D3;
	text-align: left;
	margin: 0px;
	padding-left: 17px;
	padding-top: 0px;
	background-image : url("bg-top.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment : fixed;
}
DIV.title {}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #27458E;
}

/* The bottom page */
BODY.bottom {
background-image : url("bg-bottom.jpg");
background-position: left bottom;
background-repeat: no-repeat;
background-attachment : fixed;
padding-top:5px;
}

/* The side pages */

BODY.right {
	background-color: #FDFDF9;
	border-left: 0px solid #777777;
	background-image : url("bg-right.jpg");
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment : fixed;
}
BODY.left {
	background-color: #FDFDF9;
	border-left: 0px solid #777777;
}


/* The menu page */
BODY.menu {
	background-color: white;
	background-image: url(bg-top.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 25px;
	padding-right: 0px;
	padding-top:61px;
	border-right-width : 1px;
}
A {
	color: #444444;
	text-decoration: undeline;
}
A:hover {
	color: #888888;
	text-decoration: none;
}
TABLE.Menu{
	width: 100%;
}

SPAN.item {
	padding-left: 1px;
	width: 100%;
}

/* level1 = the first level, level2 = the second level, level = >From the third level and down... */
TD.level1  {
	height: 16px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 0px;
	vertical-align: top;
}
TD.level2 {
	height: 16px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	vertical-align: top;
}
TD.level {
height: 16px;}

A.level1 {
	font-size: 10px;
	font-weight: bold;
	color: #203A87;
}
A.level2 {
	font-size: 10px;
	font-weight: bold;
	color: #203A87;
}
A.level {
	font-size: 9px;
	font-weight: normal;
	color: #203A87;
}

A.shop {
	font-size: 10px;
	font-weight: bold;
	color: #203A87;
	padding-left: 0px;
}

