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

/* The title page */
BODY.title {
	background-color: White;
	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;
	border-bottom: 0px solid #190C6A;
}
DIV.title {}
H1 {
	font-size: 18px;
	font-weight: bold;
	color: #243B86;
}

/* The bottom page */
BODY.bottom {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	background-color: #190C6A;
	background-image: none;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding-top: 8px;
}
A.bottom {
	color: #ECECEC;
	text-decoration: undeline;
}
A:hover.bottom {
	color: #FFFFFF;
	text-decoration: none;
}

/* The side pages */
BODY.left {
	background-color: #CCCCCC;
	background-image: none;
	border-right: 2px solid #190C6A;
}
BODY.right {
	background-color: #CCCCCC;
	background-image: none;
	border-left: 2px solid #190C6A;
}

/* 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: #CCCCCC;
	background-image : url("bg-hmenu.jpg");
	text-align: left bottom;
	margin: 0px;
	padding-left: 67px;
	padding-right: 0px;
	padding-top: 3px;
	background-position: left;
	border-top: 0px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
}

TABLE.horizmenu{
	width: 800px;
}

 TD.horizmenu{
   width: 175px;
	height: 20px;
	background-image : url("bg-cellmenu.jpg");
	padding-left: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

A.horizmenu{
	font-size: 14px;
	font-weight: 600;
	color: #190C6A;
}
A:hover.horizmenu {
	color: #AAAAAA; 
	text-decoration: underline;
}
/* 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: 10px;
	padding-right: 0px;
	padding-top:40px;
	border-right-width : 1px;
}
A {
	color: #444444;
	text-decoration: none;
}
A:hover {
	color: #DDDDDD; 
	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;
}
