/*-- [START] css/global.css --*/
body
{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: white;
	font-size: 14px;
	margin:0px;
}

table
{
	background-color:transparent;
}

p
{
	font-size: 14px;
	width: 320px;
}


h1
{
	font-size: 17px;
	font-weight: bold;
	color:#101010;
}

h2
{
	font-size: 16px;
	font-weight: bold;
	color:#101010;
}

h3
{
	font-size: 15px;
	font-weight: bold;
	color:#101010;
}

h4
{
	font-size: 14px;
	font-weight: bold;
	color:#101010;
}

.icon
{
	width:64px;
}

.legend
{
	width: 240px;
}

table.icon_legend
{
	width: 320px;
}

tr.icon_legend
{
	width: 320px;
}

/*-- [END] css/global.css --*/

