body, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.colLeft {
	position:relative; 
	float:left;
	width:280px;
	padding:10px;
}

.colRight {
	position:relative; 
	float:left; 
	width:280px;
	padding:10px;
}

table {
	font-size: x-small;
}

th {
	font-size: small;
	font-weight:bold;
}

td {
	border:1px solid white;
	background-color:#d9e9cf;
}

h5 {
font-size: x-large;
font-weight:bolder;
}

h6 {
font-size: small;
font-weight:bold;
font-style:italic;
}

p {
text-align:justify;
}