
/* mobile styles */
@media handheld {

	html, body {
		font: 12px/15px sans-serif;
		background: #fff;
		padding: 3px;
		color: #000;
		margin: 0;
		}
	#sidebar, #footer {
		display: none;
		}
	h1, h2, h3, h4, h5, h6 {
		font-weight: normal;
		}
	#content img { 
		max-width: 250px;
		}
	.center {
		width: 100% !important;
		text-align: center;
		}
	a:link, a:visited {
		text-decoration: underline;
		color: #0000CC;
		}
	a:hover, a:active {
		text-decoration: underline;
		color: #660066;
		}

}


h1, h2, h3, h4, h5, h6 {
   font-weight: normal;
   font-size:12pt;
   font-weight: bold;
   display: inline;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	margin:0px 0px 0px 0px;
}

a {
	text-decoration: none;
}

a:link {
	color: #0B4699;
}

a:hover {
	text-decoration: underline;	
}
