/*--------------------[NAVIGATION]--------------------------*/
/*---------------------[Level: 1]--------------------------*/
.level1:Link
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
}

.level1:visited
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
}

.level1:hover
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
}

.level1:active
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
}

/*---------------------[Level: 2]--------------------------*/

.level2:Link
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level2:visited
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level2:hover
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #0C5297;
	text-decoration : none;
	background-color : #DDDDDD;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level2:active
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #0C5297;
	text-decoration : none;
	background-color : #DDDDDD;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

/*---------------------[Level: 3]--------------------------*/

.level3:Link
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level3:visited
{
	font-size : 11px;
	font-weight : normal;
	font-family : Arial;
	color : #666666;
	text-decoration : none;
	background-color : transparent;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level3:hover
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #0C5297;
	text-decoration : none;
	background-color : transparent;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.level3:active
{
	font-size : 11px;
	font-weight : bold;
	font-family : Arial;
	color : #0C5297;
	text-decoration : none;
	background-color : #DDDDDD;
	padding-right : 2px;
	padding-left : 4px;
	padding-top : 0px;
	padding-bottom : 0px;
}

.tableActive {
	background-color : #DDDDDD;
}

.tableInActive {
	background-color : #FFFFFF;
}

