/* STANDARD TAG REDEFINITIONS */
BODY{
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: black;
	background-color: #FFF2A6;
	background-image: url(../img/left-line.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-left: -3px;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: #29166F;
}
a:hover {
	color: #8E84B7;
}
pre{
	margin: 0px;
	color: Blue;
}
img{
	border: 0px;
	}

#MAIN{
	background-image: url(../img/top-img.gif);
	background-repeat: no-repeat;
	margin-left: 3px;
}
#LEFT{
	background-image: url(../img/left-circle.gif);
	background-repeat: no-repeat;
	position: absolute;
	float: left;
	width: 93px;
	height: 301px;
	margin-top: -115px;
	margin-left: -25px;
}
.POINTER_HAND{
	cursor: pointer;
}

