/* CSS Document */

/* Tables */
#text table {
	width: 95%;
	margin: 0.6em 0em 0em 0.2em;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	}

#text tr td {
	font-size: 0.8em;
	padding: 0.2em 0em 0.2em 0.4em;
	background-color: #fff;
	border-left: 1px solid #ccb;
	}

#text tr.head td {
	font-size: 1.0em;
	text-transform: uppercase;
	background-color: #ccb;
	border-bottom: 1px solid #665;
	border-left: 1px solid #665;
}

#text tr.par td {
	background-color: #eed;
}

#text tr td.first {
	border-left: 0px;
	}
	
	
/* Tables 2*/
#text2 table {
	margin: 0.6em 0em 0em 0.2em;
	border-top: 1px solid #665;
	border-bottom: 1px solid #665;
	}

#text2 tr td {
	font-size: 0.8em;
	padding: 0.2em 0em 0.2em 0.4em;
	border-left: 1px solid #ccb;
	}

#text2 tr.head td {
	font-size: 1.0em;
	text-transform: uppercase;
	background-color: #ccb;
	border-bottom: 1px solid #665;
	border-left: 1px solid #665;
}

#text2 tr.par td {
}

#text2 tr td.first {
	border-left: 0px;
	}


