/* Body - inheritable by all other styles */
body           {
	color:           #777777;
	font-size:        0.8em;
	font-family:      Verdana, sans-serif, Arial, Helvetica, "Century Gothic", Frutiger;
	font-weight:      normal;
	background-color: #9192bd;
	text-transform:   none;
	margin:           0 }



p     {
	font-size:     100%;
	line-height:    150%;
	text-transform: none }

 
span.highlight 
  {
	font-size:     100%;
	font-weight:    bold;
	}
 
/* Anchor Settings - Settings for Red Backgrounds */
a  {
	color:          #4040a0;
	font-size:       100%;
	line-height:     150%;
	text-decoration: none }

a:Hover
 { color: #990033;  }
 
a.tyre  {
	color: #C00;
	font-size:       100%;
	line-height:     150%;
	text-decoration: none }

a.tyre:Hover
 { color: #000;  }


/* Page Elements */
div
 { font-size: 100%; }

span
 { font-size: 100%; }

table
    {
	font-size:       100%;
	background-color: white }


table.navigation
      {
	font-size:       100%;
	background-color: #f0f0f0}

	
table.greyFade
     {
	font-size:        100%;
	background-image:  url("../img/imageback_short.gif");
	background-repeat: repeat-x;
	height:            165px;
	outline-width:     12px }



ol, ul
  {
	font-size:  100%;
	line-height: 200% }
	

/* Form Elements */
input, textarea
 { border: solid 1px; }

input.flat
 { border: solid 1px; }

select
 { border: solid 1px; }
 

/* The Headings*/

h1
   {
	color:      #000099;
	font-size:   140%;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }


h2
   {
	color:      #000099;
	font-size:   125%;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }


h3
   {
	color: #C00;
	font-size:   160%;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-weight: bold;
	line-height: 150%;
	margin:      0 }


h4
   {
	color:      #404060;
	font-size:   105%;
	font-family: Verdana, sans-serif, Arial, Helvetica;
	font-weight: normal;
	line-height: 150%;
	margin:      0 }


h5
  { color: #fff; font-size: 130%; font-weight: normal; line-height: 150%;  margin: 0; padding-left:20px;}
a.phone  {
	color: #fff; font-size: 100%; font-weight: normal; line-height: 150%;  margin: 0; }

a.phone:Hover
 { color: #999999; text-decoration:underline  }

h6
  { color: #404060; font-size: 100%; font-family: "Century Gothic", Frutiger, _sans, Verdana, sans-serif, Arial, Helvetica; font-weight: normal; line-height: 150%;  margin: 0 }


.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
