	body	{
	height: 100%;
	font-size: 11px;
	font-family: verdana;
	color:#1e3e44;
	background-position:top;
	background-image:url(img/bgbody.jpg);
	background-repeat:repeat-x;
	}

	td	{
	font-size: 11px;
	font-family: verdana;
	color:#1e3e44;
	}

	/*  LINKS */

	a {
	font-size: 13px;
	font-family: Verdana;
	color: #1e3e44;
	text-decoration:underline;
	}
	a:hover {
	color: #4ca910;
	text-decoration:none;
	}
	a:active {
	color: #1e3e44;
	}

	a.menu {
	font-size: 13px;
	font-family: Verdana;
	color: #457574;
	text-decoration:none;
	}
	a.menu:hover {
	color: #4ca910;
	text-decoration:underline;
	}
	a.menu:active {
	color: #457574;
	}

	a.menu2 {
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	text-decoration:none;
	}
	a.menu2:hover {
	color: #1e3e44;
	text-decoration:underline;
	}
	a.menu2:active {
	color: #ffffff;
	}

	/*  H1 H2 h3*/
	h2 {
	color: #ffffff;
	font-size: 10pt;
	font-weight:100;
	margin-top:0px;
	margin-bottom:0px;
	}

	h1 {
	color: #1d514c;
	font-size: 18pt;
	font-weight:100;
	margin-top:0px;
	}

	h3 {
	color: #ffffff;
	font-size: 16pt;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	}
