<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* Exhibitor and Corporate EVENT Magazine CSS Document 
						Last Updated 30.January 2009 */
	
	
/* FONT-LIVE Properties UNUSED? */

.agencyfbbold {
  font-family: "Agency FB";
  font-style: normal;
  font-weight: bold;
}

/* ALL LINK ATTRIBUTES */


a.back:link {font-family:Verdana, Geneva, sans-serif; text-decoration:none; font-size:14px; font-weight:bold; color:#F00; background-color:#CCC; padding:3px;}
a.back:visited {font-family:Verdana, Geneva, sans-serif; text-decoration:none; font-size:14px; font-weight:bold; color:#F00; background-color:#CCC; padding:3px;}
a.back:active {font-family:Verdana, Geneva, sans-serif; text-decoration:none; font-size:14px; font-weight:bold; color:#F00; background-color:#CCC; padding:3px;}
a.back:hover {font-family:Verdana, Geneva, sans-serif; text-decoration:none; font-size:14px; font-weight:bold; color:#FFF; background-color:#F00; padding:3px;}

a:link {text-decoration: underline; color:#000000;}
a:visited {text-decoration: underline; color:#000000;}
a:active {text-decoration: underline; color:#000000;}
a:hover {text-decoration: none; color:#000000;}

a.linkBlack:link {text-decoration:underline; color:#000000;}
a.linkBlack:visited {text-decoration:underline; color:#000000;}
a.linkBlack:active {text-decoration:underline; color:#000000;}
a.linkBlack:hover {text-decoration:none; color:#000000;}

a.linkBlackBold:link {text-decoration:none; font-weight:bold; color:#000000; line-height:15px;}
a.linkBlackBold:visited {text-decoration:none; font-weight:bold; color:#000000; line-height:15px;}
a.linkBlackBold:active {text-decoration:none; font-weight:bold; color:#000000; line-height:15px;}
a.linkBlackBold:hover {text-decoration:underline; font-weight:bold; color:#000000; line-height:15px;}


a.linkGreen:link {text-decoration: underline; color:#009900;}
a.linkGreen:visited {text-decoration: underline; color:#009900;}
a.linkGreen:active {text-decoration: underline; color:#009900;}
a.linkGreen:hover {text-decoration: underline; color:#009900;}

a.linkRed:link {text-decoration: underline; color:#FF0000;}
a.linkRed:visited {text-decoration: underline; color:#FF0000;}
a.linkRed:active {text-decoration: underline; color:#FF0000;}
a.linkRed:hover {text-decoration: underline; color:#FF0000;}

a.linkRednoUnderline:link {text-decoration: none; color:#FF0000;}
a.linkRednoUnderline:visited {text-decoration: none; color:#FF0000;}
a.linkRednoUnderline:active {text-decoration: none; color:#FF0000;}
a.linkRednoUnderline:hover {text-decoration: underline; color:#FF0000;}

a.linkWhite:link {text-decoration: underline; color:#FFFFFF;}
a.linkWhite:visited {text-decoration: underline; color:#FFFFFF;}
a.linkWhite:active {text-decoration: underline; color:#FFFFFF;}
a.linkWhite:hover {text-decoration: underline; color:#FFFFFF;}

a.linkOrangeBold:link {text-decoration: none; color:#F90; font-weight:bold;}
a.linkOrangeBold:visited {text-decoration: none; color:#F90; font-weight:bold;}
a.linkOrangeBold:active {text-decoration: none; color:#F90; font-weight:bold;}
a.linkOrangeBold:hover {text-decoration: underline; color:#F90; font-weight:bold;}

a.linkRedBold:link {text-decoration: none; color:#F00; font-weight:bold;}
a.linkRedBold:visited {text-decoration: none; color:#F00; font-weight:bold;}
a.linkRedBold:active {text-decoration: none; color:#F00; font-weight:bold;}
a.linkRedBold:hover {text-decoration: underline; color:#F00; font-weight:bold;}

a.linkWhiteBold:link {text-decoration: underline; color:#FFFFFF; font-weight:bold;}
a.linkWhiteBold:visited {text-decoration: underline; color:#FFFFFF; font-weight:bold;}
a.linkWhiteBold:active {text-decoration: underline; color:#FFFFFF; font-weight:bold;}
a.linkWhiteBold:hover {text-decoration: underline; color:#FFFFFF; font-weight:bold;}


/* ------------------------------------------------------------------------------------ */


/*  TEXT ATTRIBUTES  */

.font {

	font-size: 15px;
	line-height: 23px;
	padding:inherit;
	left: 0px;
}

.fontBold {

	font-size: 15px;
	font-weight:bold;
	line-height: 23px; 
	padding:inherit;
}

.fontRed {

	font-size: 15px;
	line-height: 23px;
	color:#FF0000;
	padding:inherit;
}

.fontRedBold {

	font-size: 15px;
	line-height: 23px;
	font-weight:bold;	
	color:#FF0000;
	padding:inherit;
}

.fontGreen {

	font-size: 15px;
	line-height: 23px;
	color:#009900;
	padding:inherit;
}

.fontGreenBold {

	font-size: 15px;
	line-height: 23px;
	font-weight:bold;	
	color:#009900;
	padding:inherit;
}

.fontWhite {

	font-size: 15px;
	line-height: 23px;
	color:#FFFFFF;
	padding:inherit;
}

.fontWhiteBold {

	font-size: 15px;
	line-height: 23px;
	font-weight:bold;	
	color:#FFFFFF;
	padding:inherit;
}

.fontRedTOCHeaders /*these go above the Article titles*/ {

	text-transform:uppercase;
	color:#FF0000;
	letter-spacing: 3px;
	font-size: 15px;
	font-style: normal;
	line-height: 14px;
}	

.fontArchive {

	font-size: 9px;
	font-style:italic;
	padding:inherit;
}

.fontArchiveWhite {

	font-size: 9px;
	color:#FFFFFF;
	font-style:italic;
	padding:inherit;
}

.font14px {

	font-size: 14px;
	line-height: 20px;
	padding:inherit;
	left: 0px;
}
	
/* ------------------------------------------------------------------------------------ */
	
	
/* BODY ATTRIBUTES */

/* ARTICLE CONSTRUCT */

#exhibitorsectiontag {
	width:200px;
	color:#fff;
	font-size:14px;
	line-height:22px;
	letter-spacing:3px;
	background-color:#000;
	padding:4px 5px 0px 5px;
	margin:0 0 0 5px;
	text-align:center;
	text-transform:uppercase;
}

#cesectiontag {
	width:200px;

	color:#000; 
	font-size: 15px; 
	font-weight: bold; 
	background-color:#fff; 
	padding:2px 10px; 
	margin:0 0 0 5px;
	text-align:center; 
	line-height:24px; 
	letter-spacing:5px; 
	text-transform:uppercase;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}







a.magIssueFont:link {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #000000;

}


a.magIssueFont:visited {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #000000;
	
}
a.magIssueFont:active {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #000000;
}

a.magIssueFont:hover {
	text-decoration:underline;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #0064a4;
}













a.moreFont:link {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #000000;

}


a.moreFont:visited {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #000000;
	
}
a.moreFont:active {
	text-decoration:none;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #e4a11b;
}

a.moreFont:hover {
	text-decoration:underline;

	font-size: 13px;
	font-weight: bold;
	text-transform: none;
	line-height: 14px;
	color: #e4a11b;
}





/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* TEXT AREAS */
/* (WITHOUT PAD) */

.textarea_bordertop {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
}

.textarea_bordertop_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#ebf5ed;
}

.textarea_bordertop_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#fffde8;
}

.textarea_bordertop_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#e9f7fe;
}

.textarea_bordertopleft {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
}

.textarea_bordertopleft_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#ebf5ed;	
}

.textarea_bordertopleft_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#ebeaf5;
}


.textarea_bordertoppad_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	padding:5px;
	background-color:#ebeaf5;
}

.textarea_bordertopleft_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#fffde8;
}

.textarea_bordertopleft_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#e9f7fe;
}

.textarea_bordertopleftright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
}

.textarea_bordertopleftright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#ebf5ed;	
}

.textarea_bordertopleftright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#fffde8;
}

.textarea_bordertopleftright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#e9f7fe;
}

.textarea_bordertopright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;	
}

.textarea_bordertopright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;	
}

.textarea_bordertopright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;	
}

.textarea_bordertopright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
}

.textarea_bordertopleftbottom {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;		
}

.textarea_bordertopleftbottom_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#ebf5ed;		
}

.textarea_bordertopleftbottom_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#fffde8;		
}

.textarea_bordertopleftbottom_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#e9f7fe;		
}

.textarea_bordertopleftbottomright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
}

.textarea_bordertopleftbottomright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#ebf5ed;
}

.textarea_bordertopleftbottomright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#fffde8;
}

.textarea_bordertopleftbottomright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#e9f7fe;
}

.textarea_bordertopbottom {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
}

.textarea_bordertopbottom_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;
}

.textarea_bordertopbottom_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#fffde8;	
}

.textarea_bordertopbottom_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;	
}

.textarea_bordertopbottomright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
}

.textarea_bordertopbottomright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#ebf5ed;
}

.textarea_bordertopbottomright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#fffde8;
}

.textarea_bordertopbottomright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
}

.textarea_borderleft {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;	
}

.textarea_borderleft_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#ebf5ed;	
}

.textarea_borderleft_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#fffde8;	
}

.textarea_borderleft_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#e9f7fe;	
}

.textarea_borderleftright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;		
}

.textarea_borderleftright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;			
}

.textarea_borderleftright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;			
}

.textarea_borderleftright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;			
}

.textarea_borderleftbottom {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;		
}

.textarea_borderleftbottom_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;		
}

.textarea_borderleftbottom_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#fffde8;		
}

.textarea_borderleftbottom_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;		
}

.textarea_borderleftbottomright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.textarea_borderleftbottomright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;
}

.textarea_borderleftbottomright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;
}

