﻿/** Handheld Style Content
--------------------------------------------------------------------------------

  Basic Styles
  Text Color and Styles
  No Handheld Items

**/

/** Basic Styles
-------------------------------------------------------------------------------- **/
body {
	font-family: Verdana, sans-serif; }

h1, h2, h3 {
	color: #FF7700; }

h1 {
	font-variant: small-caps; }

.nav, .nav2nd {
	padding-top: 6px;
	padding-bottom: 12px;
	background-color: #C0C0C0; }

.imghandheld, label {
	display: block; }

/** Text Colors and Styles
-------------------------------------------------------------------------------- **/
.bold {
	font-weight: bold; }

.red {
	color: #FF0000; }

.announcement {
	font-weight: bold;
	text-transform: uppercase; }

/** No Handheld Items
-------------------------------------------------------------------------------- **/
.nohandheld, img, .clearboth, iframe {
	display: none; }

