body {
	background: #CCCCCC;
	background-color : #CCCCCC;
}

.NOCOLOR{
	background: White;
	background-color : White;
}

.YESCOLOR{
	background: White;
	background-color : White;
}

.ACTIVE {
	background-color : White;
	color : Black;
	font-family : sans-serif;
	font-weight : bold;
}

.L0 {
	font-weight : normal;
	color: #666666;
	font-size : 70%;
	font-family : sans-serif;
}

.L1 {
	font-weight : bold;
	color : #AAAAAA;
	font-size : 125%;
}

.L2 {
	color: #333333;
	font-family: sans-serif;
	font-weight : bold;
}

.Source {
	font-weight : bold;
	color : #999999;
	font-size : 115%;
}
	
.P1  {
	font-size : 70%;
	font-style: normal;
	color: #660099;
	background-color : White;
	font-family : sans-serif;
	margin-top : 20px;
	margin-left : 20px;
	margin-right : 20px;
}

.P2  {
	font-style: normal;
	background-color : White;
	color: #666666;
	font-size : 70%;
	font-family : sans-serif;
	margin-left : 40px;
	margin-right : 20px;
}

.DATE
{
	color: #990000;
	font-family: sans-serif;
	font-size: 80%;
}

A  {
	cursor : hand;
	text-decoration: none;
	font-family: sans-serif;
}

.Title {
	color: #6666CC;
	font-weight : bold;
	font-family : sans-serif;
}

.Sign{
	font-size :300%;
	color : #CCCCCC;
}

.ForeignLink {
	color : #666699;
	font-weight : bold;
}

.LocalLink {
	color : #6666CC;
	font-weight : normal;
	font-size : 80%;
}

A:Visited  {
	text-decoration: none;
	font-style : normal;
}

A:Active  {
	color : #000099;
	text-decoration: none;
}

A:Hover  {
	color : #000099;
	text-decoration: none;
}