/* 		Copyright by Loggy */
 
 body {
		margin:0px;
		background-color:#FF9900;
		background-image:url(/files/bg.jpg);
		background-position:top left;
		background-attachment:fixed;
}
img {
		border-width:0px;
}
body,td,input, textarea {
		color:#000000;
		font-family:Trebuchet MS,Trebuchet;
		font-size:10px;
}
a:visited {
		color:#000000;
		font-family:Trebuchet MS,Trebuchet;
		font-size:10px;
		text-decoration:none;
}
a:link {
		color:#000000;
		font-family:Trebuchet MS,Trebuchet;
		font-size:10px;
		text-decoration:none;
}
a:hover {
		color:#FF3300;
		font-family:Trebuchet MS,Trebuchet;
		font-size:10px;
		text-decoration:underline;
}
td.kolom {
		width:160px;
		vertical-align:top;
		padding-left:3;
}
td.content {
		vertical-align:top;
		padding-left:3;
		padding-right:3;
		width:600px;
}
h1 {
		font-size:14px;
		color:#FF9900;
}
table.main {
		width:760px;
		border:1px dotted #000000;
		background-color:#ffffff;
}
