html, body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
}

.bodytag
{
	background-color: #E4EAF0;
}

table.mainTable
{
	width: 996px;
	height: 100%;
	background-color: #FFFFFF;
	align: center;
}

table.contentTable
{
	height: 100%;
	width: 980px;
}
.Lshadow
{
	background-image: url(../img/leftshadow.jpg);
	background-repeat: repeat-y;
}

.Rshadow
{
	background-image: url(../img/rightshadow.jpg);
	background-repeat: repeat-y;
}

.TopMenuBG
{
	background-image: url(../img/topMenuBG.gif);
	height: 29px;
}

.bundBar
{
	background-image: url(../img/bundBar.gif);
	background-repeat: repeat-x;
	height: 33px;
	font-family: arial, sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	
}

.leftMenuBG
{
	background-image: url(../img/leftMenuBG.gif);
	background-repeat: repeat-x;

}

.menuPoint
{
	height: 11px;

	font-family: arial;
	font-size: 12px;
	color: #333333;
}
a.menuPoint
{
	color: #333333;
	text-decoration: none;
}
.menuPointActive
{
	height: 11px;	
	font-family: arial;
	font-size: 12px;
	color: #333333;
	cursor: pointer;

}
a.menuPointActive
{
	color: #333333;
	text-decoration: none;

}

a.menuPoint:hover
{
	color: #333333;
	text-decoration: underline;

}

td.menuPoint
{

	height: 29px;	
	font-family: arial;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	padding-left: 14px;
	padding-right: 14px;
}

td.menuPointActive
{
	background-image: url(../img/menuPointActive.gif);
	background-repeat: repeat-x;
	height: 29px;	

	font-family: arial;
	font-size: 12px;
	color: #333333;
	cursor: pointer;
	padding-left: 14px;
	padding-right: 14px;
}

/* SubMenu classes -- start */

td.SubmenuPointActive
{
	background-image: url(../img/LeftDotActive.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #FF6600;
	padding-left: 28px;
	white-space: nowrap;
}
a.SubmenuPointActive
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.SubmenuPointActive:hover
{
	text-decoration: underline;
}
td.SubmenuPoint
{
	background-image: url(../img/LeftDot.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	padding-left: 28px;
}
a.SubmenuPoint
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.SubmenuPoint:hover
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}



/* SubMenu classes -- end */

/* niv3Menu classes -- start */

td.niv3menuPointActive
{
	background-image: url(../img/subLeftDotActive.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #FF6600;
	padding-left: 40px;
	white-space: nowrap;
}
a.niv3menuPointActive
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.niv3menuPointActive:hover
{
	text-decoration: underline;
}
td.niv3menuPoint
{
	background-image: url(../img/subLeftDot.gif);
	background-repeat: no-repeat;
	height: 22px;
	font-family: arial;
	font-size: 11px;
	color: #333333;
	padding-left: 40px;
}
a.niv3menuPoint
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
a.niv3menuPoint:hover
{
	font-family: arial;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}



/* niv3Menu classes -- end */


.OlistHeader
{
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.4;
	font-weight: bold;
}

.OlistHeaderTitle
{
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.4;
	font-weight: bold;
	background-color: #E4EBF2;
}

.OlistHeaderDescrib
{
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.4;
	font-weight: bold;
	background-color: #D1DFEE;
}

.OlistenTxt
{
	font-family: verdana, sans-serif;
	color: #333333;
	font-size: 10px;
	line-height: 1.4;
}


.lige
{
	background-color: #FFFFFF;
	height: 20px;
}
.ulige
{
	background-color: #E4EBF2;
	height: 20px;
}