﻿body 
{
    font-family: Arial;
    font-size: 12px;
    text-align: left;
}
td 
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}
.normal
{
    font-family: Arial;
    font-size: 12px;
}
.normalBold
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}
.normalBoldItalic
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
}
.large
{
    font-family: Arial;
    font-size: 13px;
}
.largeBold
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}
.largeBoldItalic
{
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    font-style:italic;
}
.xxlargeBoldItalic
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    font-style:italic;
    text-decoration:none;
    color:#000000;
}
.xlarge
{
    font-family: Arial;
    font-size: 15px;
}
.xlargeBold
{
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
}
.xxlargeBold
{
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.small
{
    font-family: Arial;
    font-size: 11px;
}
.smallGray
{
    font-family: Arial;
    font-size: 11px;
    color: #999999;
}
.smallerGray
{
    font-family: Arial;
    font-size: 10px;
    color: #999999;
}
.smallBold
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.row1
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.row2
{
    background-color: #dddddd;
    font-family: Arial;
    font-size: 12px;
}
.row1Small
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 11px;
}
.row2Small
{
    background-color: #dddddd;
    font-family: Arial;
    font-size: 11px;
}
.searchRow1
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
}
.searchRow2
{
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.searchRow2TopBorder
{
     border-width: 1px;
    border-style: inset;
    border-color: #cccccc;
    font-family: Arial;
    font-size: 12px;
    background-color: #cccccc;
}
.orangeRow
{
    background-color: #E08A0A;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.normalOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    text-decoration: none;
}
.normalWhite
{
    font-family: Arial;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}
.orange
{
    color: #FF9900;
}
.normalBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldOrangeLink
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldOrangeLink:hover
{
    color: #FF9900;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.normalBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.normalBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.smallBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.smallOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 10px;
    text-decoration: none;
}
.mediumOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallBlueLink
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}
.smallBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    text-decoration: underline;
}
.smallBoldWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}
.smallWhite
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallRed
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.smallBoldRed
{
    color: #FF0000;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
    font-weight:bold;
}
.largeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.largeBoldRedItalic
{
    color: #DD0000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-style:italic;
}
.largeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.xxlargeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.xxlargeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldRed
{
    color: #DD0000;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldBlue
{
    color: #0000FF;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxlargeBoldGreen
{
    color:Green;
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
.xxxxlargeBold
{
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}
.largeBoldWhite
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.normalBoldWhite
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.largeBoldOrange
{
    color: #FF9900;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.imageBorderBlack
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.tableBorderOrange
{
    border-width: 1px;
    border-style: solid;
    border-color: #ff9900;
}
.tableBorder
{
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}
.tableBorderLeft
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
}
.tableBorderRight
{
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
}
.tableBorderBottom
{
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
}
.tableBorderBottomCorners
{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #000000;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #000000;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #000000;
}
.blankFormFields
{
    font-family: Arial;
    font-size: 12px;
    background-color: #ffff66;
}
.dealerMenuHeader
{
    border: solid 1px #000000;
    background-color: #666666;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.dealerMenu
{
    border: solid 1px #000000;
    background-color: #666666;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.dealerMenu a
{
    padding:2px;
    display:block;
}
.dealerMenu:hover
{
    border: solid 1px #000000;
    background-color: #cc0000;
    font-family: Arial;
    color: #ffffff;
    text-align: left;
}
.orangeHeader
{
    background-color: #FF9900;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.smallOrangeHeader
{
    background-color: #FF9900;
    font-family: Arial;
    color: #000000;
    font-size: 11px;
    font-weight: bold;
}
.orangeHeaderImage
{
    background-color: #FFcc33;
    background-image: url(../images/orangeheader.gif);
    background-repeat:repeat-x;
    font-family: Arial;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}
.blueHeaderImage
{
    background-color: #0066cc;
    background-image: url(../images/blueheader2.gif);
    background-repeat:repeat-x;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
.headerButton
{
    color: #FFFFFF;
    font-family: Arial;
    font-size: 11px;
    text-decoration: none; 
}
.headerButton:hover
{
    color: #FF9900;
}
.headerButtonLarge
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-decoration: none;
}
.headerButtonLarge:hover
{
    color: #FF9900;
} 
.xxxlargeBold
{
    font-family: Arial;
    font-size: 20px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
}

.xxlargeBoldOrange
{
    color: #d05202;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.xxlargeBoldLightOrange
{
    color: #ff9900;
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.superBigItalic
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: Black;
    text-decoration: none;
    font-style:italic;
}
.superBigOrange
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #d05202;
    text-decoration: none;
}
.superBigOrangeItalic
{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #d05202;
    font-style:italic;
    text-decoration: none;
}
.imageHover 
{
    cursor: pointer;
}
.sellHeading1 {
	font-family: Arial;
	font-size: 28px;
	color: #CC0000;
	font-weight: bold;
	font-style: italic;
}
.sellHeading2
{
    font-size: 28px; 
    color: #CC0000;
    font-family: Arial;
}
.cbListSmall
{
    font-family: Arial;
    font-size: 11px;
    text-decoration: none;
}
.cbListSmall TD
{
    text-align: left;
    vertical-align: top;
}
.strike
{
    text-decoration:line-through;
}
.red
{
    color:#ff0000;
}
.redBackground
{
    background-color:#ff0000;
}
.headerMenuItem 
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration:none;
}
.menuItem
{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: #0000ff;
    text-decoration:none;
    letter-spacing: -1px;
}
.menuItem a
{
    display: block;
}
.newButton
{
    border-color:#ff9933;
    border-width:2px;
    border-style:outset;
    background-color:#666666;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
}
.newButtonBlue
{
    border-color:#0000ff;
    border-width:2px;
    border-style:outset;
    background-color:#666666;
    color:#ffffff;
    font-family:arial;
    font-size:13px;
    font-weight:bold;
}
.orangeScroll
{
    scrollbar-face-color:fcc99;
    scrollbar-track-color:cccccc; 
    scrollbar-arrow-color:000000;
}