/**
 * cyane like D5F5EA
 */

body{
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-family: arial, verdana, helvetica, sans;
}


div#page{
	width: 100%;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


	
div#standardNotes {
	width: 100%;
	height: 70px;
	margin-top: 20px;
	color: #921719;
	text-align: center;
	font-weight: bolder;
	font-size: 9px;
}

div#mainContent{
	width: 100%;
	color: #000000;
	padding-top: 5px;
	text-align: justify;
	font-size: 14px;
}


div#mainContent div.heading{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
}


div.clear{
	clear: both;
	height: 0px;
}

p{
	text-indent: 1cm;
}


span.emphasized{
	font-weight: bold;
}
