body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  /*
  background-color: #CCCCCC;
  */
}

.content{
/*
	background-color: #FFFFFF;
	*/
	text-align: left;
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	/*
	line-height : 100%;
	*/
}

.content h1 {
	font-size: 130%;
	font-weight: bolder;
	color: #000099;
	/*
	background-color : #FFDFA4;
	*/
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
}

.content h2 {
	font-size: 110%;
	font-weight: bold;
	color: #000099;
	background-color : transparent;
}

.content h3 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	background-color : transparent;
}

.content h4 {
	font-weight: bold;
	color: #000099;
	background-color : transparent;
	font-size: 90%;
}

.content h5 {
	font-weight: bold;
	color: #000000;
	background-color : transparent;
	font-size: 80%;
}
.content p{
/*
	font-size: 80%;
	*/
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	line-height : 100%;
}

.content ul{
/*
	font-size: 80%;
	*/
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	list-style-position: outside;
}

.content ol{
/*
	font-size: 80%;
	*/
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	list-style-position: outside;
	line-height : 150%;
}


.content td{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	
}

.content th{
	font-size: 80%;
	font-weight: normal;
	color: #000000;
	background-color : transparent;
	
}
	
		
