﻿@import "public.css";
@import "../default_ie6.css";

form { width: expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 1050 ? "800px" : "75%"); }

table.gv			{ width: 99%; }
table.gv th			{ font-size: 0.9em; }
table.gv a:hover	{ color: #000; }

.LC	{ position: fixed; margin-left: -200px; }