.nocss {  display: none;}
.clr {  clear: both;  display: block;  height: 1px;  font-size: 1px;}
.ir {  position: absolute;   top: 0px;   left: 0px;  display: block;}
a .ir {  cursor:pointer;}
.fl {  float: left;}
.fr {  float: right;}
.imgr {  float: right;   margin-left: 22px;}
.imgl {  float: left;   margin-right: 22px;}
.taj {  text-align: justify !important;}
.tal, .table.tal td  {  text-align: left !important;}
.tar {  text-align: right !important;}
.nowrap {  white-space: nowrap !important;}
.shb {  position: absolute;  left: 0px;  bottom: 0px; _bottom: -1px; font-size: 1px;}
.w10 {width: 10px !important;}
.w20 {width: 20px !important;}
.w25 {width: 25px !important;}
.w30 {width: 30px !important;}
.w35 {width: 35px !important;}
.w40 {width: 40px !important;}
.w50 {width: 50px !important;}
.w50p {width: 50% !important;}
.w60 {width: 60px !important;}
.w65 {width: 65px !important;}
.w70 {width: 70px !important;}
.w80 {width: 80px !important;}
.w90 {width: 90px !important;}
.w100 {width: 100px !important;}
.w100p {width: 100% !important;}
.w110 {width: 110px !important;}
.w120 {width: 120px !important;}
.w125 {width: 125px !important;}
.w130 {width: 130px !important;}
.w140 {width: 140px !important;}
.w150 {width: 150px !important;}
.w170 {width: 170px !important;}
.w200 {width: 200px !important;}
.w220 {width: 220px !important;}
.w250 {width: 250px !important;}
.w300 {width: 300px !important;}
.w350 {width: 350px !important;}
.w400 {width: 400px !important;}
.w450 {width: 450px !important;}
.w470 {width: 450px !important;}
.w500 {width: 500px !important;}
.w550 {width: 550px !important;}
.w600 {width: 600px !important;}
.tac {text-align: center;}


/*** LINKS ***/
.wsw a,
.wsw a:link    {color: #999999;}
.wsw a:visited {color: #585050;}
.wsw a:hover,
.wsw a:focus   {color: #022035;}
.wsw a:active  {color: #022035;}

	/* For testing only */
	.wsw a.link-wsw {color: #043d66 !important;}
	.wsw a.link-wsw-visited {color: #585050 !important;}
	.wsw a.link-wsw-hover {color: #022035 !important;}
	.wsw a.link-wsw-active {color: #022035 !important;}


.wsw a.more {
    float: right;
    font-weight: bold;
}

/*** IMAGES ***/
.wsw img[align="left"],
.wsw img[style="float: left;"] {margin-right: 10px;}

.wsw img[align="right"],
.wsw img[style="float: right;"] {margin-left: 10px;}

.wsw img {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}


/*** TITLES ***/
.wsw h2 {
	margin: 1em 0 0.5em 0;
	font-size: 1.33em;
	color: #2c2828;
}
	.wsw h3, .wsw h4 {
		margin: 1em 0 0.5em 0;
		color: #000;
	}
		.wsw h3 {font-size: 1.08em;}
		.wsw h4 {font-size: 1.00em;}

/*** PARAGRAPHS ***/
.wsw p {
	margin-bottom: 1em;
	line-height: 1.33em;
	color: #2c2828;
}

	/* Perex */
	.wsw p.perex {font-weight: bold;}

	/* Highlighted */
	.wsw p.highlighted {font-weight: bold; padding-left: 10px; border-left: 10px solid #ECCE17;}

	/* Bordered */
	.wsw .bordered {padding: 10px; border: 1px solid #ECCE17;}

	/* Tinged */
	.wsw .bgcolor {padding: 10px; background: #EEEEEE;}

	/* Indented */
	.wsw p.indented {text-indent: 5em;}

	/* Blockquote */
	.wsw blockquote {margin-left: 13px;}

/*** OTHER ELEMENTS ***/
.wsw pre {font-family: 'Courier New CE', 'Courier New', 'Courier CE', Courier, monospace;}

.wsw cite {font-style: italic; color: #EE2E24;}

.wsw acronym,
.wsw abbr {cursor: help; border-bottom: 1px dashed;}

/*** FONT SIZES ***/
.wsw .text_extra_big   {font-size: 1.83em;}
.wsw .text_big         {font-size: 1.5em;}
.wsw .text_bigger      {font-size: 1.17em;}
.wsw .text_smaller     {font-size: 0.92em;}
.wsw .text_small       {font-size: 0.83em;}
.wsw .text_extra_small {font-size: 0.76em;}


/**** LISTS ***/

/** Enumeration list  **/
.wsw ul {
	list-style-type: none;
	padding: 12px 0;
}
	.wsw ul li {
		margin-bottom: 5px;
		padding-left: 17px;
		background: url('../images/layout/li-level-0.png') 0 3px no-repeat;
	}
		.wsw ul li.last {margin-bottom: 0;}

    .wsw ul ul {padding: 5px 0 0;}
        .wsw ul ul li {
            color: #4E4747;
            background-image: url('../images/layout/li-level-1.png');
        }

/** Numbered list **/
.wsw ol {
	padding: 12px;
	padding-left: 30px;
}
	.wsw ol li {margin-bottom: 5px;}

/*** TABLES ***/
.wsw table,
.table {
	border-collapse: collapse;
	margin: 0 auto 15px auto;
    background: #fff;
    border:0;
    
    -moz-box-shadow: 0 0 4px #A9A9AF;
    -webkit-box-shadow: 0 0 4px #A9A9AF;
    box-shadow: 0 0 4px #A9A9AF;    
}

    /* $ SHARED */
	.wsw table th,
	.table th,
    .wsw table td,
    .table td {
        /*height: 17px;*/
		vertical-align: top;
		padding: 5px 10px;
        color: #121212;
        font-size: 1.08em;
        background: 0;
        background: transparent;
	}
        .wsw table tr th:first-child,
        .table tr th:first-child,
        .wsw table tr td:first-child,
        .table tr td:first-child {text-align: left;}

        
        .wsw table tbody > tr:first-child td,
        .table tbody > tr:first-child td {padding-top: 15px;}        
        
        
        .wsw table tbody > tr:last-child td,
        .table tbody > tr:last-child td {padding-bottom: 15px;}        
        
	/* THEAD */
	.wsw thead th,
	.table thead th {
        text-align: center;
        font-weight: normal;
    }
    .table thead tr.light th {background: #FFDD00; font-weight: bold; text-transform: lowercase;}
    .table thead tr.light td {background: #F5E896;}

    

	/* TBODY */
	.wsw tbody td,
	.table tbody td {text-align: right;}
	.table tbody tr.light td {background: #F5E896;}
	
	/* TFOOT */
	.wsw tfoot td,
	.table tfoot td {
		background: #ECCE17;
		font-weight: bold;
	}
		/* Light footer row */
		.wsw tfoot tr.light td,
		.table tfoot tr.light td {background: #F5E896;}
