*
{
	font-family:		verdana;
	font-size:			8pt;
	line-height:		1.4;
	margin:				0;
}

.empty
{
	font-size:			1px;
}

body
{
	margin:				10px;
	background:			url('images/back.png');
	background-repeat:	repeat;
}

h2
{
	font-size:			14pt;
	display:			block;
	text-align:			center;
	margin-bottom:		3px;
	border-bottom:		solid black 2px;
}

h3
{
	font-size:			12pt;
	display:			block;
	text-align:			center;
	margin-bottom:		2px;
}

td
{
	vertical-align:		top;
	text-align:			left;
}

a
{
	color:blue;
	text-decoration:	none;
}

p
{
	margin-bottom:		7px;
}

a:hover
{
	text-decoration:	underline;
}

th
{
	border:				solid #a0a0d0 1px;
	background:			#d0d0ff;
	padding:			2px;
}

td.list
{
	border-bottom:		solid #e0e0e0 1px;
	border-right:		solid #e0e0e0 1px;
	padding-left:2px;
}

/* template */

.template_top_left
{
	width:				16px;
	height:				84px;
	background:			url(images/top_left.png);
	background-repeat:	repeat-x;
}

.template_top
{
	width:				800px;
	height:				84px;
	background:			url(images/top.png);
	background-repeat:	repeat-x;
}

.template_top_right
{
	width:				16px;
	height:				84px;
	background:			url(images/top_right.png);
	background-repeat:	no-repeat;
}

.template_left
{
	width:				16px;
	background:			url(images/left.png);
	background-repeat:	repeat-y;
}

.template_right
{
	width:				16px;
	background:			url(images/right.png);
	background-repeat:	repeat-y;
}

.template_bottom_left
{
	width:				16px;
	height:				19px;
	background:			url(images/bottom_left.png);
	background-repeat:	repeat-y;
}

.template_bottom
{
	width:				800px;
	height:				19px;
	background:			url(images/bottom.png);
	background-repeat:	repeat-x;
}

.template_bottom_right
{
	width:				16px;
	height:				19px;
	background:			url(images/bottom_right.png);
	background-repeat:	repeat-y;
}

.template_menu
{
	width:				90px;
	background:			#ffffff;
}

.template_menu_break
{
	width:				10px;
	background:			#ffffff;
}

.template_body
{
	width:				668px;
	background:			#ffffff;
}