
body{
	font-size	: 10pt;
	color		: #000000;
	background-color: #ffffff;
	margin		: 0;
}
a img {border : 0;}


a:link{color	: #0000ff;}
a:visited{color : #f0f0f0f;}
a:hover{color 	: #ff0000;
	font-size	: 18;
	font-weight	: bold;}
a:active{color 	: #00ff00;}


td.month{width : 47px;
	height : 15px;
	margin : 0;}

.logo{
	margin	: 0;
	padding	: 10px;
	width 	: 500px;
	height	: 70px;
	top	: 0;
	left	: 0;
	position: absolute;
	z-index : 1;
}

.count{
	margin	: 0;
	width	: auto;
	height	: 15px;
	top	: 0;
	right	: 20;
	position: absolute;
	background-color : #ff77ff;
	text-align : right;
	z-index : 2;
}

.target{
	margin	: 0;
	width	: auto;
	height	: 55px;
	top	: 15px;
	right	: 20;
	position: absolute;
	background-color : #ffffff;
	text-align : left;
	z-index	: 4;
} 

.menu{	
	margin	: 0;
	padding-bottom	: 50px;
	width	: 150px;
	top	: 70px;
	left	: 0px;
	background-color: #ffffff;
	position: absolute;
	z-index	: 5;

}

.main{	
	margin	: 10;
	height	: auto;
	width	: 500px;
	top	: 70px;
	left	: 150px;
	position: absolute;
	font-size	: 12pt;
	background-color: #ffffff;
	z-index	: 3;
	padding-bottom	: 100px;
	padding-top	: 10px;
	line-height	: 2em;
}

.window{
	height	: auto;
	width	: 660px;
	position: absolute;
	top	: 0;
	background-color: #ffffff;
	z-index : 6;
}


.cover{
	margin : 0;
	height : 100%;
	width : 100%;
	position : absolute;
	top : 0;
	left : 0;
	background-color : #ffffff;
	z-index : 0;
}
