@charset "utf-8";

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

.greysmall {
  font-family: 'Raleway', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 200;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  color: #5c5c5c;
}
.greybody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #9d9d9d;
  text-decoration: none;
}
.darkgrey {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
  text-decoration: none;
}
.greybodybig {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #5c5c5c;
  text-decoration: none;
}
.redbody {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #b30000;
  text-decoration: none;
}
.redlink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #b30000;
  text-decoration: none;
}
.redheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #b30000;
  text-decoration: none;
}
.orangeheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #f1670a;
  text-decoration: none;
}
.blueheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #4896d2;
  text-decoration: none;
}
.blackheader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.textfield_effect {
	border-width: 1px;
	border-color: #e3e3e3;
	border-style: dashed;
/*	background-image: url(back_field.gif);
	background-repeat: repeat-x;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #b30000;
	width: 110px;
	height: 20px;
}

.biglink {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #5c5c5c;
  text-decoration: underline;
}
