﻿/* Import necessary styles */
@import url('/styles/common/fixed.css');
@import url('/styles/common/banner.css');
@import url('/styles/tablet/formatting/sizes.css');
@import url('/styles/tablet/images/thumbs.css');
@import url('/styles/tablet/images/full_width.css');
@import url('/styles/tablet/images/reduced_width.css');
@import url('/styles/tablet/formatting/scrolling.css');

body {
	width:98%;
	max-width:800px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	background-color: #F7E9D4;
	background-image: url('/images/backgrounds/logo.png');
	background-repeat: repeat;
	background-attachment:fixed;
	line-height: 130%
}
p	{
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	max-width:800px
}
.indent  {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
	padding-left:3%;
	padding-right:3%
}
.indentp9  {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	font-size: 0.8em;
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
	padding-left:53%;
	padding-right:3%
}
.indent_more  {
	margin-left: auto;
	margin-right: auto;
	max-width:600px;
	padding-left:6%;
	padding-right:6%
}
/* 4 columns too wide for tablet mode */
.newspaper4 {
	column-count: 3;
	column-gap: 40px;
	column-rule-style: solid
}
.withdrawn {
	text-align: center;
	font-size: 0.7em;
	font-weight:bold;
	color: #0099FF;
	line-height: 1.45em;
	margin-top: -10px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	max-width:800px;
}
