h1

	{
		font-size : 15px;
		font-weight:bold;
		font-family: Trebuchet MS;
		color : #FFF;
	}
h2

	{
		font-size : 13px;
		font-weight:bold;
		font-family : Trebuchet MS;
		color : #FFF;
		margin-bottom:5px;
	}

div

	{
		font-size : 10px;
		font-family : Trebuchet MS;
		color : #FFF;
	}

	td

	{
		font-size : 12px;
		font-family : Trebuchet MS;
		color : #ffffff;
	}
		
	a {
		color: #ffffff;
		text-decoration: none;	
	}
a:hover {
		color: #B1B1B2;		
		font-style : normal;	
		text-decoration: underline;	
	}
ul {margin-top:0px; }
li {list-style:square;}
