@media screen {
.screen_hide { visibility: hidden; display: none }
		}

@media screen, print {
table { font-size: 12px; font-family: Arial }
input { font-size: 12px; font-family: Arial }
textarea { font-size: 12px; font-family: Arial }
select { font-size: 12px; font-family: Arial }
.small { font-size: 12px; font-family: Arial }
.medium { font-size: 14px; font-family: Arial }
.large { font-size: 18px; font-family: Arial }
.title { color: white; font-size: 18px; font-family: Arial; font-weight: bold }
.title_b  { color: #f74667; font-size: 16px; font-family: Arial; font-weight: bold }
.title_hl { color: #f74667; font-weight: bold }

a.redlink:link { color: red; text-decoration: none; font-weight: bold;font-style: italic }
a.redlink:active { color: #fa8891; text-decoration: none; font-weight: bold;font-style: italic }
a.redlink:visited { color: red; text-decoration: none; font-weight: bold;font-style: italic }
a.redlink:hover { color: #fa8891; text-decoration: none; font-weight: bold;font-style: italic }

a:link {color: F94666;}
a:visited {color: F94666;}
a:active {color: F94666;}

		}

@media print {
.print_hide { visibility: hidden; display: none }
		}
		
