table { 
    border-spacing:		0px;
}

td{
	padding:			0px;
}

body{
	font: 				16px Arial, Verdana, sans-serif;
}

h1{
	font: 				20px Arial, Verdana, sans-serif;
	font-weight:		bold;
	margin: 			1em 1em 1em 1em;
}

h2{
	font: 				19px Arial, Verdana, sans-serif;
	font-weight:		bold;
	margin: 			1em 1em 1em 1em;
}

h3{
	font: 				18px Arial, Verdana, sans-serif;
	font-weight:		bold;
	margin: 			1em 1em 1em 1em;
}

h4{
	font: 				17px Arial, Verdana, sans-serif;
	font-weight:		bold;
	margin: 			1em 1em 1em 1em;
}

p{
	font-size: 			16px;
	line-height:		150%;
	margin: 			1em 1em 1em 1em;
}

img.menu{
	border:				none;
	float:				left;
}

li{
	list-style-image: 	url("../images/arrow_red.gif");
}

a{
	text-decoration:	none;
}

a:link{
	color: 				#000000;
}

a:visited{
	color: 				#000000;
}

a:hover{
	color: 				#b10d1b;
}

hr{
	height:				1px;
	border:				none;
	color:				#c5c6c8;
	background-color:	#c5c6c8;
}

.tooltiptitle{
	color: 				#FFFFFF;
	text-decoration:	none;
	cursor: 			default;
	font: 				16px Arial, Verdana, sans-serif;
	font-weight: 		bold;
}
.tooltipcontent{
	color: 				#000000;
	text-decoration:	none;
	cursor: 			default;
	font: 				16px Arial, Verdana, sans-serif;
}

.tooltit{
	text-align:		 	left;
	padding: 			0.25em 0.25em 0.25em 0.1em;
}

.toolcont{
	text-align: 		justify;
	padding: 			0.5em 0.5em 0.5em 0.5em;
}

#ToolTip{
	position:			absolute;
	width: 				100px;
	top: 				0px;
	left: 				0px;
	z-index:			4;
	visibility:			hidden;
}