@charset "utf-8";
/* Override some properties set in main.css to fit in a smaller screen */
body {
	margin:5px;
}
/* Page Master - container for the whole page */
#PageMaster {
	width:350px;
}

/* Default styles */
/* Headings */
h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.3em;
}
h3 {
}

/* Cell Classes */
td.LeftCell {
	width:10px;
}
td.TitleCell {
}
td.NavCell {
	height:auto;
}

/* Classes */
.NoMobile {
	display:none;
}
.MobileOnly {
	display:block;
}
.Contact {
	position:relative;
	left:55px;
	top:0px;
	
	border:#A7993A 1px solid;
	background-color:#CCBE70;
	padding:5px 10px 10px 10px;
	width:225px;
}
.BodyCell {
}
.RightCell {
	display:none;
}
.copywright {
	padding-top:20px;
	padding-bottom:5px;
	
	text-align:center;
	font-size:0.8em;
}