body {
	background-color: #dedede;
	background-image:url(bg.jpg); background-repeat:no-repeat;
	margin-top: 15pt;
	margin-bottom: 15pt;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;

}

table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.table_frame {
	border: 1px solid #aaaaaa;
	background-color: #FFFFFF;
}

tr {
	height: 20px;
	text-align: left;
}

td {
	line-height: 20px;
	text-align: justify;
        vertical-align:top;
	padding: 15px;
}

h1,h2 {	
	font-weight: bold;
}

h1 {	
	font-size: 18px;
	color: #222222;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

h1:before
{
	content: "\00BB\00A0" attr(cite);
	
}

h2 {	
	font-size: 16px;
	color: #DDDDDD;
}

.text_light {
	color: #999999;
}

update {
	top: 30px;
}

.code {
	font-family: Courier New,Courier,monospace;
	font-size: 12px;
}
