/* CSS Document */
body { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; 
       color:#444444; margin:0px; background-color:#6D6D6D; }
table,td { font-size: 12px; line-height:135%; } 
.homet { font-size: 11px; color:#777777; } 
A { color:#CC0000; text-decoration:none; font-size:11px; }
A:hover { text-decoration:underline; }
.footer { font-size:10px; color:#CCCCCC; }
.pagehead { font-size:150%; font-weight:bold; color:#000000; }
.fmt { font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif; font-size:12px; color:#666666;}
.subhed { font-weight:bold; color:#FFFFFF; font-size:11px; }
.content { font-size:85%; line-height:130%; }
.mybutton{ border-style:solid; border-width:1px; border-color:#999999; font:90% verdana; cursor:hand;
           height:20; background-color:#eaeaea;}

.borderall { border-style:solid; border-width:1px; border-color:#333333; }
.borderlr { border-style:none; border-width:1px; border-color:#333333;
			border-left-style:dotted;  border-right-style:dotted; }
.borderleft { border-style:none; border-width:1px; border-color:#333333; border-left-style:dotted; }
.borderrite { border-style:none; border-width:1px; border-color:#333333; border-right-style:dotted; }
.borderleftrite { border-style:none; border-width:1px; border-color:#5E768E;
			border-left-style:solid;  border-right-style:solid; }