/*
 * ======================================
 * N/StyleSheet: css.AccessPlanIT.WDK.css
 * ======================================
 *
 * Purpose:
 *
 *	-	Reset the default browser DOM settings to our own to make cross-browser (e.g. Chrome,
 *		Firefox, Internet Explorer, Opera and Safari) and cross-platform (e.g. Android, BlackBerry,
 *		iOS, Linux, OS X, UNIX, webOS, Windows and Windows Phone) development easier.
 */

@media all
{



	*
	{
		background-color: transparent;

		margin: 0px;
		border: 0px;
		padding: 0px;

		font-size: 100%;
	}

/* this will blow ie8
	body,
	html
	{
		position: relative;
		display: block;
	}
*/

	article,
	aside,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	main,
	nav,
	section
	{
		display: block;
	}

	time,
	mark
	{
		display: inline;
	}



}

@media screen
{







}

@media handheld
{







}

@media print
{







}
