body {
	font: 200 10px/135% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	background: #FFFFFF url(bg_main.gif) no-repeat fixed;
	margin: 0px;
	padding: 200px 0px 0px 270px;
}
 table {
	background: url(bg_table.gif);
}

.cell_l {
	background: url(back_cell.gif);
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #250000;
	border-bottom: 1px dotted #250000;
	height: auto;
	width: 400px;
}
.cell_l_nobg {
	height: auto;
	width: 420px;
	
}

.cell_s250 {
	background: url(back_cell2.gif);
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #250000;
	border-bottom: 1px dotted #250000;
	float: none;
	height: auto;
	width: 250px;
}
.cell_s250_2 {
	background: url(back_cell4.gif);
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #250000;
	border-bottom: 1px dotted #250000;
	float: none;
	height: auto;
	width: 250px;
}
.cell_s300 {
	background: url(back_cell3.gif);
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #250000;
	border-bottom: 1px dotted #250000;
	float: none;
	height: auto;
	width: 300px;
}
.cell_s300_2 {
	background: url(back_cell5.gif);
	margin: 0px;
	padding: 10px;
	border-top: 1px dotted #250000;
	border-bottom: 1px dotted #250000;
	float: none;
	height: auto;
	width: 300px;
}

.cell_s250nobg {
	height: auto;
	width: 270px;
}
.cell_s300nobg {
	height: auto;
	width: 320px;
}

a:link {
	font-weight: bold;
	color: #CC6666;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #660000;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #800000;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
a:active {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}

