
a {
	text-decoration: none;
	color: #FF9933;
	border: #FF9900;
}
a:hover {
	text-decoration: underline;
  
}

body,td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	align: top;
}

.heading1 {
	font-size: 40px;
	font-weight: 900;
}
.heading6 {
	font-size: 14px;
	font-weight: bold;
}
.heading2, .OrangeBorder {
	font-size: 24px;
	color: #993333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;


}
.heading3 {
	font-size: 18px;
	font-weight: 900;
	color: #FF9900;

}

.small {
	font-size: 11px;
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;


}

input, textarea, select {
	font-family: "Arial Narrow";
	color: #993333;
	background-color: #FFFFCC;
	border: 3px solid #FF9933;
}

.pictureBorder {
	border: 5px solid #FF9900;
	color: #FF6600;

}
.windowsFont {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;

}

.RedBorder {
  border-color: red;
}

.OrangeBorder {
  border-color: #FF9933;
  border: thin solid;
}