body{
	margin: 0px;
}
#main_outside{
	width: 790px;
	/*height: 621px;*/
	height: 100%;
	/*border-left: 1px solid black;
	border-right: 1px solid black;*/
	vertical-align: middle;
	background-image: url(img/bg_c.gif);
}

div#main_inside{
	position: relative;
	margin: auto auto;
	width: 762;
	/*height: 583; + 19 = */
	height: 602px;
	padding: 19px 9px 0px 9px;
}
table{
	empty-cells: show;
}
table#main_content{
	border-width: 0px;
	border-collapse: separate;
	border-spacing: 1px 0px;
}
td#main_content{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
img{
	border: 0px;
}

td{
	font-family: Tahoma;
	font-size: 11px;
}

p.text {
	text-indent: 25px;
	text-align: justify;
	margin: 10px;
	font-size: 12px;
}

p.text a {
	text-decoration: underline;
}

li {
	font-size: 12px;
}

table.text td {
	font-size: 12px;
}