BODY {
	background-color : #DDDDFF;
	font-family: "Verdana, Arial";
	text-decoration: "none";
	font-size: 10pt;
	color: #6666FF;
}

.head_big_white {
	text-decoration: "none";
	font-size: 10pt;
	color: #FFFFFF;
	font : bold;
}

.head_small_white {
	text-decoration: "none";
	font-size: 8pt;
	color: #FFFFFF;
}

.small {
	text-decoration: "none";
	font-size: 8pt;
}

A {
 }

A:active {
	color: #FF6666;
	text-decoration: "none";
}

A:hover {
	color: #FF6666; 
	text-decoration: "none";
}

H1 {
	text-decoration: "none";
	font-size: 14pt;
}

H2 {
	text-decoration: "none";
	font-size: 12pt;
}

H3 {
	text-decoration: "none";
	font-size: 10pt;
}

H4 {
	text-decoration: "none";
	font-size: 8pt;
}

TH {
	text-decoration: "none";
	font-size: 10pt;
	font-weight : bold;
}

TD {
	text-decoration: "none";
	font-size: 10pt;
}

INPUT {
	text-decoration: "none";
	background-color : #E0E0FF;
	color: #6666FF;
	font-size: 8pt;
}

INPUT.BUTTON {
	text-decoration: "none";
	background-color : #D0D0FF;
	color: #6666FF;
	font-size: 8pt;
}

TEXTAREA {
	text-decoration: "none";
	background-color : #E0E0FF;
	color: #6666FF;
	font-size: 8pt;
}

SELECT {
	text-decoration: "none";
	background-color : #E0E0FF;
	color: #6666FF;
	font-size: 8pt;
}