@charset "utf-8";
/* CSS Document */
html {
	width: 				100%;
	height: 			100%;
}

body {
	margin: 			0px;
	background-color: 	#DBEFFB;
	font: 				normal 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 		18px;
	text-align: 		center;
}

#container {
	width: 			600px;
	margin: 		10px auto;
}

.buttons {
	margin: 		10px 0px;
	text-align: 	center;
}

.buttons img {
	margin: 		0px 5px;
	border: 		0px;
}

#area_text {
	text-align: 	left;
}

#area_text img {
	display: 		block;
	margin: 		0px auto;
	border: 		0;
}

#area_text table {
	border-collapse: collapse;
}

#area_text table td {
	vertical-align: 	top;
	padding-right: 		25px;
}

.header {
	font-family: 		"Times New Roman", Times, serif;
	font-size: 			18px;
	font-style:			italic;
	font-weight: 		bold;
	text-decoration:	none;
	color: 				#0060B6;
}

.subheader {
	font-family: 	"Times New Roman", Times, serif;
	font-size: 		16px;
	font-style:		italic;
	font-weight: 	bold;
	color: 			#000000;
}

.subheader-blue {
	font-family: 	"Times New Roman", Times, serif;
	font-size: 		16px;
	font-style:		italic;
	font-weight: 	bold;
	color: 			#0060B6;
}
