body
{
}
A:link
{
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}

A:visited
{
	font-size: 10pt;
	color: blue;
	text-decoration: none;
}

A:active
{
	font-size: 10pt;
	text-decoration: none;
	color: blue;
}

A:hover
{
	
	font-size: 10pt;
	color: red;
	text-decoration: underline;
}
.title
{
	font-size: 10pt;
	color: white;
}
a:link.title
{
	font-size: 10pt;
	color: white;
}
a:visited.title
{
	font-size: 10pt;
	color: white;
}
a:active.title
{
	font-size: 10pt;
	color: white;
}
a:hover.title
{
	color: red;
	text-decoration: underline;
}
.title2
{
	font-weight: bold;
	font-size: 10pt;
	color: coral;
}
a:link.title2
{
	font-weight: bold;
	font-size: 10pt;
	color: coral;
}
a:visited.title2
{
	font-weight: bold;
	font-size: 10pt;
	color: coral;
}
a:active.title2
{
	font-weight: bold;
	font-size: 10pt;
	color: coral;
}
a:hover.title2
{
	font-weight: bold;
	color: orangered;
	text-decoration: underline;
}
.title3
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	color: #013da4;
}
a:link.title3
{
    font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	color: #013da4;
}
a:visited.title3
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	color: #013da4;
}
a:active.title3
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	color: #013da4;
}
a:hover.title3
{
	font-weight: bold;
	font-size: 10pt;
	margin-left: 5px;
	color: red;
}
.GridLink
{
	font-weight: bold;
	font-size: 11pt;
	color: chocolate;
	text-decoration: none;
}
a:link.GridLink
{
	font-weight: bold;
	font-size: 11pt;
	color: chocolate;
	text-decoration: none;
}
a:visited.GridLink
{
		font-weight: bold;
	font-size: 11pt;
	color: chocolate;
	text-decoration: none;
}
a:active.GridLink
{
	font-weight: bold;
	font-size: 11pt;
	color: chocolate;
	text-decoration: none;
}
a:hover.GridLink
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	font-style: italic;
	text-decoration: underline;
}
.ImageLink
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
	
a:link.ImageLink
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a:visited.ImageLink
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a:active.ImageLink
{
    border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
a:hover.ImageLink
{
  border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}
.WaiWangGridLink
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}
a:link.WaiWangGridLink
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}
a:visited.WaiWangGridLink
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}
a:active.WaiWangGridLink
{
	font-size: 10pt;
	color: gray;
	text-decoration: none;
}
a:hover.WaiWangGridLink
{
	font-size: 10pt;
	color: blue;
	text-decoration: underline;
}
.TextType
{
	line-height: 15pt;
}
.leftSpace
{
	margin-left: 5px;
}
