h1 {
	text-indent: -9999px;
	background: url('../img/title.gif') no-repeat center;
	height: 150px;
	margin: 30px 0 0px 0;
}

table {
	border-collapse: collapse;
}

th, td {
	vertical-align: top;
	font-weight: normal;
	line-height: 1.3;
	border: solid 1px white;
	padding: 5px;
	font-size: 10pt;
}

th {
	text-align: right;
	width: 80px;
	background: #B1AB8F;
	color: white;
}

td {
	background: #F5F2E2;
	color: black;
}

.right {
	float: right;
	width: 145px;
	padding-left: 10px;
}

p.profile {
	font-size: 9pt;
	padding-top: 10px;
	line-height: 1.3;
}
p.profile em {
	font-style: normal;
	font-weight: bold;
}

p.note {
	xwidth: 400px;
	margin-top: 10px;
	font-size: 10pt;
}

p.alert {
    color:              #EE0000;
    font-weight:        bold;
    font-size:          11pt;
    margin:             0;
    padding:            0;
}

div.column {
    border:             dotted 4px #FFA5DA;
    margin-top:         15px;
    padding:            10px;
    background:         #FCFCDA;
}

div.column p {
	padding:0;
}

p.sub {
    font-size:          8pt;
    margin-top:         -5px;
    padding:            0;
}

h3.column {
    margin:             0 0 5px 0;
    padding:            0;
    text-align:         left;
}

h3 {
    clear:              both;
}

ul {
	padding:0;
	margin:0 0 0 15px;
}
	ul li {
		padding:0 0 5px 0;
		margin:0;
	}

