@charset "UTF-8";
td.z 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #CC6600;
	text-align: left;
}
td.z a:link {text-decoration: none; color: #CC6600; font-size: 18px;}
td.z a:visited {text-decoration: none; color: #CC6600; font-size: 18px;}
td.z  a:hover {text-decoration: underline; color: #CC6600; font-size: 18px;}
td.o 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #009900;
	text-align: left;
}
td.o a:link {text-decoration: none; color: #009900;}
td.o a:visited {text-decoration: none; color: #009900;}
td.o a:hover {text-decoration: underline; color: #009900;}
td.c {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #3333CC;
	text-align: left;
}
td.c a:link {text-decoration: none; color: #3333CC;}
td.c a:visited {text-decoration: none; color: #3333CC;}
td.c a:hover {text-decoration: underline; color: #3333CC;}
td.t {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #6633FF;
	text-align: left;
}
td.t a:link {text-decoration: none; color: #6633FF;}
td.t a:visited {text-decoration: none; color: #6633FF;}
td.t a:hover {text-decoration: underline; color: #6633FF;}
td.h {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #99CC00;
	text-align: left;
}
td.h a:link {
	text-decoration: none;
	color: #009999;
}
td.h a:visited {text-decoration: none; color: #99CC00;}
td.h a:hover {text-decoration: underline; color: #99CC00;}
td.l {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #993366;
	text-align: left;
}
td.l a:link {
	text-decoration: none;
	color: #993366;
}
td.l a:visited {text-decoration: none; color: #993366;}
td.l a:hover {text-decoration: underline; color: #993366;}
td.i {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #993300;
	text-align: center;
}
td.i a:link {text-decoration: none; color: #993300;}
td.i a:visited {text-decoration: none; color: #993300;}
td.i a:hover {text-decoration: underline; color: #993300;}


hr { 
    display: block;
    width: 800px;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 0.5px;
    border-color: green;
}
hr.780 { 
    border-style: 0.5px thin orange; margin:0.5em auto; display: block;
    width: 780px;
    
}