html, body, div, p, h1, h2, h3, ul, ol, 
span, a, table, td, form, img, li {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
   font-size: 11px;
	color: #000000;  
}
body {
	text-align: center; /* for IE */
}
#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left;
	width: 200px;
	}

a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}

a:visited {
	color: #666666;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

a:hover {
	color: #999999;
}

a:active {
	color: #cccccc;
}

a.index:link {
/*	display:block; */
	color: #F9F9F9;
	text-decoration: none;
}

a.index:visited {
/*   display:block; */
	color: #F9F9F9;
	text-decoration: none;
}

a.index:hover {
	color: #F9F9F9;
}

a.index:active {
	color: #F5F5F5;
}

p {
	padding-top: 5px;
	padding-bottom: 2px;

}

strong {
   font-weight: bold;
}

.c {
   clear: both;
}

.center {
   text-align: center;
}

img {
   border: 0;
}

.small {
   font-size: 0.7em;
}

.right {
   text-align: right;
}

.top {
   vertical-align: top;
}

.indextext {
	color: #F9F9F9;
}

