/* CSS Document */

h1 {
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.style2 {
	font-family: Tahoma;
	font-size: 12px;
	color: #666666
}
.style5 {
	font-family: Tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	color:#666666
	}
.style7 {font-weight: bold}

.style9 {
	font-size: 9px;
	font-family: Tahoma;
	color: #999999;
}

	
a.page:link {
	color: #666666;
	text-decoration: underline;
}
a.page:visited {
	text-decoration: underline;
	color: #666666;
}
a.page:hover {
	text-decoration: none;
	color: #990000;
}
a.page:active {
	text decoration: none;
	color: #666666;
}

a.index:link {
	color: #666666;
	text-decoration: none;
}
a.index:visited {
	text-decoration: none;
	color: #666666;
}
a.index:hover {
	text-decoration: underline;
	color: #990000;
}
a.index:active {
	text-decoration: none;
	color: #666666;
}
.d {
	line-height: 2pt;
}

hr {color:#666666
	background:#000000;
	height:1px;
	border:0}
