body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}


.body01 {
	font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	}

.body01Italic {
	font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 13px;
	line-height: 14px;
	font-style:italic;
	text-decoration: none;
	}

.smallItalic {
	font-family: Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	line-height: 12px;
	font-style:italic;
	text-decoration: none;
	}

.bodyBold01 {
	font-family: Helvetica, sans-serif;
	color:#92B9C0;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	}
	
.bodyBold02 {
	font-family: Helvetica, sans-serif;
	color:#93BCC2;
	font-size: 18px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	}
	
a:link {
	color:#036C9B; 
	text-decoration: none;
	}
a:visited { 
	color:#036C9B; 
	text-decoration: none;
	}
a:active { 
	color:#036C9B;
	text-decoration: none;
	}
a:hover {
	color:#86ACB5;
	text-decoration: underline;
	}
	
