﻿/* Created by TopStyle Pro Trial Version - www.bradsoft.com */
/*
td ol {
	margin-top:0px
}
*/

/* code for rules on table rows to allow for IE as well as non IE browsers */

.tablerule, .tablerulenorm {
	width:100%;
	border-collapse:collapse;
}


.tablerule td { /* wider spacing between text and border */
	border-bottom: 1px solid;
	border-bottom-color:maroon;
	padding:10px;
}

.tablerulenorm td {  /* normal narrower spacing between text and border */
	border-bottom:1px solid;
	border-bottom-color: maroon;
	padding:2px;
}


p {
	font-size: 10pt;
	text-align:justify;
}


.tableleft {
	text-align: left;
	vertical-align:top;
}

.tableright {
	text-align: right;
	vertical-align:top;
}
.breakline {
	background-color: #9DDEFF;
}

