body {
	background: #eee url('images/bg.gif') repeat top left;
	}

a:hover {
	color: #663399;
	}
a:hover.highlight { 
	background-color: #ffaa00; 
	}
.back { 
	background-color: #eeeeee; 
	}
.border { 
	border-width: 3; border-style: double; border-color: #000; 
	}
a {
	text-decoration: none; color: #f01;
	}
a:hover {
	color: #663399;
	}
a:hover.highlight { 
	background-color: #ff0011; 
	}



h1 {
	color: #000; font-size: 20px; font-family: Arial, Helvetica, sans-serif; margin: 0px;
	margin-top: 15px; margin-bottom: 15px; padding-left: 18px; 
	}
h1.t1, h1.t6 {
	background: #fff url('images/menu_red.gif') no-repeat left;
	}
h1.t2 {
	background: #fff url('images/menu_lt_grey.gif') no-repeat left;
	}
h1.t3 {
	background: #fff url('images/menu_dk_grey.gif') no-repeat left;
	}
h1.t4, h1.t5 {
	background: #fff url('images/menu_black.gif') no-repeat left;
	}




table.top_links {
	border-collapse: collapse; padding: 0px; width: 400px;
	margin: 10px; margin-left: 50px;
	}
table.top_links td {
	width: 200px; padding-left: 18px; padding-bottom: 3px; vertical-align: top;
	}
table.top_links td a {
	color: #000; font-weight: bold; font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; letter-spacing: 1px;
	}
table.top_links td a:hover {
	color: #000; text-decoration: underline;
	}
table.top_links td.t1, table.top_links td.t6 {
	background: #fff url('images/menu_red.gif') no-repeat 2px 2px;
	}
table.top_links td.t2 {
	background: #fff url('images/menu_lt_grey.gif') no-repeat 2px 2px;
	}
table.top_links td.t3 {
	background: #fff url('images/menu_dk_grey.gif') no-repeat 2px 2px;
	}
table.top_links td.t4, table.top_links td.t5 {
	background: #fff url('images/menu_black.gif') no-repeat 2px 2px;
	}



p.top {
	text-align: right;
	}
p.top a {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold;
	}
	
p.spec
	{
	display: block;
	padding: 5px 5px 5px 5px;
	background-color: #993333;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	width: 100%;
	cursor: pointer;
	}

a.spec:hover
	{
	text-decoration: underline;
	color: #fff;
	}
