@media screen {
a:link		{color: rgb(0,0,0) }
a:visited	{color: #990000 }
a:active 	{color: rgb(204,0,0)}
a:hover		{color: #ff0000; text-decoration: none}

body		{ background-image: url(images/face/blocks_11.jpg); font-family: Times New Roman, Times;
			 color:#000000; text-align:left; scrollbar-base-color: #e0d4c8 }
h1			{font-family: Times New Roman, Times; font-weight:bold; font-size: 18px}
h2, h3, h4, h5, h6	{font-family: Times New Roman, Times}

hr.line		{color:#e3caab; width="100%"}
hr			{color: #e3caab; width="50%"; text-align:center}
td.col1	{font-size:10px; width:82px;}
td.col2	{font-size:12px; width:70px;}
td.col3	{font-size:12px; width:44px;}
td.col4	{font-size:12px; width:70px;}
td.col5	{font-size:12px; width:44px;}

td.col6	{font-size:12px; width:36px;}
td.col7	{font-size:12px; width:56px;}



			
table.back	{ color:#000000; border:#e3caab; background-color:#F0E4D8}
ul.red		{ list-style: round; color:#ff0000}
}


@media print {
a:link		{color: rgb(0,0,0) ; text-decoration: none}
a:visited	{color: #990000 ; text-decoration: none}
a:active 	{color: rgb(204,0,0); text-decoration: none}
a:hover		{color: #ff0000; text-decoration: none}

table.back	{ color:#000000; border:#e3caab; background-color:#FFFFFF}
body		{ font-family: Times New Roman, Times; font-size: 12px; background-color:#FFFFFF;
			 color:#000000; text-align:left}
table.t1		{ font-family: Times New Roman, Times; font-size: 12px; background-color:#FFFFFF;
			 color:#000000; text-align:left}
table.t2		{ font-family: Times New Roman, Times; font-size: 10px; background-color:#FFFFFF;
			 color:#000000; text-align:left}

}