
table.simple_table {
	border: 1px solid #002595;
		font-size: 10px;	
}

table.simple_table tr:nth-child(even) { background: #EDEDED; }
table.simple_table tr:nth-child(odd) { background: none; }

table.simple_table th {
	font: bold 1em Verdana, sans-serif;
	background: #CCC;
	padding: 2px;
	text-align: left;
	border: 1px;
	font-size: 8px;	
}

table.simple_table td {
	padding: 2px;
	border: 1px;
}

table.contemporary_table {
	border: 0;
}

table.contemporary_table tr:nth-child(odd) { background: #EDEDED; }
table.contemporary_table tr:nth-child(even) { background: none; }

table.contemporary_table th {
	font: bold 1em Verdana, sans-serif;
	padding: 10px;
	text-align: center;
	border-bottom: 2px solid #000;
	background: #FFF; !important
}

table.contemporary_table td {
	padding: 10px;
	border-bottom: 1px solid #CCC;
	text-align: center;
}

img.image_right {
	float: right;
	border: 1px solid #002595;
	margin: 0 0 0.75em 0.75em;
}  

img.image_left {
	float: left;
	border: 1px solid #002595;
	margin: 0 0.75em 0.75em 0;
}

img.image_in_body {
	border: 1px solid #002595;
	margin: 0 0 0.75em 0.75em;
}  
