h1 {
	color : #505055;
	border-bottom : 1px dotted #ffafaf;
	font-size : 18pt;
	width:400px;
}

/* jQuery Accodion */
.basic  {
	width: 600px;
	font-family: verdana;
	border: solid 1px #eee;
}
.basic div {
	
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	
	background-image: url("AccordionTab0.gif");
}
.basic a:hover {
	background-color: white;
	background-image: url("AccordionTab2.gif");
}
.basic a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("AccordionTab2.gif");
}


/* This file skins tableSorter */

table.tablesorter thead tr .header { font-weight: bold; background-image: url(i/bg.gif); background-repeat: no-repeat; background-position: center bottom; text-align: center; padding-bottom: 15px; cursor: pointer; white-space: nowrap; }
table.tablesorter thead tr .headerSortUp { background-image: url(i/asc.gif); }
table.tablesorter thead tr .headerSortDown { background-image: url(i/desc.gif); }
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: royalblue;
}


