*{
	color:#000080;
	font-family:Arial,Helvetica;	
	font-size:18px;
	margin:0px;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.caption{
	font-size:30px;
	font-weight:bold;
	padding-left:40px;
	display:inline;
	clear:left;
}
.captionC{
	font-size:1.3em;
	font-weight:bold;
	padding:30px  50px  30px 50px;
	margin:10px 0px;
	background-color:#aaaaff;
	/*display:inline;*/
}
.content{
	visibility:hidden;
	position:absolute;
	width:100%;
	height:100%;
}
.header{
	/*width:100%;*/
	position:absolute;
	text-align:center;
	font-size:40px;
}
table.light{
	border-spacing:20px;
	background-color:#ffffff;
}

.footer{
	text-align:center;
	font-size:32px;
	position:absolute;
	/*border:1px solid red;*/
}
.c, .cb, .cs{
	text-align:center;
}
.b, .bb{
	text-align:justify;
}
.bb, .cb{
	font-weight:bold;
	padding:3px  5px  3px 5px;
}
.cs{
	font-size:10px;
}
img{border:0;}
.w80{
	width:80%;
}
.h80{
	height:80%;
}