body {
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
	color: #1F1F1F;
	background: #cc99cc;
	margin: 0;
	height:100%;
}
input {
	font: 12px "Trebuchet MS", Helvetica, sans-serif;
}
/* by doing this you don't need to write border="0" into the <img> tag */
img {
	border: 0;
}
a {
	color: #473d4f;
	font-weight: bold;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: transparent;
}

.p {
	color: #FFFFFF;
	margin-left:20px;
	margin-right:20px;
}

.p a {
	color:#cc99cc
}

.p a:hover {
	color:#7b3d7b;
}


/* the menu items in the left column */
ul.leftnav {
	position:relative;
	float:left;
	margin:auto;
	width:250px;
	padding:0 0 1.75em 1em;
	margin:0;
	list-style:none;
	font-size:13px;
	padding-left:0px;
	
}
.leftnav a {
	display: block;
	height: 20px;
	line-height: 20px;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	border-right:1px solid #aaa;
	background: #fff;
	padding-left: 5px;
	font-size: 13px;
	text-decoration: none;
	
    position:relative;	
}
.leftnav a:hover {
	background: #a7a4a9;
}




#fixedtipdiv {
    position:absolute;
    z-index:1;
}
.tooltiptxt {
    width: 230px;
    background-color: #f0acf6;
    border: 1px solid #800080;
    padding: 2px;
    font:normal 12px Verdana;
    line-height:18px;
    position:absolute;
    left:3px;
    top:9px;
	margin-left: 180px;
}
.arrow {
    position:absolute;
    top:0;
    left:190px;
    z-index:1;
}








