<style type="text/css">
TH {text-align: left;}
H1, H2, H3, H4, H5, H6, p, th, td, li, ul, ol, body {font-family: Arial, Helvetica, Verdana, sans-serif;}
H1, H2, H3, H4, H5, H6 {font-weight: lighter;}
H1 {font-size: 36pt; color: blue; letter-spacing: normal; clip: rect(   ); font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: lighter}
H2 {font-size: 24pt; color: red;}
H3 {font-size: 18pt;}
H4 {font-size: 16pt; color: #660000;}
H5 {font-size: 14pt; color: #660000;}
H6 {font-size: 12pt; font-weight: bolder;}
P  {font-size: 10pt; color: #333333;}
TH, TD, li, ul, ol, body {font-size: 10pt;}
TD.min {font-size: 7pt;}
TD.brev {font-size: 8pt;}
TD.txbox {text-decoration:none; padding:1; border:none;}
address {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: italic}
dt {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
dd {font-family: Arial, Helvetica, sans-serif; font-size: 8pt}
a {text-decoration: underline; color: blue;}
a:hover {text-decoration: underline; color: red;}
a:visited {color: green;}
input {font-family: Arial, Helvetica, sans-serif; height:18; font-size:8pt}
select {font-family: Arial, Helvetica, sans-serif; font-size:8pt}
textarea {font-family: Arial, Helvetica, sans-serif; font-size:8pt}
td:banner1 {}
.btnbox {color: white;}
.btntext {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight:bold; color: #fcfcfc;}
a.btntext:link {color: #cc6600; text-decoration: none;}
a.btntext:hover {color: #009999; text-decoration: none; background-color: yellow; padding:1; filter:shadow(silver, direction=135);}
a.btntext:active {color: #009999; text-decoration: none;}
a.btntext:visited {color: #669933; text-decoration: none;}
.topicTitle {font-family: Palatino, Times, Times New Roman, serif; font-size:18pt; color:#ff9933; font-style: normal; font-weight: bold;}
.subTopic {font-family: Palatino, Times, Times New Roman, serif; font-size:10pt; color:#ff9933; font-style: normal; font-weight: bold;}
.popshadow{position:relative; left:-4; top:-4; filter:shadow(silver,direction=135)}
</style>

<script type="text/javascript">
<!-- 
// get size of overall screen in pixels
var scnwidth=window.screen.width;
var scnheight=window.screen.height;
// get size of browser window in pixels
var winwidth=document.body.clientWidth;
var winheight=document.body.clientHeight;

// get information to adjust for phones and other small-size displays
var usragent=navigator.userAgent;
var mobile=usragent.indexOf('Mobile');
var ipad=usragent.indexOf('iPad');
var phone=usragent.indexOf('Phone');
var winos=usragent.indexOf('Windows');
//document.write('user agent ' + usragent + '<br>');
//document.write('Mobile=' + mobile + ', ipad=' + ipad + ', Windows Phone=' + phone + ', WindowsOS=' + winos + '<br><br>');
//mobile=7;   //test

//mobile=1;

if( mobile >= 0 )
{
   var bld="";
   bld +="<style type=\'text/css\'>\n";
   bld +="h5, h6, p, th, td, li, ul, ol, body {font-size: 16pt;}\n";
   bld +="input {height:48; font-size:16pt}\n";
   bld +="select {height:36; font-size:18pt}\n";
   bld +="textarea {font-size:14pt}\n";
   bld +="</style>";
   document.write(bld);
}

// -->
</script>
