/* Default CSS Stylesheet for a new Web Application project */

body {
    background-color: #ffffff;
}

body, td {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal
}

h1, h2, h3, h4, h5, h6, th, thead, tfoot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1	{
	font-size: small;
	font-weight: bold;
	font-style:	normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing:	normal;
	text-transform:	none;
}
		
h2 {
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
	
h3 {
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}
	
h4 {
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

h5, DT {
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

h6 {
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
thead, TFOOT {
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
}

form {
	margin: 0;
}
.searchText 
{
	height: 0;
}
a:link {
	color: #3333cc;
}

a:visited {
	color: #333399;
}

a:active {
	text-decoration: none;
	color: #333399;
}

a:hover {
	text-decoration: underline;
	color: #3333cc;
}

small {
	font-size:	.7em;
}

big {
	font-size:	1.17em;
}

pre {
	font-family:	Courier New, monospace;
}

OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

.hpHeading 
{
	padding-left: 5;
	padding-bottom: 8;
	font: 7pt Tahoma;
	color: #666666;
	text-transform: uppercase;
	letter-spacing: 1pt;
	font-weight: bold;
}
.lcBox 
{
	border-bottom: 1px solid #dddddd;
	padding: 9 4;	
}
.header 
{
	background-image: url(images/header2.gif);
	background-repeat: no-repeat;
	background-color: #ff9900;
	height: 57;
}
.menuBar 
{
	padding: 8px 10px 8px 10px;
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
	font-size: 7pt;
	font-family: Tahoma;
	text-transform: uppercase;
	letter-spacing: 1pt;
	margin-bottom: 4px;
}
.menuItem 
{
	margin-left: 20px;
}
.menuBar a:link, .menuBar a:visited, .menuBar a:active 
{
	color: #ffffff;
	text-decoration: none;
}
.menuBar a:hover 
{
	color: orange;
}
.searchBar 
{
	background-color: orange;
	color: #000000;
}
.footer 
{
	background-color: #ff9900;
	color: #ffffff;
	padding: 10 10 20 10;
}
.trackListHeading td
{
	font-weight: normal;
	color: #666666;
	font-size: 70%;
}


.trackListing td {
}
/* Track headings are reverse what you might expect.  h1 is the
	heading	immediately above a track.  h2 is above h1, etc. */
.track-h1 {
	font-weight: bold;
	font-family: Arial;
}
.track-h2 {
	font-weight: bold;
	font-size: 1em;
	font-family: Arial;
}
.track-h3 {
	font-family: Arial;
	font-size: 1.2em;
	color: Red;
}

