/**************************************************************
	Main styles.
***************************************************************/

body,td,th
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

body
{
	background-color: #1C1F20;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0000FF;
}

a:link
{
	color: #FFFF00;
	text-decoration: underline;
}

a:visited
{
	text-decoration: underline;
	color: #FFCC00;
}

a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}

a:active
{
	text-decoration: underline;
	color: #FFFF00;
}

/**************************************************************
	Styles for the table on the preowned index.
***************************************************************/

.tableHeader
{
	/* Styles for the header of the table. */
	background-color: #666666;
}

.tableHeaderFont
{
	/* Styles for the font in the table header. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.table1
{
	/* Styles for the main cells in the table. The colors alternate, so this is the first color. */
	background-color: #333333;
}

.table2
{
	/* Styles for the main cells in the table. The colors alternate, so this is the second color. */
	background-color: #444444;
}

/**************************************************************
	Styles for the pre-owned view page.
***************************************************************/

.bikeTitle
{
	/* The header for each block of information. */
	color: #FFFF00;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.infoHeader
{
	/* This is the title of the bike. */
	color: #FFFF00;
	font-size: 14px;
}