p,td,.content,caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.caption,.sm{
	font-size: 12px;
	font-style:bold;
}
.sm{
	font-size: 10px;
}

.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.boldorange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF6600;
	text-decoration: none;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
h1 {
	line-height: 30px;
	font-family: 'Helvetica Narrow',Arial,Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bolder;
}
hr {
      color: #000000;
      background-color: #000000;
      height: 1px;
      border: 0;
}

/* Custom box for the job ad */
div.box {
  background:  url("images/box_topleft.gif") top left no-repeat;
  position:relative;
  }
div.box h3 {
  position:relative;
  background:  url("images/box_topright.gif") top right no-repeat;
  font-size:1.3em;
  padding:15px;
  padding-left:0;
  margin:0;
  right:-8px;
  }
div.boxBody {
  background:  url("images/box_right.gif") top right repeat-y;
  margin:0;
  margin-top:-2em;
  padding:15px;
  padding-left:0;
  position:relative;
  right:-8px;
  }
div.boxFooter {
  background:  url("images/box_bottomleft.gif") bottom left no-repeat;
  position:relative;
  top:7px;

  }
div.boxFooter p {
  background:  url("images/box_bottomright.gif") bottom right no-repeat;
  padding:15px;
  padding-left:0;
  display:block;
  margin:-2em 0 0 0;
  position:relative;
  right:-8px;
  }
 div.boxLongContent {
 background: url("images/box_leftborder.gif") top left repeat-y;
 }
