body {
    font-family : Courier, Tahoma, Century Gothic;
	margin: 0px;
	background: white;
	color: black; 

}

table {
	width: 650px;
	border-width: 0px;
	margin-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 7px;
}

td {
    font-family : Tahoma, Century Gothic;
	text-align: justify;
	font-size: 11px;
	letter-spacing: 1px;
	border-top-width: 0px;
}

td.white {
	font-family : Tahoma, Century Gothic;
	font-size: 12px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	border-top-width: 1px;  /*#0066CC;*/
	background-image: url(blue.gif);
	background-repeat: repeat-x;
}

td.orange {
    font-family : Tahoma, Century Gothic;
	font-size: 12px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	background: url("orange.gif") repeat-x;  
}

br {
	line-height: 15px;
}

a {
    font-family : Tahoma, Courier, Century Gothic;
	letter-spacing: 0px;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0066CC /*#FFCC00*/; 
}

a:hover, a:active {
	text-decoration: underline;
	color: #0066CC;
}

p.two {
	padding-left: 120px;
	vertical-align: top;
}		

p {
	padding-left: 20px;
}		

ul {
	margin-top: 3px;
}

img {
	border-width: 0px;
}	

.title {
	font-family: Tahoma, Courier, Century Gothic;
	font-size: 15px;		
	font-weight: bold;
}

.isource {
	font-family: Tahoma, Courier, Century Gothic;
	font-size: 11px;
	font-style: italic;
}

.content {
	font-family: Tahoma, Courier, Century Gothic;
	font-size: 12px;
	text-align: justify;
	padding-left: 5px;
}	
.aq {
	font-family: Tahoma;
	font-size: 14px;
	background-color: #0099CC;
}
