/*header text*/
.header{
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
  	line-height: 1.5;
}

/*sub_header text*/
.sub_header{
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
 	line-height: 1.5;
}

/*what the whole page looks like in general*/
BODY {
	background: #faf9f6;
	color: #333333;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/*what the whole page looks like in general*/
DIV {
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}

/*what the links look like normally*/
A { 
  color: #e64038; 
  text-decoration: none; 
}

/*what the links look like when you pass the mouse over it*/
A:hover { 
  color: #e64038; 
  text-decoration: underline; 
}

/*what the links look like when you press them*/
A:active {
  color: #e64038; 
  text-decoration: none; 
}

.imageStyle{
	border:1px;
	border-thickness: 1px;
	border-color: #000000;
	border-style: solid;
}

A:hover .imageStyle, A:active .imageStyle {
	border:1px;
	border-thickness: 1px;
	border-color: #000000;
	border-style: solid;
}

/*what the normal text looks like*/
TD.mainText, SPAN.mainText, P.mainText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
}

/*what the bold or highlighted text looks like*/
TD.boldText, SPAN.boldText, P.boldText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.5;
}

/*what the red  text looks like*/
TD.redText, SPAN.redText, P.redText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
  color: #e64038;
}