/* CSS Document */

/* Normal Anchor or Links*/
a{
	font-family:Arial Black;
	font-style: italic;
	font-size: 13px;
	font-weight: bold;	
	color: #990033;
	text-decoration: none;
	line-height: 15px;
}
a:hover{
	font-weight: bold;
	color: #000080;
	text-decoration: none;
	line-height: 15px;
	}
/* End of Normal Anchor*/

/* Underline Anchor or Links*/
a.underline{ 
	font-family:Tahoma;
	font-style: normal;
	font-size:16px;
	font-weight: bold;
	text-decoration:none;
	line-height:16px;
	color:#0000ff;
	}
a:hover.underline{
	color:#AB0B0B;
	line-height:16px;
	text-decoration:underline;
	}
/* End of Underline Anchor or Links*/

/* Small Anchor or Links*/
a.small{ 
	font-family:Verdana;
	font-style: italic;
	font-size:10px;
	font-weight: bold;
	text-decoration:none;
	line-height:10px;
	color:#0000ff;
	}
a:hover.small{
	color:#AB0B0B;
	line-height:10px;
	text-decoration:underline;
	}
/* End of Small Anchor or Links*/