/* CSS Document */

/* Font Class */

/* Grey, Very Small Text */
.Text1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
}

/* Grey, Medium Text (Teaming...) */
.Text2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12.5px;
	color:#666666;
	font-style:italic;
}

/* Blue, Medium Text */
.Text4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#285586;
	font-weight:bold;
}

/* Blue, Large Text */
.Text3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#285586;
	font-weight:bold;
}

/* Blue, Large Text (Phone Num */
.Text5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#285586;
}

.Text6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#AE1800;
	font-weight:bolder;
}

.Text7 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	font-weight:bolder;
}

.Text8 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E19100;
	font-weight:bolder;
}

.Text9 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	font-weight:bold;
}

.Text10 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#E19100;
	font-weight:bold;
}

/* Black, Medium Text */
.Apexx {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

/* Spacing class */

/* Remove space around flash in IE */
.Space1 {
	border:none;
	white-space:nowrap;
}

/*Link Class */

/*Blue Link */
A.BlueLink:link {
	text-decoration:none;
	color:#285586;
}

A.BlueLink:visited {
	text-decoration:none;
	color:#285586;
}

A.BlueLink:active {
	text-decoration:none;
	color:#285586;
}

A.BlueLink:hover {
	text-decoration:none;
	color:#000000;
}

/*Orange Link */
A.OrangeLink:link {
	text-decoration:none;
	color:#E19100;
}

A.OrangeLink:visited {
	text-decoration:none;
	color:#E19100;
}

A.OrangeLink:active {
	text-decoration:none;
	color:#E19100;
}

A.OrangeLink:hover {
	text-decoration:none;
	color:#285586;
}

/*Showroom Header Links */
A.ShowroomHead:link {
	text-decoration:none;
	color:#285586;
}

A.ShowroomHead:visited {
	text-decoration:none;
	color:#285586;
}

A.ShowroomHead:active {
	text-decoration:none;
	color:#285586;
}

A.ShowroomHead:hover {
	text-decoration:none;
	color:#000000;
}

/*Comparison and Might Be interested Header Links */
.CompareInterestTableText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
