body {
	font-size: 10pt;
	font-family: lucida grande, verdana;
	background-color: #c4c4c4;
}

h1 {
	margin-top: 10pt;
	font-weight: bold;
	font-size: 13pt;
	margin-bottom: 3pt;
	color: #ffffff;
	line-height: 15pt;
	background-color: #00398c
}

h2 {
	margin-top: 10pt;
	font-weight: bold;
	font-size: 10pt;
	margin-bottom: 3pt;
	vertical-align: bottom;
	color: #ffffff;
	background-color: #00398c;
	text-align: left
}
th {
	margin-top: 10pt;
	font-weight: bold; font-size: 10pt; 
	margin-bottom: 3pt; 
	vertical-align: bottom; 
	color: #ffffff; 
	background-color: #00398c; 
	text-align: left}
td {
	margin-top: 0px; 
	font-size: 8pt; 
	color: #333;
	margin-bottom: 4pt; 
	vertical-align: top; 
	line-height: 10pt; 
	background-color: #e5dfd5
}

table {
	background-color: #e9ddd3
}

p {
	margin-top: 0px; 
	font-size: 8pt; 
	margin-bottom: 4pt; 
	vertical-align: top; 
	line-height: 9pt; 
	background-color: #e9ddd3
}

ul {
	margin-top: 0px; 
	font-size: 8pt; 
	margin-bottom: 4pt; 
	vertical-align: top; 
	line-height: 10pt; 
	background-color: #e9ddd3
}

li {
	margin-left: 10pt;
	margin-top: 0px; 
	font-size: 8pt; 
	margin-bottom: 0px; 
	vertical-align: middle; 
	line-height: 10pt
}

a:link{ 
	color: #551a8b; 
}
a:visited{ 
	color:#551a8b; 
}
a:active{ 
	color:#551a8b; 
}

th a:link{ 
	color:#ffffff; 
}

th a:visited{ 
	color:#ffffff; 
}

th a:active{ 
	color:#ffffff; 
}

.dotted_green {
	border: 1pt dotted green
}

.dotted_red { 
	border: 1pt dotted red
}
.middle {  
	vertical-align: middle; 
	text-align: center
}

.headcol {
	background-color: #00398c; 
	vertical-align: middle
}

.right {
         text-align: right
}

