/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #0066CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.dd a:link {
	color: #999999;
	text-decoration: none;
	font-size:11px;
}
.dd a:visited {
	text-decoration: none;
	color: #999999;
	font-size:11px;
}
.dd a:hover {
	text-decoration: none;
	color: #000000;
	font-size:11px;
}
.dd a:active {
	text-decoration: none;
	color: #000000;
	font-size:11px;
}
.grey a:link {
	color: #666666;
	text-decoration: none;
}
.grey a:visited {
	text-decoration: none;
	color: #666666;
}
.grey a:hover {
	text-decoration: none;
	color: #000000;
}
.grey a:active {
	text-decoration: none;
	color: #000000;
}
.style1 {
	color: #0000CC
}
.style2 {
	color: #666666;
	font-weight: bold;
}
.style3 {
	font-size: 11px
}
.style4 {
	font-weight: bold;
}
.style5 {
	color: #999999
}
.style7 {
color: #000099;
}
.style10 {
font-size: 10px;
}
.style13 {
	font-size: 16px;
}
.style14 {
	font-size: 9px;
}
.style16 {
	font-size: 12px;
}

a.graylink {
	color:gray;
}
a.graylink:hover {
	color:black;
}