BODY{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: 15px;
	color: #333;
	padding: 0;
	margin: 0;
	padding-right: 10px;
}

P{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin-bottom: 8px;
}

H1{	/* You're currently not using this style */
	margin: 8px 0;
	padding: 0;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 21px;
	color: #008;
}

H2{
	margin: 8px 0;
	padding: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	line-height: 19px;	
	color: #008;
}

H3{	/* You're currently not using this style */
	margin: 8px 0;
	padding: 0;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 17px;	
	color: #008;
}

A{
	color: #3d8ac5;
	text-decoration: none;
	cursor: pointer;
}

/* NewCandidateExt.aspx: 
	SELECT and INPUT fields to have same formatting as labels 
	Upon erroring:
		Label size should stay the same
		Label colour should change to #c00
	
*/
INPUT {
	BORDER: #a7a7a7 1px solid; FONT-SIZE: 11px;
}
SELECT {
	BORDER: #a7a7a7 1px solid; FONT-SIZE: 11px;
}
TEXTAREA {
	BORDER: #a7a7a7 1px solid; FONT-SIZE: 11px;
}
radio {
	BORDER: #a7a7a7 0px solid;
}

.LabelCell, .requiredFieldLabelCell, .PrintSmall, .PrintVerySmall, .PrintMedium, .LinkSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
#PageHeaderHMS 
{
	color: #000088; Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;
}
	
.requiredFieldErrorLabelText {
	color: #c00; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	
}

.ButtonClassNavigation, .ButtonClassDataModification {
	  background-image:url('images/button_green_bg.gif');
      background-repeat: repeat-x;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      border-top: 1px solid #666;
      border-left: 1px solid #666;
      color: #fff;
      font-weight: bold;
      font-size: 11px;
      cursor: pointer;
      line-height: 20px;
      height: 23px;
      text-decoration: none !important;
      text-align: center;
      width: 100px;
}

.ButtonClassFormReset {
	  background-image:url('images/button_disabled_bg.gif');
      background-repeat: repeat-x;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      border-top: 1px solid #666;
      border-left: 1px solid #666;
      color: #fff;
      font-weight: bold;
      font-size: 11px;
      cursor: pointer;
      line-height: 20px;
      height: 23px;
      text-decoration: none !important;
      text-align: center;
      width: 100px;
}


	

