.top_left
{
	font-size: 3pt;
	background-image: url(http://www.cyrious.com/images/top_left.gif);
	width: 30px;
	background-repeat: no-repeat;
	height: 11px;
	 
}

.top_middle
{
	font-size: 3pt;
	background-image: url(http://www.cyrious.com/images/top_middle.gif);
	
	background-repeat: repeat-x;
	height: 11px;
}

.top_right
{
	font-size: 3pt;
	background-image: url(http://www.cyrious.com/images/top_right.gif);
	width: 30px;
	background-repeat: no-repeat;
	height: 11px;
}

.middle_left
{
	background-image: url(http://www.cyrious.com/images/middle_left.gif);
	width: 30px;
	background-repeat: repeat-y;
	height: 50px;
}

.middle_middle
{
	background-color: White;
	text-align: right;
}

.middle_right
{
	background-image: url(http://www.cyrious.com/images/middle_right.gif);
	width: 30px;
	background-repeat: repeat-y;
	height: 30px;
}

.bottom_left
{
	background-image: url(http://www.cyrious.com/images/bottom_left.gif);
	width: 30px;
	background-repeat: no-repeat;
	height: 23px;
}

.bottom_middle
{
	background-image: url(http://www.cyrious.com/images/bottom_middle.gif);

	background-repeat: repeat-x;
	height: 23px;
}

.bottom_right
{
	background-image: url(http://www.cyrious.com/images/bottom_right.gif);
	width: 30px;
	background-repeat: no-repeat;
	height: 23px;
}
body
{  
	padding-right: 0px;
	padding-left: 0px;
	font-size: 10pt;
	background-image: url(http://www.cyrious.com/images/back.gif);
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-repeat:repeat;
	font-family:arial;
	background-color: gray;
	text-align: right;
	spacing: 0px;
	
}

td.break
{
	border-bottom: dashed black 2px;  border-bottom-color:#404040;;
}


