a: link {
	color:black;
}

a:visited {
	color:black;
}

a:active {
	color:black;
}

a{
	color:black;
}
a.nav {
	font-family: verdana;
	font-size: 8pt;
	font-weight:bold;
	text-decoration:none;
	color:black;
}

.bigger {
	font-family: verdana;
	font-size: 9pt;
	color: white;
	font-weight : normal;
}

.biggest {
	font-family: verdana;
	font-size: 10pt;
	color: black;
	font-weight : normal;
}

.bg {
	background-color: white;
}

.bg2 {
	background-color:#C6D3E7;
}

.bgDesMain {
	background-color: white;
	font-family: verdana;
	font-size: 8pt;
	color: #5C7898;
	font-weight : normal;
}


.desMain {
	font-family: verdana;
	font-size: 8pt;
	color: black;
	font-weight : normal;
}

.margins1 {
    margin-top:3pt;
    margin-left:3pt;
    margin-right:3pt;
    margin-bottom:3pt;
}

.desMainS {
	font-family: verdana;
	font-size: 7pt;
	color: black;
	font-weight : normal;
}

.desMainS_small {
	background-color: white; /*#d7dfe8;*/
	padding-top:2;
	padding-bottom:2;
	padding-left:2;
	font-family:verdana;
	font-size:7pt;
	font-weight:normal;	
}
.err {
	font-family: verdana;
	font-size: 8pt;
	color: red;
	font-weight : normal;
}

a.nodeco {
	text-decoration: none;
	color:black;
}

a.deco {
	color: black;
}


body.nomargins {
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	margin-bottom: 0;
}

h1.white {
	color:white;
}

.text_small {
	background-color: white; /*#d7dfe8;*/
	padding-top:2;
	padding-bottom:2;
	padding-left:2;
	font-family:verdana;
	color:#003B6F;
	font-size:7pt;
	font-weight:normal;	
}

.td {
	background-color: white;
	margin-top:2;
	margin-bottom:2;
	margin-left:2;
	border : 1px solid #AFC1CE;
}