BODY {
	background-image: url("../images/background.gif");
	background-color : #cdcdcd;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	margin : 4;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

A:LINK, A:VISITED {
  text-decoration : underline;
  color : #FF6600;
}

A:ACTIVE, A:HOVER {
  text-decoration : none;
  color : #999999;
}

TD {
  font-size : 10px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.alert {
	color : Red;
	font-weight : bold;
}

.footer {
  color : #CCCCCC;
}

.form {
  background-color : #999999;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 10px;
  color : #FFFFFF;
}

.formtxt {
  background-color : #FFFFFF;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 12px;
}

.buildbtn {
  background-color : #FFCCCC;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 9px;
  font-weight : bold;
  color : #CC0000;
}

.editbtn {
  background-color : #CCFFCC;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size : 9px;
  font-weight : bold;
  color : #339900;
}

.heading {
    font-size : 10px;
    font-weight : bold;
    color : #000000;
}
    
.tourheading {
    font-size : 12px;
    color : #ff6600;
	 font-weight : bold;
}

.subheading {
    font-size : 10px;
    color : #999999;
}

A:LINK, A:VISITED, A:ACTIVE {
	color : #FF6600;
	text-decoration : none;
}