BODY {
	align: center;
	font-family: helvetica;
	background-color: white;
	font-size: 9px;}

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;}

P.cont {
	background-color: #cccccc;
	border-bottom: solid black 1px;
	-web-border-top-left-radius: 8px;
	-web-border-top-right-radius: 8px;
	-web-border-bottom-left-radius: 8px;
	-web-border-bottom-right-radius: 8px;
	color: #222222;
	display: block;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	text-shadow: 0px 1px 0px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#cccccc), to(#999999));}

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 {
	border: solid black 0.5px;
	margin: -4px;
	padding-top: 3px;
	padding-bottom: 3px;
	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 {
	background-color: #cccccc;
	border-bottom: 1px solid #666666;
	-web-border-top-left-radius: 8px;
	-web-border-top-right-radius: 8px;
	-web-border-bottom-left-radius: 8px;
	-web-border-bottom-right-radius: 8px;
	color: #222222;
	display: block;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	text-shadow: 0px 1px 0px #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom,from(#cccccc), to(#999999));}

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

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

HR {
	width: 95%;}

PRE {
	font-size: 9px;}