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

body
{
	color:#000000;
	background-color:white;
	margin: 0px;
	overflow:scroll;
}

table
{
	background-color:transparent;
}

p
{
	font-size: 14px;
}


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;
}

ul
{
	font-size: 14px;
}

li
{
	font-size: 14px;
}

.margin20
{
	margin-left: 20px;
	margin-right: 20px;
}

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