body {
	font-family:Arial;
	font-weight: normal;
	font-size: 9px;
	background-color: #FFFFFF;
}



/*========================================================*/
/*  3. Links                                              */
/*========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #CC8600;
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

a:hover {
	color: #CC8600;
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}

/* For links on darker backgrounds (e.g. footer links) */
a.White:link, a.White:visited, a.White:active {
    text-decoration: underline;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}
a.White:hover {
    text-decoration: none;
    color: #fff;
	background-color: transparent;
	border: 0;
	font-weight: normal;
}


/* Defines styles for breadcrumb items */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active {
    text-decoration: none;
    color: #CCCCCC;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 25px;
}

a.BreadcrumbLink:hover {
    text-decoration: none;
    color: #C9CDD3;
	background-color: transparent;
	border: 0;
	font-weight: bold;
	font-size: 25px;
}


/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #fff;
	padding: 1px 5px 2px 6px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #CD8701;
}

a.CommandButton:hover {
	color: #fff;
	padding: 1px 5px 2px 6px;
	font-family: arial;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #CD8701;
}


/* For links that come with a pre-attached Normal class */
a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #CC8600;
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	text-decoration: underline;
}

a.Normal:hover {
	color: #CC8600;
	font-family: arial;
	font-weight: normal;
	font-size: 9px;
	text-decoration: none;
}





/*========================================================*/
/*  4. Text                                               */
/*========================================================*/


/* Style for current date token */
.CurrentDate {
	color: #666666;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #666666;
}


/* Used in admin sections */
.SubHead    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px;
	color: #333333;
	line-height: 140%;
}

.PageHead    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #999999;
	line-height: 100%;
}

/* Used in admin sections */
.SubHeadSmall    {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px;
	color: #333333;
	line-height: 140%;
}


/* Module titles */
.Head {
	font-size: 18pt;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 350%;
}

/* Module titles */
.HeadGrey {
	font-size: 18px;
	font-weight: bold;
	color: #cccccc;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Module titles Blue */
.HeadBlue {
	font-size: 18px;
	font-weight: bold;
	color: #9999CC;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Module titles Orange */
.HeadOrange {
	font-size: 18px;
	font-weight: bold;
	color: #FF9933;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

.DotsOrange {
	font-size: 18px;
	font-weight: bold;
	color: #FCB131;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

/* Module titles Aqua */
.HeadAqua {
	font-size: 18px;
	font-weight: bold;
	color: #CCCC66;
	padding-bottom: 4px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}


/* Sub Module titles */
.SmallHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px;
	color: #cccccc;
}


/* Sub Module titles Orange*/
.HeadSmallOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px;
	color: #FF9933;
}


/* Bold colored - used for warnings and such */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	line-height: 140%;
  white-space: pre-wrap;
}

.NormalGrey
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #999999;
	line-height: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.NormalGreyBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	padding-bottom: 4px;
	color: #999999;
	line-height: 250%;
}
/* Bold colored - used for warnings and such */
.NormalSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #666666;
	line-height: 140%;
}

/* Bold colored - used for warnings and such */
.NormalOrange
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #FF9933;
	line-height: 140%;
}

/* Bold colored - used for warnings and such */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #FF0000;
	line-height: 140%;
}

/*  */
.NormalWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 4px;
	color: #ffffff;
	line-height: 140%;
}

/* Normal bold text */
.NormalBold {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}


/* spacer for minimum width pages so IE doesn't cut the size*/
div.width1 {
width: 800px;
/*overflow: auto:*/
}


/*========================================================*/
/*  5. Forms                                              */
/*========================================================*/

select, input {
	font-family: arial;
	font-size: 11px;
	color: #333;
}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 4px;
	line-height: 12px;
	font-family: arial;
	font-weight: normal;
	font-size: 11px;
/*
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
*/
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
/*
	visibility: invisible;
*/
}

.backgroundahadifferent {
	background-image: url(Images/ahadifferent.gif);
  background-repeat: no-repeat;
  background-position: 320 center;
}

/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/
