BODY {
	font-family:   Arial,Helvetica, sans-serif;
	font-size: 12px;
}
TABLE, TR, TH, TD {
	font-family:   Arial,Helvetica, sans-serif;
	font-size: 12px;
}

/* The title page 
BODY.title {
	background-color: White;
	text-align: left;
	margin: 0px;
	padding-left: 17px;
	padding-top: 0px;
	background-image : url("bg-top.gif");
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment : fixed;
	border-right: 0px solid #243B86;*/
}
DIV.title {}
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #243B86;
}

/*The bottom page */
BODY.bottom {
	padding-top: 8px;
	margin: 0px;
	background-color: #222222;
	color: #FFFFFF;
	text-align: center;
	background-image: url(bg-bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* The side pages */
BODY.left {
	background-color: #EEEEEE;
	background-image: url(bg-left.jpg);
	background-position: right top;
	background-repeat: x-repeat;
	background-attachment: fixed;
	border-right: 0px solid #243B86;
}
BODY.right {
	background-color: #EEEEEE;
	background-image: url(bg-right.jpg);
	background-position: left top;
	background-repeat: x-repeat;
	background-attachment: fixed;
	border-left: 0px solid #243B86;
}

/* Top/bottom page 
BODY.verytop {
	background-image: url(bg-vtop.gif);
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: left bottom;
		border-bottom: 1px solid #243B86;}
BODY.verybottom {	background-image: url(bg-vbot.gif);
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: left top;
		border-top: 1px solid #464648;}
*/
/* The horizmenu page */
body.horizmenu {
	background-color: #FFFFFF;
	background-image: url("bg-top.jpg");
	text-align: left;
	border-right-width: 0px;
	margin: 0px;
	padding-left: 25px;
	padding-right: 355px;
	padding-top: 105px;
	background-position: left top;
	font-size: 10px;
	font-weight: normal;
}

TABLE.horizmenu{
	width: 4000px;
}

 TD.horizmenu{
	width: 100px;
	height: 20px;
	background-image: none;
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
/* The menu page */
BODY.rightmenu{
	background-color: white;
	background-image: none;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #777777;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 12px;
	border-right-width: 0px;
}
/*BODY.menu {
	background-color: white;
	background-image: url(bg-menu.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding-left: 10px;
	padding-right: 0px;
	padding-top:40px;
	border-right-width : 1px;
}*/
A {
	color: #222222;                                                  
	text-decoration: none;
}
A:hover {
	color: #BBBBBB;
	text-decoration: underline;
}
TABLE.Menu{
	width: 100%;
}

SPAN.item {
	padding-left: 3px;
	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.horizmenu{
	font-size: 14px;
	font-weight: normal;
	color: #222222;
}
A.level1 {
	font-size: 10px;
	font-weight: bold;
	color: #ECECEC;
}
A.level2 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
A.level {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}

