/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

  
/* PAGE BACKGROUNDS -----------------------------------------------*/

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
}


/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: White;
}
.HeadBg {
    background-color: White;
}

A.MastLink:link		{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:visited	{ color: White;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:active	{ color: Yellow;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:hover	{ color: Yellow;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.contentPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.rightPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: center;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
 
}

.leftPaneModuleTitle{
    background-color: White;
    color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
}

HR.leftPaneModuleTitle
{
	color: White;
	font-size:		1;
	visibility:			hidden;
	display:			none;
		
}

.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: left;
    width: 100%;    
}

.leftPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
	background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: normal;
	color: #DDE4EE;
	width: 100%;
}

.contentPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
}

.contentPaneModuleTitle{
    background-color: White;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    line-height: 7pt;
    font-weight:    Bold;
}

HR.contentPaneModuleTitle
{
	color: #93A6C8;
	font-size: 1;	
}

.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: left;
    width: 100%;    
}

.contentPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the contentPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
	background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: normal;
	color: DimGray;
	width: 100%;
}

.rightPaneModuleTitleContainer{
    text-align: left;
    background-color: White;
}

.rightPaneModuleTitle{
    background-color: White;
    color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:  Bold;
}

HR.rightPaneModuleTitle
{
	color: Black;
	font-size: 1;	
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: left;
    width: 100%;    
}

.rightPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
	background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: normal;
	color: Black;
	width: 100%;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: 8pt;
    font-weight: normal;
	color: #CCCCCC;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: White;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #7D91B2;}
A.leftPaneModuleLink:visited	{ color: White;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; background-color: #7D91B2; }
A.leftPaneModuleLink:active		{ color: #094790;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:hover		{ color: #094790;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    font-weight: normal;
    color: DimGray;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    color: DimGray;
}

.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Normal;
	color: Black;
}

A.contentPaneModuleLink:link	{ color: #06356B;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:visited	{ color: #06356B;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:active	{ color: Blue;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:hover	{ color: Blue;  font-size: 9pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: #06356B;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:visited	{ color: #06356B;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:active	{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:hover		{ color: Blue;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleFormBgBorder {
    background-color: #D0D8E7;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.contentPaneModuleFormBgForm {
    background-color: White;
}

.contentPaneModuleFormHeading {
	background-color: #008DD0;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    bold;
    color:	    White;
    text-align:	center;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
	color: Black;
}
.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: red;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: red;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	background-color: White;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: darkred
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: 900;
    color:#cccc99
}



/* PORTAL NAVIGATION ----------------------------------------------*/

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyblue (text) */
.TabBg {
    background-color: White;
    border-color: #06356B;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
    background-color: White;
    border-color: #094790;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: White;
    font-weight: bold;
    background-color: #06356B;
}

/* hyperlink styles of the Selected Tab */
A.SelectedTab:link    {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:visited {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:active  {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.SelectedTab:hover   {
    text-decoration:    underline;
    font-size: 9pt;
    color: white;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: White;
    text-decoration: none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.OtherTabs:visited {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.OtherTabs:active  {
    text-decoration:    none;
    font-size: 9pt;
    color: White;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    font-size: 9pt;
    color: white;
}
    

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}




/* Styles for Forms Data */

/*
input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.FormButton
{
	border: solid 1;
	border-color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #A5D39C;
}


input.disabled
{
	background-color: #CCCCCC;
	border: solid 1;
	border-color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 110;
}

input.uc
{
	border: solid 1;
	font-size: 8pt;
	border: solid 1;
	text-transform: uppercase;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 1;
	border-color: black;
}

*/

.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		Normal;
			color:				Normal;
			border:				solid 1;
			border-color:		black;
			}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Bold;
             color:			Red;
           }



/* Border for Listing Pictures */
img.Pic {border-color:Black;
				border-width:1px;
				border-style:Solid;
				}


/* Style for Listing Picture Heading TagLine */
.PicTagLine    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    800;
             color: White;
             text-align:center;
            }
            
/* Style for Listing Attributes & Features */
.PicIconBar    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    800;
             color: White;
            }

.PicTagLine-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             font-weight:    800;
             color: White;
             text-align:center;
           }

/* Style for Listing Picture Features Table Listing */

.PicFeatHead-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             font-weight:    800;
             color: White;
              text-align:center;
           }

.PicFeatData-s    {background-color: #E7E7EF;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             font-weight:    normal;
             color: Black;
              text-align:left;
           }

/* Styles for Listing Picture Overwrite text */
.PicOverWrite   {background-color:	White;
             font-family:			 Arial, Helvetica, sans-serif;
             font-size:		7pt;
             font-weight:    Bold;
             color:			#A5B2D6;
            }
            
.PicOverWrite-L    {background-color:	White;
             font-family:			 "Arial Black", Arial;
             font-size:		8pt;
             font-weight:    Bold;
             color:			#A5B2D6;
            }





/* GENERAL------------------------------------------------------- */
/* style for module titles (text) */
/* [Depreciated - use paneNamePaneModuleTitle and paneNamePaneModuleTitleContainer classs]*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    Bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: black;
}

.Normal-XXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: #2155FF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: #2155FF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: #2155FF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: #2155FF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.LeftMenu
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 7pt;
}
.LeftMenu:hover
{
    COLOR: blue;
}
TD.PageTitle
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 8pt;
}
    
  



/* GENERIC ------------------------------------------------------*/
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    normal;
    color: #A5B2D6;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    normal;
    color: #A5B2D6;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: #A5B2D6;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: #A5B2D6;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    color: #A5B2D6;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: #A5B2D6;
}


A:link		{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: #2155FF;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


9pt   {
    font-size:  7pt;
}

BIG {
    font-size:  9pt;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left;
}



/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: darkred;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: red;	 font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
}





/* Contest Entry Form Styles -----------------------------------------------*/

.contest	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		500;
			color:				#103377;
			}


.contest-B	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		bold;
			color:				#103377;
			}


.contest-LB	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			9pt;
			font-weight:		bold;
			color:				#103377;
			}


.contest-s	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			7pt;
			font-weight:		500;
			color:				#103377;
			}


.contest-sB	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			7pt;
			font-weight:		bold;
			color:				#103377;
			}


.contest-emphasized	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		600;
			font-style:			italic;
			color:				#F0C028;
			}


.contest-legalese	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			7pt;
			font-weight:		600;
			color:				#F0C028;
			}

.contestInputField	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			7pt;
			color:				Black;
			}


