/* CSS Document */


/* ELEMENTS */

BODY{
	padding: 0px;
	border: 0px;
}


P{
	font-family: FuturaT, Arial, Helvetica, sans-serif;
}


/* IDS */

#flashContainer
{
	padding:0px;
	margin-top:80px;
}

#tradeshowsContainer
{
	padding-top:40px;
}
#tradeshowsMainText
{
	padding-left:20px;
}

/* CLASSES */

.tradeshowsEvent
{
	text-decoration:underline;
}


