.BodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
}

.BodyTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #666666;
}

/*
.BodyText:link a {
	color: #3F64AF;
	text-decoration: none;
}

.BodyText:visited a {
	text-decoration: none;
	color: #3F64AF;
}

.BodyText:hover a {
	text-decoration: none;
	color: #FF0000;
}

.BodyText:active {
	text-decoration: none;
}
*/

.BodyTextShort {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #666666;
}

.BodyTextShort:link {
	color: #3F64AF;
	text-decoration: none;
}

.BodyTextShort:visited {
	text-decoration: none;
	color: #3F64AF;
}

.BodyTextShort:hover {
	text-decoration: none;
	color: #FF0000;
}

.BodyTextShort:active {
	text-decoration: none;
}



.ErrorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: red;
}
.PageHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC0000;
}
.BlueBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.Prices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.SubHeads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.SearchGoButton{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.SearchBoxText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.ListButtonInput
{
    font-size:9px;
    color: #333;
    background-color:#eeeeee;
    padding: 0px 0px 0px 0px;
}

.AdvSearchButtons
{
    font-size: 9px;
    color: #fff;
    font-weight:bold;
    background-color: #3f64af;
    padding: 0px 0px 0px 0px;
    border-right: #000099 1px solid;
    border-top: #000099 1px solid;
    border-left: #000099 1px solid;
    border-bottom: #000099 1px solid;
}

.PleaseWait
{
    font-size: 16px;
    font-weight: bold;
    color: white;
    display: none;
    left: 350px;
    position: absolute;
    top: 250px;
    border-right: dimgray 2px solid;
    padding-right: 10px;
    border-top: dimgray 2px solid;
    padding-left: 10px;
    padding-bottom: 10px;
    margin: 10px;
    border-left: dimgray 2px solid;
    padding-top: 10px;
    border-bottom: dimgray 2px solid;
    font-family: Arial;
    background-color: white;
    width: 300px;
    height: 100px;
}

.highlight {text-decoration:none; color:black; background:yellow;}
