@charset "utf-8";
/* CSS Document */

body
{
/*	background-color: #CCFFFF;*/
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

td.topleft
{
	background-image:url(images/top_left.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

td.topmiddle
{
	background-image:url(images/top_middle.png);
	background-repeat:repeat-x;
	height:21px;
}

td.topright
{
	background-image:url(images/top_right.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

td.sideleft
{
	background-image:url(images/side_left.png);
	background-repeat:repeat-y;
	width:21px;
	height:21px;
}

td.sideright
{
	background-image:url(images/side_right.png);
	background-repeat:repeat-y;
	width:21px;
	height:21px;
}

td.bottomleft
{
	background-image:url(images/bottom_left.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

td.bottommiddle
{
	background-image:url(images/bottom_middle.png);
	background-repeat:repeat-x;
	height:21px;
}

td.bottomright
{
	background-image:url(images/bottom_right.png);
	background-repeat:no-repeat;
	width:21px;
	height:21px;
}

td.footer
{
	text-align:center;
	font-size: 12px;
}
