/* CSS Document */
A:Link  {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}
A:Visited  {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

A:Active  {
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : #000000;
	text-decoration : none;
}

A:Hover  {
	color : #0099FF;
	font-size : 11px;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
}
A.link2:Link  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}
A.link2:Visited  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}

A.link2:Active  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}

A.link2:Hover  {
	color : #0099CC;
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
}
A.link3:Link  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}
A.link3:Visited  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}

A.link3:Active  {
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #000066;
	text-decoration : none;
}

A.link3:Hover  {
	color : #0099CC;
	font-size : xx-small;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	text-decoration : underline;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
}
