body{
	font-size: 12px;
	background-color: #6c6489;
	color: #ffffff;
}
td{
	font-size: 12px;
}
th{
	font-size: 12px;
}
A:link{
	color: #ffffff;
	font-weight: bold;
}
A:visited{
	color: #ffffff;
	font-weight: bold;
}
A:active{
	color: #ffffff;
	font-weight: bold;
}
A:hover{
	color: #ffffff;
	font-weight: bold;
}

.title{
	/*
	padding: 0px;
	*/
	top:0px;
	left:0px;
	width:720px;
	height: 80px;
	position:absolute ;
	background-color: #eeeeee;
}
.left{
	top:80px;
	left:0px;
	width:120px;
	height: 100%;
	position:absolute ;
	background-color: #dddddd;
}
.main{
	top:80px;
	left:120px;
	width:600px;
	height: 100%;
	position:absolute ;
	background-color: #cccccc;
}

