body {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	background-color: #6F6F6F;
	position: static;
	top: 0px;
	left: 0px;
	clip: rect(auto auto auto auto);
}
A:ACTIVE, A:LINK, A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;	
	text-decoration: underline;
	color : Silver;
	font-weight :  bold;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-style : normal;
	text-decoration: none;
	color : White;
	font-weight : bold;
}
p {
	font-family: Verdana;
	font-size: xx-small;
	color : White;
}
table {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
}
td {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
}

th {
	font-family: Verdana;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;

}
h1 {
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
	text-transform: uppercase;
	color : #DCDCDC;
	letter-spacing : 2px;
	background : #3E3E3E;
}
h2 {
	font-family: Verdana;
	font-size: xx-small;
	text-transform: uppercase;
	color : #B0B0B0;
	letter-spacing : 3px;
}
ADDRESS:first-line {
	font-family: Verdana;
	font-style: normal;
	font-size: x-small;
	font-weight: bold;
}
ADDRESS {
	font-family: Verdana;
	font-size: xx-small;
	font-style: italic;
	color : White;	
}

li {
	list-style-position: inside;
	list-style-image:  url(images/ibullet.gif);
	clip:  rect(5px auto auto 5px);
}

