/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#tm a {
	text-decoration:none;
	color:#336600;
	font-weight:normal;
	font-size:12px;	
	border-bottom-color:#336600;
	border-bottom-style:dashed;
	border-bottom-width:1px;		
}

h1,h2,h3,h4,h5,h6 {
	color:#336600;
}

h1 {
	font-size:18px;	
}

h2 {
	font-size:16px;	
	border-bottom-color:#336600;
	border-bottom-style:solid;
	border-bottom-width:2px;	
}

h3 {
	font-size:14px;	
}

table {
	background-color:#D1FDB0;
	border-color:#71D788;
	border-width:1px;
	border-style:solid;
	text-align: left;
}

td {
	border-bottom-color:#BDFC9E;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

th {
	background-color:#BDFC9E;
	border-bottom-color:#6ACD10;
	border-bottom-width:1px;
	border-bottom-style:solid;	
}

pre {
	background-color:#E0E9FE;
}

