h3
{
color: #000000;
font-family: Verdana;
font-size: 16px
}

h2
{
color: #000000;
font-family: Arial;
font-size: 12px;
text-align: center
}

h1
{
color: #000000;
font-family: Arial;
font-size: 12px;
text-align: center;
text-decoration: underline
}

.LabelCell
{
background-color: #ffffff;
color: #000000;
font-family: Arial;
font-size: 11px
}

.Cell
{
background-color: #ffffff;
color: #000000;
font-family: Arial;
font-size: 11px;
padding: 1px;
}

 
.PrintSmall, p
{
color: #000000;
font-family: Arial;
font-size: 11px
}
 
.PrintSmallBold
{
color: #000000;
font-family: Arial;
font-size: 11px;
font-weight: bold;
}
 
.PrintVerySmall, li
{
color: #000000;
font-family: Arial;
font-size: 11px;
font-weight: normal
}
.PrintBig
{
color: #000000;
font-family: Arial;
font-size: 16px;
font-weight: bold;
}
.PrintMedium
{
color: #000000;
font-family: Arial;
font-size: 11px
}
HR
{
	color: #000000;
	height: 1px;
}
.HC, em
{
	background-color: #F0F0F0;
	border: 1px solid #000000;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-style: normal;
}
.LabelCell_maybe
{
	background-color: #CDD4DC;
	border: 1px solid #000000;
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px;
	padding-bottom: 3px;
	vertical-align: top;
	position: relative;
	top: -2px
}

.requiredFieldLabelCell
{
	/*background-color: #CDD4DC;
	border: 1px solid #000000*/
}
.requiredFieldLabelText
{
	font-weight: bold;
}
.requiredFieldErrorLabelCell
{
/*	font-weight: bold;
	background-color: #CDD4DC;
	border: 1px solid #000000*/
}

.requiredFieldErrorLabelText
{
	color: #ff0000;
}
.validationErrorLabelCell
{
/*	font-weight: bold;
	background-color: #CDD4DC;
	border: 1px solid #000000 */
}
.validationErrorLabelText
{
	color: #ff0000;
}
.highlightRow
{
	/*background-color: #ffffcc;
	padding-top: 3px; 
	padding-right: 6px; 
	padding-left: 3px; 
	padding-bottom: 3px*/
}
.LinkSmall
{
	color: #004F6F;
}

.CanLogin
{
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000
}
.white
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff
}
.ResumePasteInstructions
{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000
}
.ButtonClassNavigation
{
	
	cursor: hand;
}
.ButtonClassDataModification
{	
	
	cursor: hand;
}
.ButtonClassTools
{
	
	cursor: hand;
}
.ButtonClassFormReset
{
	
	cursor: hand;
}
.CustomTextBox
{
	background-color: #efefef;
	background-image: url(images/textbox.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	border: 1px solid #000000;
	height: 18px;
	vertical-align: top;
}

.CustomTextArea
{
	width: 220px;
}

.ContentWell {background:#ffffff; padding:0px 15px 15px 15px; vertical-align:top;}
