.Normal			{
			font-size: 9pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Normal:hover			{
			font-size: 9pt;
			color: red;
			font-style: normal;
			text-decoration: underline;
			}
.Hometext		{
			font-size: 9pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Hometextred		{
			font-size: 9pt;
			color: red;
			font-style: normal;
			text-decoration: none;
			}
.Hometext2		{
			font-size: 8pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Link			{
			font-size: 10pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Link:hover		{
			font-size: 10pt;
			color: red;
			font-style: normal;
			text-decoration: underline;
			}
.Link_noline			{
			font-size: 10pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Link_noline:hover	{
			font-size: 10pt;
			color: red;
			font-style: normal;
			text-decoration: none;
			}
.Link2		        {
			font-size: 9pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Link2:hover	        {
			font-size: 9pt;
			color: red;
			font-style: normal;
			text-decoration: none;
			}
.Linklrg		{
			font-size: 11pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.Linklrg:hover			{
			font-size: 11pt;
			color: red;
			font-style: normal;
			text-decoration: underline;
			}
.smLink   {
			font-size: 9pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.smLink:hover   {
			font-size: 9pt;
			color: red;
			font-style: normal;
			text-decoration: underline;
			}

.smLink2   {
			font-size: 8pt;
			color: blue;
			font-style: normal;
			text-decoration: none;
			}
.smLink2:hover   {
			font-size: 8pt;
			color: red;
			font-style: normal;
			text-decoration: underline;
			}
.smLinkitalic   {
			font-size: 8pt;
			color: blue;
			font-style: italic;
			text-decoration: none;
			}
.smLinkitalic:hover   {
			font-size: 8pt;
			color: red;
			font-style: italic;
			text-decoration: underline;
			}
