body {
	max-width: 480px;
	max-device-width: 480px;
}

img {
	border: 0px;
}

h1 {
	font-family: arial;
	font-size: 16px;
	color: #81A742;
	font-weight: bold;
	display: inline;
	padding: 0px;
	margin: 0px;
}

#header_background {
	background-image: url(/images/mobile/header-background.jpg);
	background-repeat: no-repeat;
	width: 480px;
	height: 83px;
}

#footer_background {
	background-color: #0F6B38;
	height: 25px;
	padding-left: 14px;
	padding-right: 11px;
	width: 480px;
}

.header_link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.header_link:hover {
	color: #AAAAAA;
}

.copylink_black {
	font-family: arial;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

.copylink_black:hover {
	color: #666666;
}

.dotted_hr {
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px dotted #918CAA;
	border-style: none none dotted;
}

.footer_link {
	color: #FFFFFF;
	text-decoration: underline;
}

.footer_link:hover {
	color: #AAAAAA;
}

.article_date {
	font-size: 11px;
}

