html {height:100%;}

body {
	color: #8aa9d6;
	background-color: #0a1e33;
	
	scrollbar-face-color: #031527;
	scrollbar-highlight-color: #031527;
	scrollbar-3dlight-color: #031527;
	scrollbar-darkshadow-color: #031527;
	scrollbar-shadow-color: #031527;
	scrollbar-arrow-color: #010c18;
	scrollbar-track-color: #0a1e33;

	margin:0px;
	height:100%;

}


/*td,div {border: 1px solid #FFF;}
*/
.data {
	line-height: 16px;
	font-size: 12px;
	font-family: "Times New Roman", "Book Antiqua", Georgia, Garamond;
	letter-spacing:2px;
	color: #8aa9d6;
	}

	.data a
		{
		color: #2a6fbd;
		text-decoration: none;
		}
	
	.data a:hover
		{
		text-decoration: underline overline;
		color: #1366ff;
		}

	.data table {
		border: 1px solid #021221;
		background-color: #081a2e;

		max-width: 620px;

		margin-top: 15px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}


	.data td {
		padding-top: 10px; 	
		padding-left: 10px; 
		padding-right: 10px; 
		padding-bottom: 10px;

		border: 1px solid #021221;

		font-size: 12px;
		line-height: 16px;
		font-family: "Times New Roman", "Book Antiqua", Georgia, Garamond;
		letter-spacing:2px;
		}

		.data table h3 { padding-top: 0px; }

	.conpic {
		border: 1px solid #010d18;
		margin: 30px;	
	}
	
	.hahmopic {
		border: 1px solid #010d18;
		margin: 20px;	
	}

.linkit {

	padding-top: 178px; 	
	padding-left: 9px; 
	padding-right: 0px; 
	padding-bottom: 0px;

	color: #4a6e81;
	font-size: 11px;
	letter-spacing:6px;
	line-height:34px;
	text-align:center;
	font-weight: normal;

	}

	.linkit a {
		color: #4a6e81;
		text-decoration: none;
		}

	.linkit a:hover {
		color: #0d6994;
		text-decoration: underline overline;
		}

.infolink a {
	letter-spacing: 1px; 
	font-size: 10px; 
	color:#07325c;
	text-decoration:none;
	}
	
	.infolink a:hover {
	letter-spacing: 1px; 
	font-size: 10px; 
	color:#0b4a98;
	text-decoration: overline underline;
	}

h1	{
	font-size: 18px;
	letter-spacing:6px;
	line-height:30px;
	text-align:center;
	font-weight: normal;
	margin-bottom: 50px;
	}

h2	{
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	font-size: 14px;
	letter-spacing:5px;
	line-height:20px;
	font-weight: normal;
	text-decoration: overline;
	}

h3	{
	padding-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

	font-size: 12px;
	letter-spacing:3px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #3168a6;
	}
	
	
input {
	background-color:#031424;
	color: #8aa9d6;
	border:0px;
	
}

textarea {
	background-color:#031424;
	color: #8aa9d6;
	border:0px;
	
}