/* CSS Document New Style*/

a, img, div, span, ul, li, p {padding:0; margin:0}
ul {list-style:none}
img {border:0}

a.default:hover {text-decoration:none}

/* Colors */
}.blue {
	color: #0000FF;
}
.red {
	color: #FF0000;
}
.green {
	color: #00FF00;
}
.darkgreen {
	color: #009300;
}
.brown {
	color: #5B400B;
}
.text {
	color: #222222;
}
.info {
	color: #999999;
}

.source {
	color: #3E5171;
}

.lightblue {
	color: #7979FF;
}

.darkblue {
	color: #000064;
}

.darkgray {
	color: #444444;
}
/* Text decoration */

.under {
text-decoration:underline;
}

.center {
	text-align: center;
}

.just {
	text-align: justify;
}

.bold {
	font-weight: bold;
}


/* Text Types */

.header {
	font-family: "Bookman Old Style", Tahoma, Georgia, "Times New Roman";
	font-size: 36px;
}

ul.brown li {background:url(../assets/left_item_bullet.gif) no-repeat 0 8px; line-height:20px; padding-left:10px}
ul.brown li a {color: #5B400B; text-decoration:none;}
ul.brown li a:visited {text-decoration:none;color: #5B400B;}
ul.brown li a:hover {text-decoration:underline;color: #5B400B;}

td.brown a {color: #5B400B; text-decoration:none;}
td.brown a:visited {text-decoration:none;color: #5B400B;}
td.brown a:hover {text-decoration:underline;color: #5B400B;}


ul.blue li {background:url(../img/bullit-3.gif) no-repeat 0 8px; color:#7192BD; font:11px Arial; line-height:20px; padding-left:10px}
ul.blue li a {color:#7192BD;}
ul.blue li a:hover {text-decoration:none}

/* Bread crumps */

div.cookietrail {font:11px/24px Arial; padding-left:6px; color:#666666;}
div.cookietrail a {background:url(../assets/cookietrail_arrow.gif) no-repeat right center; color:#999999; margin:0 6px 0 0; padding:0 10px 0 0}
div.cookietrail a:visited {text-decoration:none; color:#999999;}
div.cookietrail a:hover {text-decoration:underline; color:#999999;}
.dotted {
	border-bottom-width: 3px;
	border-bottom-style: dotted;
}
.lightbrown {

	color: #EEEDD5;
}
.margin10 img{
	margin: 10px;
}
.marginLeft20 img{
	margin-left: 20px;
}

/* Tool tip */

/* CSS Document */
#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
