a:LINK {
	color : #006600;
	text-decoration : none
}
a:VISITED {
	color : #006600;
	text-decoration : none
}
a:HOVER {
	color : #FF0000;
	text-decoration : none
}
a:ACTIVE {
	color : #FF9900;
	text-decoration : none
}

.link:VISITED {
	color : #669900;
	text-decoration : underline
}
.link:LINK {
	color : #669900;
	text-decoration : underline
}
.link:HOVER {
	color: black;
	text-decoration : none
}

.link:ACTIVE {
	color : red;
	text-decoration : none
}

.tik:VISITED {
	color : #006699;
	text-decoration : underline
}
.tik:LINK {
	color : #006699;
	text-decoration : underline
}
.tik:HOVER {
	color: black;
	text-decoration : none
}

.tik:ACTIVE {
	color : red;
	text-decoration : none
}

TD { font-size: 11px }

body {
	font-family: verdana,arial;
	color : black;
	background-image : url("image/back.gif");
	background-position : center;
}

input {
	font-size: 8pt;
	font-family: verdana, arial
}


