.text,P {
	color:			#666666;
	font-family:	Arial, sans-serif;
	font-size:		x-small;
	line-height:	160%;
	letter-spacing: 1px;
}
P:first-line {margin-left: 6pt}
UL {
	color:			#666666;
	font-family:	Arial, sans-serif;
	font-size:		x-small;
}
.www {
	font-size:		small;
	font-weight:	bold;
	text-align:		center;
	background-image:		url(img/lines.jpg);
	background-position:	right;
	background-repeat:		repeat-y;
	background-color:		white;
}
.name {
	color:			#6699CC;
	font-family:	Arial, sans-serif;
	font-size:		18px;
	font-weight:	bold;
	letter-spacing:	4px;
}
.ref {
	color:			#6699CC;
	font-family:	Arial, sans-serif;
	font-weight:	bold;
	font-size:		x-small;
	letter-spacing:	2px;
}
.menu {
	color:			#666666; /* gray */
	font-family:	Arial, sans-serif;
	font-weight:	bold;
	font-size:		13px;
	text-decoration: none;
	letter-spacing: 1px;
}
a.ref:link,a.ref:visited {
	color:			#6699CC;	/* blue */
	font-family:	Arial, sans-serif;
	font-weight:	bold;
	font-size:		x-small;
	letter-spacing:	2px;
}
a.ref:hover {
	color:			#003399;	/* dark blue */
}
a.in:link,a.in:visited,a.in:hover {
	color:			#CC3333;
}
a:link,a:visited {
	color:			#666666; /* gray */
	font-family:	Arial, sans-serif;
	font-weight:	bold;
	text-decoration: none;
	letter-spacing: 1px;
}
/* must be after link and visited */
a:hover {
	color:			#333333; /* darkgrayu */
}
H1 {
	color:			#666666;
	font-family:	Arial, sans-serif;
	font-size:		medium;
	font-weight:	bold;
	text-decoration: none;
	letter-spacing: 1px;
	line-height:	160%
}
.back {
/*	background-color: #666666; */
/*	background-image: url(img/back.gif); */
	margin-left:0;
	margin-top:0;
	margin-right:0;
	padding:0;
}
.grayborder {
	border-width: 1px;
	border-color: #999999;
	border-style: solid;
}



