body {
	margin: 10px;
	height: 97%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
}

.outer_line {
	border: 1px solid #cccccc;
	background: #ffffff;
	padding: 2px;
}

#buttons {
	float: right;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#left_outer {
	float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
	border: 1px solid #cccccc;
	padding: 2px;
	float: none !important;
	float: left;
}

#top_inner
{
	border: 0px;
	padding: 2px;
	float: none !important;
	float: right;
}

#content_inner
{
	float: none !important;
	float: left;
	padding: 0;
	padding-top: 2px;
	margin: 0;
}

table td.body_text
{
	padding: 2px;
	border: 1px solid #cccccc;
	border-bottom: 0px;
}

table td.body_button
{
	padding: 2px;
	border: 1px solid #cccccc;
	border-top: 0px;
}

.button
{
	float: left;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	border: 3px double #cccccc;
	width: auto;
	background: url(image/button.gif) repeat-x;
	padding: 0px 10px;
	line-height: 18px;
	margin: 1px;
}

ul
{
	margin: 15px;
	padding: 0;
	list-style: none;
}

li
{
	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.menubutton:link, a.menubutton:visited
{
	display: block;
	background: url(image/button_bgr.gif) no-repeat;
	vertical-align: middle;
	font-size: 14px;
	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.topbutton:link, a.topbutton:visited
{
	display: block;
	background: url(image/button_bgr1.gif) no-repeat;
	vertical-align: middle;
	font-size: 14px;
	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.topbutton:hover, a.menubutton:hover
{
	background-position: 0px -25px;
	text-decoration: none;
	color: #fff;
}

