.padTitle
	{
		padding-left : 15;
	}
.padMore
	{
		padding-left : 10;
	}

a
	{
		font-size : 8pt;
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : underline;
		color : black;
	}
a:hover
	{
		font-size : 8pt;
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
		color : #990000;
	}
	
.imgLink
	{
		text-decoration : none;
		color : black;
	}
.imgLink:hover
	{
		text-decoration : none;
		color : black;
	}
	

.moreLink
	{
		text-decoration : none;
		color : black;
	}
.moreLink:hover
	{
		text-decoration : underline;
		color : #990000;
	}
	
	
.contentTitle
	{
		font-size:8pt;
		font-family: "Comic Sans MS", Arial;
		font-weight: 600;
		letter-spacing : -1px;
	}

td.contentText
	{
		font-size:8pt;
		font-family: Arial;
		letter-spacing : 1px;
	}

.textMenu
	{
		font-size : 8pt;
		font-family : Arial, Helvetica, sans-serif;
		text-decoration : none;
		color : #ffcc00;
	}
.textMenu:hover
	{
		text-decoration : underline;
		color : #ff9900;
	}
