/* --------- BODY --------- */
body {
  background-color:#E9E5E0;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  text-decoration:none;
  font-family: Arial, Verdana,Tahoma, sans-serif;
  font-weight: normal;
  font-size:11px;
  line-height: 14px;
  color:#5D5954;
}

h1{
  font-weight: bold;
  font-size:22px;
  color: #91897E;
  margin-top: 0px;
  margin-bottom: 0px;
}

h2{
  font-weight: bold;
  font-size:13px;
  color: #91897E;
  margin-top: 0px;
  margin-bottom: 0px;
}

h3{
  font-weight: bold;
  font-size:13px;
  color: #91897E;
  margin-top: 0px;
  margin-bottom: 0px;
}

.sub{
  font-weight: none;
  font-size:11px;
  line-height: 14px;
  color: #91897E;
  margin-top: 0px;
  margin-bottom: 0px;
}


.footer{
  font-weight: bold;
  font-size:10px;
  color: #867F78;
  margin-top: 0px;
  margin-bottom: 0px;
}


ul.star {
  list-style-type: none;
  list-style-image: url(../../images/arrow.gif);
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
}

li.star{
  margin-left: 18px;
  margin-right: 0px
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  
}

hr{
  width:760px;
  height:1px
  background-image: url(../../images/line.gif);
  
}


/*  ---------body links --------- */

a:link {text-decoration:none; color:#FF3333;}
a:visited {text-decoration:none; color:#FF3333;}
a:active {text-decoration:none; color:#FF3333;}
a:hover {text-decoration:none; color:#BB1D16;}          /*link colour*/

a.nav:link {text-decoration:none; color:#91897E; font-size:11px;}
a.nav:visited {text-decoration:none; color:#91897E; font-size:11px;}
a.nav:active {text-decoration:none; color:#91897E; font-size:11px;}
a.nav:hover {text-decoration:none; color:#FF3333; font-size:11px;}          /*link colour*/


/*  ---------forms --------- */

.form  {
	padding:2px; 
	line-height:1; 
	font-size: 10px; 
	font-family: Verdana, Arial; 
	color:#5D5954; 
	background-color: #E9E5E0; 
	border:1px solid; 
	border-color:#867F78;
}



