

h1 {font-size: 10px; font-style: italic; font-family: Arial; Verdana, font-weight: bold; color: #ff8000;}
h2 {font-size: 1.2em; font-weight: bold;font-family: Verdana, Helvetica, sans-serif;}
h3 {font-size: 18px; font-style: italic; font-family: Arial; Verdana, font-weight: bold; color: #ffffff;}
h4 {font-size: 13px; font-family: Arial,Verdana; font-weight: normal;}
h6 {font-size: 9px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: normal;}

a:link {color: #0080C0; text-decoration: none}
a:visited {color: #003e5b; text-decoration: none}
a:hover {color: #ff9900; text-decoration: none}
a:active {color: #003e5b; text-decoration: none;}


div.hr {
  height: 1px;
  background: #fff url(images/hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}


/* Copyright 2006 Joost de Valk */
a img {
	border: 0;
}
table.sortable {
        font-family: arial;
        font-size: 15px;
        width: 89%;
	background-color: #e0e0e0;
	border-spacing: 0;
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}
table.sortable th, table.sortable td {
	text-align: left;
	padding: 2px 4px 2px 4px;
	border-style: solid;
	border-color: #ffffff;
}
table.sortable th {
	border-width: 0px 1px 1px 1px;
	background-color: #e0e0e0;
}
table.sortable td {
	border-width: 0px 0x 0px 1px;
}
table.sortable tr.odd td {
	background-color: #eaeaea;
}
table.sortable tr.even td {
	background-color: #e0e0e0;
}
table.sortable tr.sortbottom td {
	border-top: 1px solid #ffffff;
	background-color: #ccc;
	font-weight: bold;
}