/* === GLOBAL SETTINGS === */

body					/* applies to the document background */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;
	background-color:	#FBB062;
}

p					/* applies to all paragraphs */
{
	font-size:			small;
	font-family:		Tahoma, Arial, Verdana;
}

table					/* applies to all tables */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;
}

td					/* applies to all table cells */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;
}

ol					/* applies to all ordered lists */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;

}

ul					/* applies to all unordered lists */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;

}

li					/* applies to all list items */
{
	font-size:			small;
	font-family:		Tahoma, Verdana, Arial;
	
}

h1
{
	color:				#E86835;
	font-size:			large;
	font-family: 		Tahoma, Verdana, Arial;
}

h2
{
	color:				#E86835;
	font-size:			medium;
	font-family: 		Tahoma, Verdana, Arial;
}

h3
{
	font-size:			14pt;
}

h4
{
	font-size:			12pt;
}

h5
{
	font-size:			10pt;
}

h6
{
	font-size:			8pt;
}
a:visited
{
	color:				#000000;
	text-decoration:	underline;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			small;
}

a:hover
{
	color:				#000000;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			small;
	text-decoration:	underline;
}


a:link { 
	color:				#FF6633;
	font-family: 		Arial, Helvetica, sans-serif;
	font-size:			small;
	text-decoration:	underline;
 } 
.Form {
	font-family:		Tahoma, Verdana, Arial;
	font-size: 			10pt;
}
.BusinessName {
	font-family: 		Tahoma, Verdana, Arial;
	font-size:			small;
	font-weight: 		bold;
	color:				#E86835;
}
.hrule {
	line-height: 		1px;
	color:				#CCCCCC;
}
.VehicleName {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			medium;
	font-weight:		bold;
	color: 				#FF6633;
}
.VehiclePrice {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			x-small;
	color: 				#FF6633;
}
.PublicButton60 {
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			10px;
	height: 			25px;
	width: 				100px;
}
.ClientAction {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	background-color: #FF0000;
}
.highlight {
	background-color: #FF6633;
}

input#result {
width: 20px;
}