/*************** HTML Tags *************************************/
body {
	font-size:70%;
	margin:0px;
	padding:10px;
}

table, td, th, p, form, input, select, textarea, h1,h2,h3,h4,h5,h6, blockquote, ul, ol {
	font-size:1em;
}

body, table, td, th, p, form, input, select, textarea, h1, h2, h3, h4, h5, h6, blockquote, ul, ol {
	font-family: "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	line-height: 150%;
	color: #333333;
/*
	font-size:11px;
*/
}

p {
	margin: 0px;
	padding: 0px;
}

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

td {
}
		table.highlighted td,
		tr.highlighted td {
			padding:3px 10px;
			margin:0px;
			background:#eee;
			border:1px solid white;
		}
		td.total,
		table.highlighted td.total {
			border-top:1px solid #666;
			border-bottom:3px double #666;
		}
		
		table.highlighted tbody {
			padding:0;
			margin:0;
		}
th,
tr.tableHeader td,
td.tableHeader {
	border:1px dotted #ccc;
	background:#ccc;
	border: 1px solid white;
	margin:0px 10px 10px 0px;
}
		tr.tableFooter td,
		td.tableFooter {
			background:none;
			font-weight:700;
		}

ul {
	margin:0;
	padding:.3em 0;
	padding-left:1.5em;
}
ol {
	margin:0;
	padding:.3em 0;
	padding-left:3em;
}

li ul, li ol {
}
		* li {
			margin:0;
			padding:.3em 0;
		}

	ul li,
	ul li ul li ul li {
		list-style-type:square;
	}
	
	/*** Level 2 ***/
	ul li ul li {
		list-style-type:circle;
	}
		.noBullets {
			margin-left:0;
		}
		.noBullets li {
			list-style:none;
		}
	
ol li {
	list-style-type:decimal;
}

ol ol li {
	list-style-type:lower-alpha;
}
ol ol ol li {
	list-style-type:lower-latin;
}



h1, 
h2 {
	font-size:1.4em;
	font-weight:bold;
	color: #333333;
	padding: 0px;
	width:100%;
	margin: 15px 0px 10px 0px;
	border-bottom: 1px solid #333;
}

h3, 
h4 {
	font-size:1.4em;
	font-weight:bold;
	color: #333333;
	padding: 0px;
	width:100%;
	margin: 5px 0px 5px 0px;
}

h5,
h6 {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 10px;
}



/*************** Classes for RTE  *************************************/

.small {
	font-size: 1em;
}
.outlined {
	border:1px solid #ccc;
}

.outlined {
	padding:10px;
	border:1px solid #ccc;
}

.highlighted {
	padding:10px;
	background:#eee;
}
.quotation_left {
	font-size:1.4em;
	color:#496e00;
	font-weight:700;
	width:250px;
	float:left;
	padding:0px;
	margin:0px 10px 10px 0px;
}
.quotation_right {
	font-size:1.4em;
	color:#496e00;
	font-weight:700;
	width:250px;
	float:right;
	padding:0px;
	margin:0px 10px 10px;
}


textarea#RTEarea1 {
	padding:20px;
}
