BODY {
	align: center;
	font-family: arial,verdana;
	background-color: white;
	font-size: 11pt;}

A:link.cont, A:active.cont, A:visited.cont {
        text-decoration: none;
        color: blue;}

A:hover.cont {
        font-size: 9pt;
        text-decoration: none;
        color: blue;}

A:link, A:active, A:visited {
        text-decoration: none;
        color: blue;}

A:hover {
        text-decoration: underline;
        color: blue;}

P.cont {
	font-size: 9pt;
	font-weight: bold;
	background-color: #669999;}

DIV.cont {
	align: center;
        width: 17%;
        height: 100%;
        background-color: #FFFFFF;
        color: white;
        clear: none;
        float: left;
        text-align: left;
        font-size: 7pt;}

DIV.contitem {
	margin-top: 3px;
	border-top: solid black 1px;
	border-bottom: solid black 1px;
	width: 100%;}

DIV.text {
        text-align: justify;
        margin: 1px;
        width: 80%;
        float: right;
        background-color: #FFFFFF;
        color: #808080;
        font-size: 11pt;}

P.section {
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;}

P.title {
	margin-top: 8px;
	padding-right: 5px;
	border: 1px solid black;
        text-align: right;
        background-color: #669999;
        color: #ffffff;
        font-size: 28pt;
        font-weight: bold;}

P.smtitle {
	letter-spacing: .75px;
	font-weight: bold;}

IMG {
	border: 0;
	vertical-align: top;}

HR {
	width: 75%;}

PRE {
	font-family: verdana, arial;
	font-size: 8pt;}
