<?PHP 
//die($_SERVER['HTTP_USER_AGENT']);
define('msie', (preg_match("/msie/i",
                           $_SERVER['HTTP_USER_AGENT'])?1:0));
define('ns4',  (preg_match("/mozilla\/4/i",
                           $_SERVER['HTTP_USER_AGENT'])?1:0) && !msie);

$def_font_size = 12;
if(ns4)
  $def_font_size += 1;

$normal_8 = $normal_7 = $normal_6 = $normal_5 = 
$normal_4 = $normal_3 = $normal_2 = $normal_1 = 1;
$normal_8 += $normal_7 += $normal_6 += $normal_5 += $normal_4 += 
$normal_3 += $normal_2 += $normal_1 += $normal_0 = $def_font_size;

header("Content-Type: text/css");

?>
 .bodytext           	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_2);?>px; font-weight: 500; }
 .bodytextbold       	{ font-family: Verdana, sans-serif; color: #663300; font-size: <?PHP echo ($normal_2);?>px; font-weight: 900; }
 .smallbodytext      	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_0);?>px; font-weight: 500; }
 .mediumbodytext     	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_2);?>px; font-weight: 500; }
 .largebodytext      	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_4);?>px; font-weight: 500; }
 .largebodytextb     	{ font-family: Verdana, sans-serif; color: #663300; font-size: <?PHP echo ($normal_4);?>px; font-weight: 900; }
 .smallbodytextbold  	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_0);?>px; font-weight: 900; }
 .mediumbodytextbold 	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_2);?>px; font-weight: 900; }
 .mediumbodytextboldb	{ font-family: Verdana, sans-serif; color: #663300; font-size: <?PHP echo ($normal_3);?>px; font-weight: 900; }
 .largebodytextbold  	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_4);?>px; font-weight: 900; }
 .largebodytextboldb 	{ font-family: Verdana, sans-serif; color: #663300; font-size: <?PHP echo ($normal_4);?>px; font-weight: 900; }
 .smallbodytext      	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_0);?>px; font-weight: 500; }
 .bigbodytextbold    	{ font-family: Verdana, sans-serif; color: #663300; font-size: <?PHP echo ($normal_6);?>px; font-weight: 900; }
 .footertext         	{ font-family: Verdana, sans-serif; color: #000000; font-size: <?PHP echo ($normal_2);?>px; font-weight: 500; }
a                       { color: #666600; text-decoration: none; }
a:link                  { color: #666600; text-decoration: none; }
a:active                { color: #666600; text-decoration: none; }
a:visited               { color: #666600; text-decoration: none; }
a:hover                 { color: #663300; text-decoration: none; }
a.bodytext              { color: #666600; text-decoration: none; font-weight: 500; }
a.bodytext:active       { color: #666600; text-decoration: none; font-weight: 500; }
a.bodytext:visited      { color: #666600; text-decoration: none; font-weight: 500; }
a.bodytext:hover        { color: #663300; text-decoration: none; font-weight: 500; }
a.largebodytext	        { color: #666600; text-decoration: none; font-weight: 900; font-size: 16px; }
a.largebodytext:active	{ color: #666600; text-decoration: none; font-weight: 900; font-size: 16px; }
a.largebodytext:visited { color: #666600; text-decoration: none; font-weight: 900; font-size: 16px; }
a.largebodytext:hover   { color: #663300; text-decoration: none; font-weight: 900; font-size: 16px; }

.bodytext p { text-align: justify; }

ul li { list-style: none; }

 .colorIt 	              { font-family: Verdana, sans-serif; color: #666600;  font-weight: 900;  text-decoration: none; }


 .menulink01, .menulink01:link, .menulink01:visited, .menulink01:active, .menulink01:hover,
 .menulink02, .menulink02:link, .menulink02:visited, .menulink02:active, .menulink02:hover,
 .menulink03, .menulink03:link, .menulink03:visited, .menulink03:active, .menulink03:hover 
   { text-decoration: none; font-size: 16px; font-weight: bold; line-height: 1em; font-family: Arial Narrow, Verdana, Helvetica; }

 .menulink01, .menulink01:link, .menulink01:visited, .menulink01:active, .menulink01:hover
   { color: #663300; }
 .menulink02, .menulink02:link, .menulink02:visited, .menulink02:active, .menulink02:hover
   { color: #888850; }
 .menulink03, .menulink03:link, .menulink03:visited, .menulink03:active, .menulink03:hover 
   { color: #333333; }

.specifications {
	border: 2px solid black;
	background-color: white;
	font-size: 7pt; 
	text-align: center; 
	width: 100%;
}
.specifications caption {
	background-color: #030; 
	color: white; 
	font: larger Verdana;
	padding: .4em 0;
}
.specifications td {
	border: 1px solid black;
	border-bottom: 0;
	padding: 2px 0;
}
.specifications .fancyHeader {
	border: 0px;
	background-color: #030;
	color: white;
	font-weight: bold;
	padding: 1em;
}
.specifications .margin {
	border: 0px;
	border-right: 1px solid black;
	border-left: 1px solid black;
	padding-left: 2px;
	text-align: left;
	vertical-align: top;
}
.specifications .plain {
	padding: 1px;
	text-align: left;
	vertical-align: top;
}


.image_inline_left {
	text-align: left;
	border: 0px;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;

}
.image_inline_right {
	text-align: right;
	border: 0px;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;

}
