body {
	margin:0px;
	color:#4B2B00;
	background-color:#cacbb0;
	font-family: sans-serif;
	font-size:10pt;
	text-align:center;
	}

a:link, a:visited {
	color:#0033CC;
	text-decoration:underline;
	}
	
a:hover, a:active {
	color:#0000FF;
	text-decoration:underline;
	}


#shell {
	max-width:100%;
	max-height:100px;
	}
	
#contentHolder {
	margin:0 auto;
	width:230px;
	height:100px;
	margin-top:20px;
	text-align:center;
	}



#screenContent {
	display:none;
	visibility:hidden;
	}
	
#handheldContent {
	margin-top:20px;
	}
	
	
img {
	max-width:100%;
	}

	
#shared {
	display:none;
	visibility:hidden;
	}


.header1 {
	font-size:1.5em;
	font-weight:bold;
	}
	
.copy1 {
	font-size:1em;
	line-height:1.5em;
	}
	
.nav1 {
	font-size:1em;
	font-weight:bold;
	}
	
.nav1 a:link, .nav1 a:visited {
	color:#990000;
	text-decoration:underline;
	}
	
.nav1 a:hover, .nav1 a:active {
	color:#FF0000;
	text-decoration:underline;
	}

.small {
	font-size:0.7em;
	}