<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

img {
    max-width: 100%;
    height: auto;
		}

iframe {
        max-width: 100% !important;
}

input[type="submit"] {
    background-color: #5ACFED;   /* was #A0DFEF;   */
    background: -webkit-gradient(linear, left top, left bottom, from(#B3C4D6), to(#8789BA));
	background: -webkit-linear-gradient(top, #B3C4D6, #8789BA);
	background: -moz-linear-gradient(top, #B3C4D6, #8789BA);
	background: -o-linear-gradient(top, #B3C4D6, #8789BA);
	background: linear-gradient(top, #B3C4D6 5%, #8789BA 100%);
    background: -ms-linear-gradient(bottom, #B3C4D6 5%, #8789BA 100%);
    color: white;
    border:2px groove #2699FF;    /*   was #C9DDDA;  */
    padding: 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
	-webkit-box-shadow: 2px 3px 2px #d1d1d1;
	-moz-box-shadow: 2px 3px 2px #d1d1d1;
	box-shadow: 2px 3px 2px #d1d1d1;
}

input[type="submit"]:hover {
    background-color: #9BF29B;
    background: -webkit-gradient(linear, left top, left bottom, from(#4FC164), to(#00B221));
	background: -webkit-linear-gradient(top, #4FC164, #00B221);
	background: -moz-linear-gradient(top, #4FC164, #00B221);
	background: -o-linear-gradient(top, #4FC164, #00B221);
	background: linear-gradient(top, #4FC164 5%, #00B221 100%);
    background: -ms-linear-gradient(bottom, #4FC164 5%, #00B221 100%);
    border: 2px groove green;     /* was #BDEFBD  */
    color: white;    /* was #004A21;*/
} 


.roundform {
	background-color:#BCBCFF;
	padding:10px;
	margin:0px auto;
	width:90%;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 5px 8px #888;
	-webkit-box-shadow: 0 5px 8px#888;
	box-shadow: 0 5px 8px #888;
}


/*******************************************************/
/*                                                      */
/*   TAGS THAT ARE DIFFERENT IN MOBILE stories_m.css    */
/*                                                      */
/*******************************************************/

.leftside {
	float:left;
	width:30%;
}

.rightside {
	float:left;
	width:65%;
}

.width16 {
	float:left;
	width:16%;
}

.width20 {
	float:left;
	width:20%;
}

.width25 {
	float:left;
	width:20%;
}

.width24 {
	float:left;
	width:24%;
}

.width32 {
	float:left;
	width:32%;
}

.width35 {
	float:left;
	width:20%;
}

.width55 {
	float:left;
	width:55%;
}

.width45 {
	float:left;
	width:45%;
}

.width60 {
	float:left;
	width:60%
}

.width40 {
	float:left;
	width:40%
}

.imgattr {
	width:30%;
	float:left;
	margin-bottom:80px;
}

.imgattrfields {
	width:70%;
	float:left;
	background-color:#EAEAEA;
}

/*******************************************************/
/*******************************************************/


.primarysubmit {
    background-color: #9BF29B !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#4FC164), to(#00B221)) !important;
	background: -webkit-linear-gradient(top, #4FC164, #00B221) !important;
	background: -moz-linear-gradient(top, #4FC164, #00B221) !important;
	background: -o-linear-gradient(top, #4FC164, #00B221) !important;
	background: linear-gradient(top, #4FC164 5%, #00B221 100%) !important;
    background: -ms-linear-gradient(bottom, #4FC164 5%, #00B221 100%) !important;
    border: 2px groove green !important; 
    color: white;    /* was #004A21;*/
}  

/* The header tag is used for the main title font on all pages */
.wwsheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;  /* navy */
	font-weight : bold;
    font-size : 14pt;
	line-height : 120%;
}

.wwsheadersqz {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;  /* navy */
	font-weight : bold;
    font-size : 12pt;
    line-height : 80%;
}

/* The fixed tag is used on forms so that the fields will align properly */
.wwsfixed {
	font-family: "Courier New";
	color: #000000;
	font-size : 10pt;
    font-weight : normal;
}

/*  The error tag is ised for displaying system error messages */
.wwserror {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-weight : bold;
        font-style: italic;
        font-size : 10pt;
}

/* The subheader tag is used on a couple of pages as a subheadline. */
.wwssubheader {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
    font-size : 10pt;
}

/*  contentsmall is only used in one place: to display the message about being careful
    in deleting articles on the Manage Your Articles page  */
.wwscontentsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
    font-weight : normal;
}

.wwscontentnavy {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;  /* navy */
	font-size : 10pt;
    font-weight : bold;
}

.wwscontentsmaller {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 9px;
    font-weight : normal;
}

.wwselectsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 7px;
    font-weight : normal;
}


/*   The content tag is the main body text of the system   */
.wwscontent {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentlarge {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 12pt;
    font-weight : normal;
}


.wwslogin {
    font-family : Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 18px;
    font-weight : normal;
}

.wwsloginfields {
    font-family : Arial, Helvetica, sans-serif; 
	color: #7F7F7F;  /* gray */
	font-size : 14px;
    font-weight : normal;
}

.wwscontentlink {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 10pt;
    font-weight : normal;
}

.wwstight {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 10pt;
    font-weight : normal;
    line-height : 100%;
}

/*	The contentconfig tag is for the backgound color of the form on the Configure page. */
.wwscontentconfig {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10pt;
    font-weight : normal;
}

/*  The contenthead tag is used in the header row in the Manage Your Articles
    screen.  */
.wwscontenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: navy;
	background-color: #BCD0FF; 
	font-size : 10pt;
	font-weight : normal;
}


.wwscontenthead a:link, .wwscontenthead a:visited {
   color: navy;
   text-decoration: underline;
   font-weight : normal;
}

.wwscontenthead a:hover {
	color: red;
	text-decoration: underline;
	font-weight : normal;
}


.wwscontentheadsmall {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #A0A2FE;
	font-size : 10px;
    font-weight : normal;
}


/*  The contenthead tag is used in the header row in the Manage Categories
    screen.  */
.wwscatcontenthead {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #8080FF;    /* slate blue    */
	font-size : 10pt;
    font-weight : normal;
}


/*  The contentbody class is the background color of the main table
    on the Manage Your Articles page. 
	And on the Submit New Article form  */
.wwscontentbody {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentdiary {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #E0EBFF;   /*  bluish  */
	font-size : 10pt;
    font-weight : normal;
}

.wwscontenttweet {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #94E4E8;
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentquote {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: yellow;
	font-size : 10pt;
    font-weight : normal;
}


.wwscontentpoll {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #FFD696;   /*  orange-ish  */
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentevent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #AFFFFF;   /*  turquoise-ish  */
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentpodcast {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #A5FFA0;   /*  green-ish  */
	font-size : 10pt;
    font-weight : normal;
}


.wwscontentpetition {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #E7B5FF;   /*  violet-ish  */
	font-size : 10pt;
    font-weight : normal;
}

.wwscontentqueue {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #FFD1F1;
	font-size : 10pt;
    font-weight : normal;
}


.wwscontentemail {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000000;   
	background-color: #E2E2E2;  /*  light gray-ish  */
	font-size : 10pt;
    font-weight : normal;
}


/*  The helpcontent class is for the text of help windows   */
.wwshelpcontent {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000080;
	font-size : 10pt;
    font-weight : normal;
}



/*   The helpheader class is used for titles on the help pages */
.wwshelpheader {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033CC;
	font-weight : bold;
    font-size : 12pt;
}

.wwsbutton {
background: url(images/blankteal.gif) 5% 50%; 
color: #FFFFFF;
font-weight: bold;
font-family: Tahoma,Arial, Helvetica, sans-serif;
font-size:10pt;
}

.wwsbuttonlink {
  display: inline-block;
  *display: inline;
  padding: 6px 12px;
  margin: 0;
  cursor: pointer;
  border: 1px solid #bbb;
  overflow: visible;
  font: bold 13px arial, helvetica, sans-serif;
  text-decoration: none;
  white-space: nowrap;

  -webkit-transition: background-color .2s ease-out;
  -moz-transition: background-color .2s ease-out;
  -ms-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background-clip: padding-box; /* Fix bleeding */
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .3), 0 2px 2px -1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .3) inset;
  text-shadow: 0 1px 0 rgba(255,255,255, .9);
  
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,.3)), to(rgba(255,255,255,0)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-image: linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
  background-color: #269CE9;
  border-color: #269CE9;
}


.wwsbuttonlink:hover{
  background-color: #ABEAAB;
	color: green;
}

.wwsbuttonlink:active{
  background: #269CE9;
}

.wws-small-button {
	font-size:8pt;
	background-color:blue;
	color:white;
	font-weight:bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid white;
}

.wwshiddenlink {
  text-decoration: none;
}

.wwsbutbkgnd {
    background-color:#00426B;
    border:1px solid black;
	margin-bottom:3px;
	padding-top:3px;
	width:85px;
	height:14px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	font-size : 8px;
    font-weight : bold;
}

.wwsbutbkgnd a:link, .wwsbutbkgnd a:visited {
   color: white;
   text-decoration: none;
}
 
.wwsbutbkgnd a:hover {
   color: red;
   text-decoration: none;
}


.wwsfan {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.wwsfan a:link, .wwsfan a:visited {
   color: blue;
   text-decoration: underline;
    font-weight : normal;
}

.wwsfan a:hover {
   color: red;
   text-decoration: underline;
    font-weight : normal;
}

.hidemail {
    display:none;
}



div#maxlogo {
background-color: #8080FF;
width:100%;
height:46px;
text-align:center;
border-bottom: 1px solid black;
}

div#maxshadow {
height:14px;
background-image: url(images/shaded_bottom.gif);
background-repeat: repeat-x;
}

	
.butform  {
	margin-bottom: 1px;
	margin-top: 3px;
}

.loginbut  {
	font-size: 14pt;
}

.submitbut  {
	font-size: 7pt;
}

.redbutton {
  color: red;
  font-weight : bold;
}

.boldalert {
  color: red;
  font-weight : bold;
}

.bluebutton {
  color: blue;
  font-weight : bold;
}

.elegantbut  {
	font-size: 10pt;
    color: blue;
    font-weight : bold;
}

#bookmarkbox  {
    background-color: #FEE4FE;
    color:#666666;
    padding:2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    border:1px #CCCCCC solid;
    text-align:left; 
	margin: 4px 4px 12px 4px;
}

fieldset {
  margin: 0 0 16px 3px; 
  padding: 0 5px 5px 5px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


legend {
  color: blue;
  font-weight: bold;
  font-size: 10pt;
}

label {
  float:left;
  width:140px;
}

.adsplat
{
  float: left;
  margin: 6px 10px 4px 0;
  width: 308px;
}

.adsplat iframe { 
  margin: 10px 4px;
}

.adsplatright
{
  float: right;
  margin: 6px 0 4px 10px;
  width: 308px;
}

#demographics label {
  float:left;
  width:210px;
}



#productstabs fieldset {
  margin: 0 0 16px 3px; 
  padding: 0 10px 5px 10px;
  border: 1px solid #ccc;
  background-color: #f8f8f8;
}


#productstabs legend {
  color: #E60168;
  font-weight: bold;
  font-size: 14px;
}

.tabstext {
  margin-top: 20px;
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
  color: #000000;  /* black */
  font-size : 10pt;
  font-weight : normal;
}



.wwsbullet { 
line-height: 140%; 
list-style-image: url(images/bullet.gif); 
margin-bottom: 10px;
}

.wwscrumb {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color: #000000;  /* black */
	font-size : 12pt;
    font-weight : bold;
}

#SearchBox { 
   font-family: Arial, Helvetica, sans-serif;
   margin: 6px 0 0 0;
   padding: 0;
   text-align:left;
}

#SearchBox input {
    color: #D8D4D4;
    font-size : 8pt;
}


#TagCloud { 
   font-family: Verdana, Arial, Helvetica, sans-serif;
   padding: 0px 8px 8px 8px; 
   border: solid 1px #eee; 
   margin-top: 6px;
   text-align:left;
}

#TagCloud a { text-decoration: none; }

#TopTagCloud {
   font-family: Arial, Helvetica, sans-serif;
   font-size : 10pt;
   border: solid 1px #eee; 
   background: #DDDDDD; 
   text-align:center;
}

#TagCloudStatus {
   font-family: Arial, Helvetica, sans-serif;
   font-size : 10pt;
   padding: 0 5px 5px 0; 
   text-align:center;
   margin-top: 8px;
}

#Legend {
   padding: 0; 
   margin-bottom: 0;
}

#Legend a { text-decoration: none; }

.LegendArticles {
   background:  #008000; 
   font-size : 8pt;
   font-weight: bold;
}

.LegendQuickLinks {
   background:   #808080;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendDiaries {
   background:   #FF0000;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendProducts {
   background:   #000080;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendEvents {
   background:   #C00000;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendMembers {
   background:   #F2F505;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendPolls {
   background:   #C000C0;  
   font-size : 8pt;
   font-weight: bold;
}

.LegendAll {
   background:   #8080FF;  
   font-size : 8pt;
   font-weight: bold;
}

.tagnumbers {
    font-family : Arial, Helvetica, sans-serif;
	color: #000000;  /* black */
    font-size : 8pt;
    font-weight : normal;
}

.wwstoptable {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#000000;
	font-size : 12pt;
}

.wwsheaderline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #646155;
}

.wwscontentline {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #646155;
}

.wwscontentlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight: normal;
	color: #646155;
}

/*  toptext is the text formatting for the top row */
.wwstoptext {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #000000;
	font-weight : bold;
    font-size : 12pt;
	text-align: center;
}

/*  toptextsm is the text formatting for the list of weekdays */
.wwstoptextsm {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight : bold;
    font-size : 10pt;
	text-align: center;
}

.wwsnodate {
  background-color: #f8f8f8;
  height: 70px;
}

.wwsrealdate {
 border: 1px solid black;
  height: 70px;
  padding-bottom: 8px;
}

.wwsrealdate a:link, .wwsrealdate a:visited {
   color: green;
}
 
.wwsrealdate a:hover {
   color: red;
}

.wwsdatenumber {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
    font-weight : bold;
	color: #646155;
	margin-top:0;
	margin-bottom: -5px;
}

.wwseventtext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #646155;
}

/*  The splashline class is  a splash of color at the top of the checkout */
.wwssplashline {
    background-color: #0066FF;
	color: #000000;
    border:0;
	padding:0;
	margin:0;
	border-collapse:collapse;
}

.wwsdeface {
	position: absolute;
	top: 40px;
	left: 140px;
}

#viewpricing a:link,#viewpricing a:visited {
  color: red;
} 

#viewpricing a:hover {
  color: blue;
} 


.wwspopularlinks {
   font-family: Verdana,Arial, Geneva, Helvetica, sans-serif;
   font-size: 10px;
}

.wwspopularlinks a:link {
  color: blue;
  text-decoration: underline;
} 

.wwspopularlinks a:visited {
    color: blue;
  text-decoration: underline;
} 

.wwspopularlinks a:hover {
  color: #FF0000;
  text-decoration: underline;
} 


.wwscontainer { 
   display:none;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 8pt;
   font-weight : normal;
} 
.wwskey {
   display:inline;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 8pt;
   font-weight : normal;
} 

.wwsjar { 
   display:none;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   font-weight : normal;
} 
.wwsclef {
   display: block;
   font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
   font-size: 10pt;
   font-weight : normal;
} 

.wwstagslist {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 
  font-size: 8pt;
  font-weight : normal;
}

.wwstagslist a:link, .wwstagslist a:visited, .wwstagslist a:hover {
  font-size: 8pt;
}

hr.thin {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


#amazonbox {
  border: 2px solid #878787;
  margin: 0px 0px 12px 4px;
}

#amazonbanner {
  background-color: #878787;
  color:white;
  font-family: Tahoma, Verdana, Arial, Georgia, sans-serif;
  font-size: 14pt;
  text-align:center;
}

        /* The following are for light boxes */
		.black-overlay{
			display: block;
			position: absolute;
			top: 0%;
			left: 0%;
			width: 100%;
			height: 100%;
			background-color: black;
			z-index:1001;
			-moz-opacity: 0.7;
			opacity:.70;
			filter: alpha(opacity=70);
		}
		
		.lightbox-content {
			display: block;
			position: absolute;
			top: 25%;
			left: 25%;
			width: 50%;
			height: 60%;
			padding: 16px;
			border: 6px solid #0000F0;
		   -moz-border-radius: 16px;
		   -webkit-border-radius: 16px;
		   border-radius: 16px;
			background-color: #ADEFFF;
			z-index:1002;
			overflow: auto;
	      background-image: -moz-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
	      background-image: -webkit-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
	      background-image: -o-linear-gradient(top,#FFFFFF 0%,#00CDFF 100%);
		}
		
		.close-lightbox {
			position: absolute;
			top: 0;
			right: 0;
			border-left: 12px solid #0000F0;
		   -moz-border-radius: 0 0 0 12px;
		   -webkit-border-radius: 0 0 0 12px;
		   border-radius: 0 0 0 12px;
		}



.softlines td {
  /*  border-bottom: 2px solid #E0E0E0;  */
}


.attribute-button {
		   font-family: "Lucida Sans",Verdana, Arial, sans-serif;
		   font-size:12px;
		   color:white;
		   cursor:pointer;
		   height: 40px;
		   font-weight:bold;
		   padding-left:8px;
		   border: 1px solid black;
		   -moz-border-radius: 10px;
		   -webkit-border-radius: 10px;
		   border-radius: 10px;
		   background: blue;
		   background: -moz-linear-gradient(blue,#fff);
		   background: -webkit-linear-gradient(blue,#fff);
		   background: -o-linear-gradient(blue,#fff);
		   background: -ms-linear-gradient(blue,#fff);/*For IE10*/
		   background: linear-gradient(blue,#fff);
		   filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='blue', endColorstr='#ffffff');/*For IE7-8-9*/ 
}



.tweet_text {
   font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
   font-size: 11px;
   color: #228AE2;
}

.tweetcard {
	border:1px solid #808080;
	padding: 3px;
	margin:3px 3px 10px 3px;
	-moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.tweetcard a:link, .tweetcard a:visited {
  color: navy;
  text-decoration: none;
  font-weight: normal;
} 

.tweetcard a:hover {
  color: #FF0000;
  text-decoration: none;
  font-weight: normal;
} 

.primaryheadln  {
	color: #000080;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16pt;
}

.primaryheadln a:link {
  color: #003399;
  text-decoration: none;
  font-weight: bold;
} 

.primaryheadln a:visited {
  color: #003399;
  text-decoration: none;
  font-weight: bold;
} 

.primaryheadln a:hover {
  color: red;
  text-decoration: none;
  font-weight: bold;
} 

	#colh1 {
		width:40%;
		float:left;
		padding: 0 26px;
		margin-top:-12px;
	}
	
	#colh1s {
		width:900px;
		padding: 0 6px;
		margin-top:-12px;
	}
	


	#col1 {
		width:30%;
		float:left;
		padding: 0 6px;
		border-right: 1px solid #C2C2C2;
	}
	
	#col1 H2 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	
	#col1 H3 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	
	#col1 H4 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	
	#col2 {
		width:30%;
		float:left;
		padding: 0 6px;
		border-right: 1px solid #C2C2C2;
	}
	
	#col2 H2 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	#col2 H3 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	#col2 H4 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}


	#col3 {
		width:30%;
		float:left;
		padding: 0 6px;	 
		border-right: 1px solid #C2C2C2;
	}
	
	#col3 H2 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	#col3 H3 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	#col3 H4 {
		padding-bottom:10px;
		border-bottom: 1px solid #C2C2C2;
	}
	
	.headline01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16pt;
   color: #0000C0;
}

.text01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 10pt;
}

.date01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #000080;
   line-height: 200%;
}

.day01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 10pt;
   color: navy;
   font-weight:bold;
}


.text02  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-size: 8pt;
   color: #4040FF;
}

.lastmonth01 {
   margin-top:1.6em;
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #C0C0C0;
}

.archive01 {
   margin-top:1.6em;
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #C0C0C0;
   text-align: center;
}

/*  Archives CSS usage:    
                  aheadline01 tag is for page headline
				  acategory01 tag is for category name
                  ayear01 tag is the year
                  amonth01 tag is the month
*/

.aheadline01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 16pt;
   color: #0000C0;
}

.acategory01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12pt;
   color: #000080;
}

.ayear01  {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 12pt;
   color: #000000;
}

.amonth01 {
   font-family: Arial, Geneva, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10pt;
   color: #C0C0C0;
}

.amonth01 a:link {
  color: #0000C0;
  text-decoration: none;
  font-weight: bold;
} 

.amonth01 a:visited {
  color: #000080;
  text-decoration: none;
  font-weight: bold;
} 

.amonth01 a:hover {
  color: #FF0000;
  text-decoration: underline;
  font-weight: bold;
} 
</pre></body></html>