body, p, td, th, li, dd, dt {
	font-family: Georgia, Times New, serif;
	font-size: 11px;
	color: #595959;
}
a {
	color: #6FC71B;
}
a:visited {
	color: #595959;
}
a:hover, a:active {
	color: #FF9205;
}
h1,h2,h3,h4,h5,h6 {
  color: #5ABB15;
	font-style: italic;
}
h1 { 
  font-size: 20px;
	font-weight: normal;
}
h2 { 
  font-size: 18px; 
	font-weight: normal;
}
h3 { 
  font-size: 16px;
	font-weight: normal;
}
h4 { 
  font-size: 14px; 
}
h5 { 
  font-size: 13px; 
}
h6 { 
  font-size: 12px; 
}
.pageText p, .pageAbstract p {
	text-align: justify;
}
table.auitTable {
	border-collapse: collapse;
	border-spacing: 0;
}
table.auitTable td, table.auitTable th {
	border: 1px solid #D9D9D9;
	padding: 5px;
}

