@charset "utf-8";
/* CSS Document */

body,html{
}

body{
	background-color:#ffffff;
}

body,p,div,tr,td,span,a,pre{
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration:none;
}
pre{
	margin:0;
	padding:0;
}
a:hover{
	text-decoration:underline;
	color: inherit;
}

h1,h2,h3,h4,h5,h6{
	color:#000000;
	font-weight:bold;
	margin: 0;
}
h1{
	font-size:24px;
}
h2{
	font-size:20px;
}
h3{
	font-size:16px;
}
h4{
	font-size:12px;
}
fieldset{
	margin-bottom:5px;
}
legend{
	color:#0066CC;
	font-weight:bold;
}
a{
	color:#0066CC;
	text-decoration:none;
}
a:hover{
	color:#0066CC;
	text-decoration:underline;
}

img{
	border:none;
}

form{
	display:inline;
}

/* Content Elements */
#banner{
	width:200px;
	height: 100px;
	background-image:url(../img-design/header-handheld.jpg);
}

#flashheader{
	display:none;
}
.handheldclear{
	clear:both;
	display:block;
	padding: 5px;
}
