@charset "UTF-8";

body
{
	background-color: #ffffff;
}

img, object, embed, video
{
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */

.ie6 img
{
	width: 100%;
}

.articleTypeA
{
	clear: both;
	display: block;
	width: 100%;
	float: left;
}

.hide_mobile
{
	display: none;
}

.zeroMargin_mobile
{
	margin-left: 0;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.articleTypeA
{
	clear: both;
	display: block;
	width: 100%;
	float: left;
}

.hide_tablet
{
	display: none;
}

.zeroMargin_tablet
{
	margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.articleTypeA
{
	clear: both;
	display: block;
	width: 100%;
	float: left;
}

.hide_desktop
{
	display: none;
}

.zeroMargin_desktop
{
	margin-left: 0;
}
}
