/********** GLOBAL STYLE **********/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
	background-color: #333333;
	font-size: 9pt;
}

a{
	color: #686868;
	text-decoration: none;
	font-size: 13px;
	line-height: 20px;
}

a:link{
	color: #686868;
	text-decoration: none;
}

a:visited{
	color: #024F81;
	text-decoration: none;
}

a:hover{
	color: #024F81;
	text-decoration: none;
}

ul{
	list-style-type: none;
	line-height: 24px;
}

ul ul{
	list-style-type: none;
	line-height: 20px;
}

ul ul ul{
 list-style-type: none;
}

td {
	text-decoration: none;
}

th {
	text-decoration: none;
}

#header a {
	color: #999999;
	text-decoration: none;
	font-size: 9pt;
}

#header a:hover {
	color: #024F81;
	text-decoration: none;
}

.cb1{
	color: #FFFFFF;
	font-size: 9pt;
}
.cl1{
	color: #024F81;
}

td {
	font-size: 9pt;
}

.cf{
	color: #666666;
	font-size: 9pt;
}
.bd {
	border-bottom: 1px solid #E9E9E9;
}
.bd2 {
	border-bottom: 2px solid #E9E9E9;
}
.br {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E9E9E9;
}
.b {
	border: 1px solid #E9E9E9;
}