body
{
	margin		: 0px;
	font-family	: tahoma;
	font-size	: 9pt;
	background-image : url(images/bg.jpg);
	text-align	: center;
}
font
{
	font-family	: tahoma;
	font-size	: 9pt;
}
.F7
{
	font-family	: tahoma;
	font-size	: 7pt;
	color		: #404040;
}
.Title
{
	font-family	: tahoma;
	font-size	: 9pt;
	color		: #404040;
}
.ItemTitle
{
	height		: 22px;
	background-image : url(images/star.jpg);
	background-repeat: no-repeat;
}
.CenterTitle
{
	padding-left	: 30px;
	color			: #FFFFFF;
	font-weight		: 900;
	letter-spacing	: 10px;
}

td
{
	font-family	: tahoma;
	font-size	: 9pt;	
}
td.left
{
	text-align	: left;
}
td.center
{
	text-align	: center;
}
td.right
{
	text-align	: right;
}
.Corner
{
	background-image : url(images/Corner.jpg);
	background-repeat: no-repeat;
}
.Catalog
{
	background-image : url(images/Catalog_V_Line.jpg);
	width			 : 100%;
}
.CatalogList
{
	font-size	: 9pt;
	text-align	: center;
	color		: #FFFFFF;
	line-height	: 22px;
	position	: relative;
	top			: -7px;
}
.Item
{
	background-image : url(images/Item_V_Line.jpg);
}

div.Left
{
	width	: 100px;
	border	: 1px solid red;
	text-align : left;
}
div.middle
{
	width	: 100px;
	border	: 1px solid red;
	text-align : center;
}
div.right
{
	width	: 100px;
	border	: 1px solid red;
	text-align : right;
}
a
{
	text-decoration	: none;
	color	: #000000;

}
a:hover
{
	text-decoration	: underline;
	color	: #CE4674;
}
select
{
	font-family	: tahoma;
	font-size	: 9pt;
	width		: 80px;
}

input
{
	font-family	: tahoma;
	font-size	: 9pt;
	border	: 1px solid #DCDCDC;
	color	: #808080;
}
input.radio
{
	border	: 0px;
	position: relative;
	top		: 2px;
}
input.text
{
	background-color: #FFFFFF;
	padding	: 0px 5px;
	width	: 120px;
}
input.button
{
	background-color: #FFFFFF;
	width	: 44px;
	height	: 20px;
}
textarea
{
	font-family	: tahoma;
	font-size	: 9pt;
	border	: 1px solid #DCDCDC;
	color	: #808080;
}