.textarea_borderleftbottomright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;
}

.textarea_borderbottom {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
}

.textarea_borderbottom_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;		
}

.textarea_borderbottom_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#fffde8;		
}

.textarea_borderbottom_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;		
}

.textarea_borderbottomright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;		
}

.textarea_borderbottomright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#ebf5ed;		
}

.textarea_borderbottomright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#fffde8;		
}

.textarea_borderbottomright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#e9f7fe;		
}

.textarea_borderright {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;		
}

.textarea_borderright_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#ebf5ed;		
}

.textarea_borderright_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#fffde8;		
}

.textarea_borderright_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#e9f7fe;		
}

.textarea_bordernone {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
}

.textarea_bordernone_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#ebf5ed;
}

.textarea_bordernone_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#fffde8;
}

.textarea_bordernone_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#e9f7fe;
}

.textarea_blackbg {
	background-color:#000;
	vertical-align:top;

	font-size: 15px;
	line-height: 23px;
	color:#FFFFFF;
}

.textarea_blackbgbordertop {
	background-color:#000;
	vertical-align:top;

	font-size: 15px;
	border-top: #fff solid 1px;
	line-height: 23px;
	color:#FFFFFF;
}

.imagearea_blackbg {
	background-color:#000;
	vertical-align:top;
}

