/*TYPOGRAPHY FOR CWR website */

a {
	text-decoration:none;
	color:#003680;
}

/*
A:visited {
	color:#003680;
}
*/

a:hover {color:#003680;}

p {margin-bottom:16px;}

p.TITLE1 {
	font-size:19px;
        line-height:110%;
	font-weight:bold;
	color:#000;
	margin-bottom:0.6em;
}

p.TITLE2 {
	font-size:16px;
        font-weight:bold;
        line-height:200%;
	color:#000;
}

p.TITLE3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
}

.text,.text_small,p.text_small, span.text_small, {
	font-size: 13px;
        line-height:123%;
	font-weight:normal;
	left:0;
	margin-top:0.6em;
}

p.text_small, span.text_small, .text_small{ font-size:9px;}

li.bulleted_link {
	color:#00368;
	line-height:161%;
}

li.bulleted_link a {
	 text-decoration: none;
	 color: #003680; 
}

li a:active{
	 text-decoration: none;
	 color: #003680;
}

li a:visited{
	 text-decoration: none;
     color: #003680; 
}

li a:hover {
	color: #003680; 
	text-decoration: none;
}

.align-right {text-align:right;}
.align-left {text-align:left;}
.align-center {text-align:center;}
.align-justify {text-align:justify;}
img.align-right { float:right; margin: 0 0 5px 5px; }
img.align-left { float:left; margin: 0 5px 5px 0; }

/* TABLE - HTML Area */

TABLE.contenttable, body.htmlarea-content-body table  {
   border: 1px solid #666;
   padding: 5px;
   border-collapse: collapse;
   margin:1.2em 0;
}

table.contenttable td, body.htmlarea-content-body table td{  border-left:1px solid #fff;  border-right:1px solid #fff;  border-top:0px solid #fff;  border-bottom:1px dashed #97A5B0;  vertical-align:top;}table.contenttable th, body.htmlarea-content-body table th{border-top:none;border-right:none;border-left:none;background:none;border-bottom:2px solid #BED9BA;}table.contenttable th p{margin-bottom:1px; text-align:left;}table.contenttable{border:none; border-collapse:separate}
TABLE.contenttable CAPTION, body.htmlarea-content-body table CAPTION {font-size:11px; font-weight:bold; text-align:left;}


TABLE.contenttable TD[STYLE] P.bodytext {text-align: inherit;}
