BODY {
	background-color : #0D2B88;
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

.head {
	background-color : #0099CC;
	color : White;
	text-indent : 150px;
	font-size : 10pt;
	font-weight : bold;
}
.content {
	background-color : White;
	color : Black;
	font-size : 8pt;
}

.contentlink{
	color : #0099cc;
	font-weight : bold;
	font-size : 8pt;
	text-decoration : none;
}

.contentgrey {
		color : #e4e4e4;;
		font-size : 8pt;
        font-weight : bold;
        text-decoration : none;
    }