body { 
	margin: 0;
	padding: 0;
	background-color:#222222;
	font-size: 13px;
	color: #2e2d30;
	background-image:url('/images/tausorn.jpg');
	background-position: center;
}
#paasivu {
	height:100%
}
a:link    { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:visited { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:hover   { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
a:active  { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
a:focus   { 
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}

td{
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 18px;
	font-weight:normal;
	color: #eeeeee;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.vlinkki    { 
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

.vlinkki2    { 
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, sans-serif;
	text-decoration: none;
}

.lettersp{
	letter-spacing: 1px;
}

.ots1{
	color: #eeeeee;
	letter-spacing: 0px;
	font-size: 13px;
	line-height: 19px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.ots2{
	color: #eeeeee;
	letter-spacing: 0px;
	font-size: 18px;
	line-height: 19px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

h1 {
	font-size: 24px;
	letter-spacing: 1px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", serif;
}

h3 {
	font-size: 16px;
	letter-spacing: 1px;
	padding:15px 0 0 0;
	margin:0;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", serif;
}

h2 {
	font-size: 18px;
	letter-spacing: 1px;
	padding:0 0 8px 0;
	margin:0;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", serif;
}

.inputti {
	border: 1px solid #bbbbbb;
	background-color:#000000;
	padding:2px 5px 2px 5px;
	color: #ffffff;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
.buttoni {
	border: 1px solid #444444;
	background-color:#ffffff;
	padding:2px 5px 1px 5px;
	color: #000000;
}
		.black_overlay{
			display: none;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.75;
			opacity:.75;
			filter: alpha(opacity=75);
		}
		.white_content {
			display: none;
			position: absolute;
			top: 20%;
			left: 20%;
			width: 600;
			height: 480;
			padding: 0px;
			border: 10px solid #000000;
			background-color: #ffffff;
			z-index:1002;
			overflow: auto;
		}
		.dg_content {
			display: none;
			position: absolute;
			top: 20%;
			left: 20%;
			width: 60%;
			height: 60%;
			padding: 16px;
			border: 10px solid #000000;
			background-color: #222222;
			z-index:1002;
			overflow: auto;
		}

