/* --------------[BEGIN]------------ */
/*      CLASSES TO RTE HTMLarea      */

td{
	font-size: 9px; 
	font-family: Verdana, Arial,Helvetica,sans-serif;
	color: #000000; 

}
table.contenttable {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: none none none none;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	border-collapse: collapse;
	width: 100%;
}
table.contenttable th {
	font-size: 10px;
	font-weight: bold;
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;

	-moz-border-radius: 0px 0px 0px 0px;
}
table.contenttable td {
	border-width: 1px 1px 1px 1px;
	padding: 5px 5px 5px 5px;
	border-style: outset outset outset outset;
	border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC;
	-moz-border-radius: 0px 0px 0px 0px;
}

tr.even {background-color: #E6EFF6;}
tr.odd {background-color: #FFFFFF;}


/* Td widths */
td.w025{
	width: 25px;
}
td.w050{
	width: 50px;
}
td.w075{
	width: 75px;
}
td.w100{
	width: 100px;
}
td.w125{
	width: 125px;
}
td.w150{
	width: 150px;
}
td.w175{
	width: 175px;
}
td.w200{
	width: 200px;
}
td.w225{
	width: 225px;
}

/* Headers */

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial,Helvetica,sans-serif;
	line-height:20px;
}
h6 {
	font-size: 9px; 
	color: #000000; 
}

h5 {
	font-size: 11px; 
	color: #000000; 
	margin:0px;
}

h4{
	font-size: 13px; 
	color: #1364A3; 
}

h3{
	font-size: 15px; 
	color: #004F8D; 
	margin: 10px 0px 5px 0px;
}

h2{
	font-size: 17px; 
	color: #004882; 

	margin: 0px 0px 5px 0px;
}

h1{
	font-size: 18px; 
	color: #004884; 

	margin: 0px 0px 5px 0px;	
}


/*      CLASSES TO RTE HTMLarea      */
/* ---------------[END]------------- */	
