.canvas {
	background: #ffffff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: none;

}

.common_text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	font-weight: none;
}

.title_text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
}

.subtitle_text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.signature_text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #000000;
	font-weight: none;
}
.lila_cell {
        background-color: #FFC0FF;
		color: #000000;
		font-size:80%;
}

.heading_table {
        color: #000000;
        background-color: #006699;
        border-top: thin solid #0000aa;
        border-bottom: thin solid #0000aa;
        border-left: thin solid #0000aa;
        border-right: thin solid #0000aa;
}

.main_table {
        color: #000000;
        border-width: thin;
        border-color: #006699;
        border-style: solid;
}

.separator_line {
        color: #006699;
}

.no_margins {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
}

a:link {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-style: none;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	font-style: none;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Tahoma, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: none;
	font-size: 10pt;
	color: #000000;
        text-decoration: underline;
}

