body {
	margin: 10px;
	height: 97%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

.out_border {
	border: 1px solid #000000;
	background: #ffffff;
	padding: 2px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#left_border_out {
	float: left;
	margin-top: 2px;
	width: 200px;
}

#left_border_in {
	border: 1px solid #000000;
	padding: 2px;
	float: none !important;
	float: left;
}

#top_in
{
	border: 0px;
	padding: 2px;
	float: none !important;
	float: right;
}

#body_in
{
	float: none !important;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}

table td.body_text
{
	padding: 2px;
	border: 1px solid #000000;
	border-bottom: 0px;
}

table td.border_all
{
	padding: 2px;
	border: 1px solid #000000;
	border-top: 0px;
}

.button
{
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #000000;
	width: auto;
	background: url(image/button.gif) repeat-x;
	padding: 0px 10px;
	line-height: 18px;
	margin: 2px;
}

ul
{
	margin: 15px;
	padding: 0;
	list-style: none;
}

li
{
	color: #000000;	
	line-height: 15px;
	padding-left: 15px;
	padding-top: 0px;
	background-image: url(image/dot.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}


td
{
	text-align: justify;
	font-size: 11px;
}

a:link, a:visited
{
	color: #c64934;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	color: #900000;
	text-decoration: none;
	font-weight: bold;
}
a.black:link, a.black:visited
{
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

a.black:hover
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

div.panel
{
	padding: 0px;
	margin-bottom: 2px;
}

div.panel h2 {
	background: url(image/header.gif) repeat-x;
	color: #000000;
	text-align: left;
	padding-left: 4px;
	height:20px;
	line-height: 21px;
	font-family: Arial, Hevlvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 2px 0;
}

a.mn_but:link, a.mn_but:visited
{
	display: block;
	background: url(image/button_bgr.gif) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mn_but:hover
{
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

a.top_but:link, a.top_but:visited
{
	display: block;
	background: url(image/button_bgr1.gif) no-repeat;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding-top: 4px;
	padding-left: 18px;
	height: 20px !important;
	height: 24px;
	width: 100%;
	text-decoration: none;
}

a.top_but:hover
{
	background-position: 0px -24px;
	text-decoration: none;
	color: #fff;
}
