@charset "UTF-8";
/* CSS Document */

titleSub {
	font-family: "Comic Sans MS";
	font-size: 11px;
	text-align: left;
	font-style: italic;
	color: rgba(0,0,0,1);
}
bodyTxt {
	font-family:"Comic Sans MS";
	font-size:10px;
	text-align:left;
	font-style:italic;
	color:rgba(0,0,0,1);
}
bodyW {
	font-family:"Comic Sans MS";
	font-size:10px;
	text-align:left;
	font-style:normal;
	color:rgba(0,0,0,1);
}
.headBlock{
	position: fixed;
	top: 0px;
	width: 100%;
	background-color: rgba(255,255,255,1);
	padding-left: 15px;
	padding-top: 15px;
	z-index: 1;
	height: 30px;
	text-align: left;
	}
.bodyBlock{
	text-align: left;
	top: 50%;
	background-color: rgba(255,255,255,1);
	width: auto;
	padding-left: 15px;
	z-index: 0;
	}	
.alphaBlock{
	height: 60px;
	position: relative;
	z-index: 0;
	top: 0px;
}
a:link {
	color:rgba(0,0,0,1);
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: rgba(0,0,0,1);
}
a:hover {
	text-decoration: none;
	color: rgba(204,204,255,1);
}
a:active {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
a:link {
	text-decoration: none;
}


