


/* Table of Content
==================================================
	#A65 specific



/* #A65 specific
================================================== */
body {
	background-color: #073857;
}

#maintag {
	text-align: center;
	position: fixed;
	padding: 2px;
  	top: 50%;
  	left: 50%;
  	white-space: nowrap;
  	overflow: hidden;
  	transform: translate(-50%, -50%);
  	margin: 0px auto;
	color: #5589ab;
	font-family: "HelveticaNeue-UltraLight", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	text-decoration: none;
}

#line1 {
	color: #5589ab;
	font-size: 32px;
}

#line2 {
	margin-top: -10px;
	color: #357dab;
	font-family: Garamond, Georgia, serif;
	font-size: 18px;
/*	font-weight: bold;*/
}

a {
	color: #357dab;
	text-decoration: none;
}

a:hover {
	color: #FFF;
}