html {
	height:100%;
}

body {
	background-color: #000000;
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 0.8em;
	scrollbar-face-color: #D4D0C8;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #;
	scrollbar-3dlight-color: #333333;
	scrollbar-arrow-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #000000;
	margin: 0px;
	position:relative;
	background: #000000 url('images/tausta_sivu.jpg') no-repeat center 1px;
	text-align: center;
	padding: 0px
}

p {
	line-height: 16pt;
	font-size: 10pt;
	color: #DFD5C2;
	font-family: "Trebuchet MS";
}

a {
	text-decoration: none;
	font-family: "Trebuchet MS";
	color: #FFCC00;
}

a:link {
	color: #FFCC00;
}

a:hover {
	color: #FF9900;
}

a:visited {
	color: #FF9900;
}

h1 {
	font-family: "Trebuchet MS";
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	color: #DFD5C2;
	letter-spacing: 2pt;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	letter-spacing: 1pt;
	line-height: normal;
	font-variant: normal;
	margin-top: 20px;
}

.randomi {
	font-family: "Trebuchet MS";
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	color: #DFD5C2;
	text-decoration: none;
}

.forminput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #838689;
	margin: 2px;
	padding: 2px;
	height: 22px;
}

.memo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #838689;
	margin: 2px;
	padding: 2px;
	height: 162px;
}

.painike {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border: 1px solid #838689;
	margin: 2px;
	padding: 2px;
}

.divWrite {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
}

.holder {
	border: 1px solid #666666;
}

td {
	font-family: "Trebuchet MS";
	color: #DFD5C2;
	font-size: 10pt;
	line-height: 16pt;
}


fieldset {
	border: 1px solid #666666;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.nav_disabled {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-weight: bold;
	color: #666666;
}
.comment {
	font-family: "Trebuchet MS";
	font-size: 9pt;
	font-style: italic;
	line-height: 14pt;
	font-weight: bold;
	color: #EEEEEE;
	margin: 0px;
	padding: 10px 20px;
}

.infoBox {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}

legend {
	font-size: 9pt;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #EEEEEE;
}

li {
	display: inline;
}

.imgc {
	height: 60px;
	width: 60px;
	overflow: hidden;
	clip: rect(80px,60px,auto,auto);
	display: block;
	float: left;
	border: 2px solid #333333;
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

.imgc_ovr {
	height: 60px;
	width: 60px;
	overflow: hidden;
	clip: rect(80px,60px,auto,auto);
	display: block;
	float: left;
	border: 2px solid #FF9900;
	padding: 0px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}

/* kulmat kuntoon */
input,fieldset,.memo,pre,select{-moz-border-radius:5px;-webkit-border-radius:5px;}

