div.block_red
{
	width : 105px;
	height : 106px;
	border : 1px solid #cc0000;
	background-color : #cc0000;
}

div.block_gray
{
	width : 105px;
	height : 106px;
	border : 1px solid #cdcdcd;
	background-color : #ffffff;
}

td.image_cell
{
	width : 124px;
	height : 124px;
	vertical-align : middle;
	padding : 9px;
}

/*
body
{
	font-family : Arial, Helvetica, sans-serif;
	background-image : url("/images/page_shadow.gif");
	background-position : top;
	background-repeat : repeat-x;
}

h2
{
	font-size : 16px;
	letter-spacing : 2px;
	color : #8b2123;
	margin-bottom : 10px;
}



td.text_cell_3col
{
	width : 372px;
	height : 124px;
	padding : 9px;
}

td.text_cell_2col
{
	width : 248px;
	height : 248px;
	padding : 9px;
}

td.text_cell_1col
{
	width : 248px;
	height : 124px;
	vertical-align : bottom;
	text-align : right;
	padding : 9px;
}

div.block_gray
{
	width : 105px;
	height : 106px;
	border : 1px solid #cdcdcd;
	background-color : #ffffff;
}

p
{
	font-size: 11px;
}

a:link, a:visited, a:active, a:hover
{
	font-size : 16px;
	letter-spacing : 2px;
	color : #8b2123;
	text-decoration : none;
}
*/