H1{
	font-family: Georgia, Tahoma, Verdana;
	font-size : 27px;
	color:#494949;
	text-align:left;
	font-weight: lighter;
	margin-bottom:40px;
	margin-top:25px;
}
TD{
	font-family: Tahoma, Verdana;
	font-size : 13px;
	color:#474747;
	line-height:19px;

}

A{
	font-family: Tahoma, Verdana;
	font-size : 13px;
	color:#474747;
	line-height:19px;
	text-decoration: underline;
}
A:hover {
	text-decoration: underline;
	color:#000000;
}
A.menu{
	font-family: Tahoma, Verdana;
	font-size : 13px;
	font-weight: bolder;
	color:#494949;
	text-decoration: none;
}
A.menu:hover {
	text-decoration: underline;
	color:#494949;
	font-weight: bolder;
}
A.nounderline{
	font-family: Tahoma, Verdana;
	font-size : 13px;
	color:#474747;
	line-height:19px;
	text-decoration: none;
}
A.nounderline:hover {
	text-decoration: none;
	color:blue;
}
