/*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: White;
	text-align: left;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(bg-top_blue.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	border-bottom: 1px solid #5D8AC9;
}
/*DIV.title {}
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #1A9621;
}

/* The bottom page */
BODY.bottom {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	background-color: #343757;
	background-image: url(bg-bottom.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 6px;
	margin: 0px;
}
BODY.bottom A {
	color: #ECECEC;
	text-decoration: underline;}
A.bottom {
	color: #ECECEC;
	text-decoration: undeline;
}
BODY.bottom hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* 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 #0F0092;
}

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 #0F0092;
}
/* The horizmenu page */
/* body.horizmenu {
	background-color: #FFFFFF;
	background-image: url(bg-hmenu.jpg);
	text-align: center top;
	border-right-width: 0px;
	margin: 0px;
	padding-left: 60px;
	padding-right: 0px;
	padding-top: 0px;
	background-position: left top;
	font-size: 11px;
	font-weight: bold;
	border-left: 0px solid #0F0092;
	border-top: 0px solid #938BDB;
	border-bottom: 0px solid #CCCCCC;
	
}
*/
TABLE.horizmenu{
	width: 800px;
	padding-left: 0px;
	text-align: center top;
	border-left-color: #5D8AC9;
}

 TD.horizmenu{
	width: 120px;
	height: 19px;
	background-image: url(bg-cell-fade.gif);
	background-position: left;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
/* The menu page */
/*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: 16px;
	padding-right: 0px;
	padding-top:40px;
	border-right-width : 1px;
   border-left: 1px solid #1A9621;
}*/
A {
	color: #ECECEC;
	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;
}
