@charset "utf-8";
/* CSS Document */
#left_bg_cell {
	background-color: #CCC;
	background-image: url(left_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
#right_bg_cell {
	background-color: #CCC;
	background-image: url(right_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	color: #000;
	padding: 0px;
	margin: 0px;
}
a:link {
	color: #789EAB;
	text-decoration: none;
}
a:visited {
	color: #789EAB;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FFB62C;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 10pt;
}

p {
	text-align: justify;
}

