/*
The following settings apply to all devices
*/
body         { font-family: Helvetica, Arial, sans-serif }
button       { color:#050; border-style:outset; margin:0; padding:0; text-align: center}
caption      { font-family: Helvetica, Arial, sans-serif; font-style: normal
				}
fieldset     { font-family: Helvetica, Arial, sans-serif; font-style: normal; 
               border-style: solid; border-width: 1pt }
h1           { font-weight: normal; font-style: normal; font-family: 
               Helvetica, Arial, sans-serif; display:inline}
h2           { font-family: Helvetica, Arial, sans-serif; font-style: normal; 
               font-weight: normal; display:inline }
h3           { font-family: Helvetica, Arial, sans-serif; font-weight: normal; 
               font-style: normal; display:inline }
h4           { font-weight: normal; font-style: normal; font-family: 
               Helvetica, Arial, sans-serif; display:inline }
h5           { font-style: normal; font-weight: normal; font-family: 
               Helvetica, Arial, sans-serif; display:inline }
h6           { font-family: Helvetica, Arial, sans-serif; font-style: normal; 
               font-weight: normal; display:inline }
img          { border:none;}
label        { font-style: normal; font-family: Helvetica, Arial, sans-serif; }
legend       { font-style: normal; font-family: Helvetica, Arial, sans-serif }
marquee      { font-family: Helvetica, Arial, sans-serif; }
select       { font-style: normal; font-family: Helvetica, Arial, sans-serif; 
               border-style: solid; border-width: 1pt }
table        { font-family: Helvetica, Arial, sans-serif; font-style: normal }
textarea     { font-style: normal; font-family: Helvetica, Arial, sans-serif; 
               border-style: solid; border-width: 1pt }
td           { padding: 2px; }
th           { font-family: Helvetica, Arial, sans-serif; font-style: normal }
ul           { list-style-type: disc;}

/*
These settings only apply when the div is set to the specific defined classes
*/
.computer
{
	font-size: 12pt;
}
.iPhone
{
	font-size: 8pt;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}
.iPad
{
	font-size: 12pt;
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none;
}
.centered-cell
{
	text-align: center;
} 