body {
	margin: 0;
}

a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #FFFFFF;
	background-color: #999999;
}
a:active {
	COLOR: #666666;
	TEXT-DECORATION: none;
}


.text {
	margin: 0;
	padding: 0;
	FONT-SIZE: 80%;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
.text-small  {
	FONT-SIZE: 70%;
}
.text-bold {
	font-weight: bold;
}

h1 {
	FONT-SIZE: 90%;
	COLOR: #000000;
	text-transform: uppercase;
}

h2 {
	FONT-SIZE: 80%;
	font-weight: bold;
}

h3 {
	FONT-SIZE: 80%;
	color: #666666;
}

h4 {
	FONT-SIZE: 75%; 
	font-weight: bold;
}

h5 {
	FONT-SIZE: 80%;
	font-weight: normal;
}



form, p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

p {
	FONT-SIZE: 80%;
}

ul {
}
