/*--HTML------------------------------------------------------*/
body {
	background-color: #FFFFFF; 
}
/*--BLOCK-----------------------------------------------------*/
#table1
{
	height: 50px;
}
/*--FONTS-----------------------------------------------------*/
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 26px;
	color: #999999;
	line-height: 28px;
}
p {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 18px;
}
.green {
	color: #006600; 
}
/*--TD--------------------------------------------------------*/
td.back0 {
	background-color: #D5ECCE;
}
td.back1 {
	background-color: #65B34F;
	color: #FFFFFF;
}
td.back2 {
	background-color: #666666;
}
/*--LINKS-----------------------------------------------------*/
a:link {
	text-decoration: underline;
	color: #006600;
}
a:visited {
	text-decoration: underline;
	color: #006600;
}
a:active {
	text-decoration: underline;
	color: #006600;
}
a:hover {
	text-decoration: underline;
	color: #006600;
}
/*--LINKS-MENU------------------------------------------------*/
a:link.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:active.menu {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.menu {
	text-decoration: none;
	color: #FFFFFF;
}

