	.td {
		font-size : 12px;
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
	.small {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}

	.smallest {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px;
	}

	.medium {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
	}

	.big {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight : bold;
	}

	.biggest {
		font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight : bold;
	}

	h1, .h1 {
		font-size: 14px;
		font-weight : bold;
		color : #0B3659;
	}

	h2, .h2 {
		font-size: 16px;
		font-weight : bold;
		color : #000000;
	}

	h3, .h3 {
		font-size: 18px;
		font-weight : bold;
		color : #000000;
	}

	h4, .h4 {
		font-size: 20px;
		font-weight : bold;
		color : #000000;
	}
	
	a, a.normal {
		text-decoration : none;
		font-weight : bold;
		color : #FFFFFF;
	}

	a:HOVER {
		color : #8DCC7B;
		text-decoration : underline;
	}
	a:ACTIVE {
		color : #8DCC7B;
		text-decoration : underline;
	}