.textarea_darkgreen {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#009900;
	color:#FFFFFF; 
}


/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* TEXT AREAS */
/* (WITH PAD) */

.textarea_bordertoppad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertoppad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;

}

.textarea_bordertoppad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertoppad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftpad {
	height: auto;
	width: auto;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertopleftpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertopleftpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000;
}

.textarea_bordertopleftpad_peachbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	background-color:#ffefe4;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000;
}


.textarea_bordertopleftbottomrightpad_peachbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#ffefe4;
	padding:5px;
	color: #000;
}


.textarea_borderleftpad_peachbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#ffefe4;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	color: #000;
}


.textarea_bordertop_peachbg {
	border-left: 1px solid #000;
	background-color:#ffefe4;
}

.textarea_bordernonepad_peachbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#ffefe4;
	padding:5px;
	color: #000;
}

.textarea_bordertopleftrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertopleftrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
		
}

.textarea_bordertopleftrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
	
}

.textarea_bordertopleftrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	

}

.textarea_bordertoprightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertoprightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertoprightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertoprightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottomrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottomrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottomrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottomrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordertopleftbottompad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottompad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#ebf5ed;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottompad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#fffde8;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottompad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	background-color:#e9f7fe;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottomrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.textarea_bordertopleftbottomrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.textarea_bordertopleftbottomrightpad_greybg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#CCC;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.textarea_bordertopleftbottomrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottomrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopleftbottomrightpad_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#ebeaf5;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


