BODY {
	font-family:   Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
}
TABLE, TR, TH, TD {
	font-family:   Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
}

/* The title page */
BODY.title {
	background-color: #ADADAD;
	text-align: left;
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(bg-top.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-right: 0px solid #1A9621;
}

BODY.title A {
	color: #0F0092;
	text-decoration: none;}
A.title {
	color: #FFFFFF;
	text-decoration: undeline;
}

/* The bottom page */
BODY.bottom {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #00137C;
	text-align: center;
	background-color: #41458D;
	background-image: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 4px;
	margin: 0px
}
BODY.bottom A {
	color: #FFFFFF;
	text-decoration: underline;}
A.bottom {
	color: #ECECEC;
	text-decoration: undeline;
}
/* The side pages */
BODY.left {
	background-color: #FFFFFF;
	background-image: url(bg-left.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-right: 1px solid #41458D;
}

BODY.right {
	background-color: #FFFFFF;
	background-image: url(bg-right.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-left: 1px solid #41458D;
}

A {
	color: #0F0092;
	text-decoration: none;
}
A:hover {
	color: #FFFFFF; 
	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.level1 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
A.level2 {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}
A.level {
	font-size: 9px;
	font-weight: normal;
	color: #999999;
}
