BODY {
	font-family: arial, helvetica;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

DIV.center {
	text-align: center;
}

DIV.tiny {
	color: White;
	background-color: #000000;
	font-size: 9pt;
	text-align: center;
	width: 100%;
}

DIV.subject {
	font-style: italic;
}

DIV.newsDate {
	font-weight: bold;
	font-size: 12px;
}


DIV.news {
	margin-left: 10px;
	font-size: 10px;
}


TABLE.content {
	width: 100%;
}

DIV.nowrap {
	white-space: nowrap;
}

DIV.indent {
        margin-left: 10px;
        margin-right: 5px;
        font-size: 12px;
}

DIV.content {
        margin-left: 10px;
        margin-top: 8px;
	margin-right: 10px;
	font-size: 12px;
}

DIV.bottom {
	margin-bottom: 12px;
}

DIV.top {
	margin-top: 12px;
}

DIV.header {
        color: White;
        background-color: #3366CC;
        font-weight: bold;
        text-align: center;
	font-size: 14px;
}

TD.content {
	height: 100%
	width: 100%;
}

TD.nowrap {
  white-space: nowrap;
}

TD.header {
	color: black;
        background-color: #FFFFFF;
	font-weight: bold;
	text-align: center; 
        padding-right: 5px;
	padding-left: 5px;
}