.textarea_bordertopleftrightpad_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	border-right: 1px solid #000;	
	background-color:#ebeaf5;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


.textarea_bordertopleftpad_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-left: 1px solid #000;	
	background-color:#ebeaf5;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


.textarea_bordertopbottompad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottompad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottompad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottompad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottomrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottomrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottomrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordertopbottomrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;	
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderleftpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderleftpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#ebf5ed;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}


.textarea_borderleftpad_purplebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#ebeaf5;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderleftpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderleftpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderleftrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#ebf5ed;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;		
}

.textarea_borderleftrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;		
}

.textarea_borderleftrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;		
}

.textarea_borderleftbottompad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;		
}

.textarea_borderleftbottompad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottompad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderleftbottompad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderbottompad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottompad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#ebf5ed;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderbottompad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottompad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottomrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottomrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#ebf5ed;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottomrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderbottomrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #000;		
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderrightpad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderrightpad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#ebf5ed;		
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_borderrightpad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#fffde8;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_borderrightpad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #000;
	background-color:#e9f7fe;	
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;	
}

.textarea_bordernonepad {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordernonepad_greenbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#ebf5ed;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordernonepad_creambg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#fffde8;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
}

.textarea_bordernonepad_bluebg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#e9f7fe;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
}

.textarea_blackbgpad {
	background-color:#000;
	vertical-align:top;

	font-size: 15px;
	line-height: 23px;
	color:#FFFFFF;
	padding:5px;
}

.imagearea_blackbgpad {
	background-color:#000;
	vertical-align:top;
	padding:5px;
}

.imagearea_blackbgpadbordertop {
	background-color:#000;
	vertical-align:top;
	border-top: #fff solid 1px;
	padding:5px;
}


.textarea_borderleftdryyellowbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	background-color:#F7F5E8;
}

.textarea_bordertopleftpad_dryyellowbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	background-color:#F7F5E8;
	padding:5px;
}

.textarea_bordernonedryyellowbg {
	height: auto;
	width: auto;
	text-align: left;
	vertical-align: top;
	background-color:#F7F5E8;
}


.textarea_darkgreenpad {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#009900;
	color:#FFFFFF; 
	padding:5px;
}

.archivetextarea_borderleftpaddarkbrownbg {
	height:auto;
	width:auto;
	align:left;
	vertical-align:top;
	background-color:#623d2d;
	border-left:1px solid #000;
	padding: 5px;
}

.archivetextarea_borderleftpadbrownbg {
	height:auto;
	width:auto;
	align:left;
	vertical-align:top;
	background-color:#6d625a;
	border-left:1px solid #000;
	padding: 5px;
}


.textarea_bordertopleft_greybg {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#ebe9e9;
	border-left:1px #000 solid;
	border-top:1px #000 solid;
}


.textarea_bordertopleftpad_greybg {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#ebe9e9;
	padding:5px;
	border-left:1px #000 solid;
	border-top:1px #000 solid;
}


.textarea_bordertoppad_greybg {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#ebe9e9;
	padding:5px;
	border-top:1px #000 solid;
}

.textarea_borderleftpad_greybg {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#ebe9e9;
	padding:5px;
	border-left:1px #000 solid;
}

.textarea_noborderpad_greybg {
	height:auto; 
	align:left;
	vertical-align:top; 
	background-color:#ebe9e9;
	padding:5px;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

/* MISC ATTRIBUTES */


.e /* goes at the end of most articles */ {
	color:#fff; 
	text-transform:uppercase;
	background-color:#000; 
	text-align:center; 
	font-size:10px; 
	font-weight:bold;
	margin-left:5px;
	padding:1px 3px;
}

.eWhite /* goes at the end of most articles */ {
	color:#000; 
	text-transform:uppercase;
	background-color:#fff; 
	text-align:center; 
	font-size:10px; 
	font-weight:bold;
	margin-left:5px;
	padding:1px 3px;
}
</pre></body></html>