/* CSS Document */
body
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}

div.menu_element
{
	padding: 5px 0px 5px 0px;
}

div.menu_open
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
 	color: #000000;
 	padding: 4px 0px 10px 20px;
}

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	padding-bottom: 7px;
	color: #CC0005;
	text-align: left;
}

a.menu_level1
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
 	color: #000000;
	text-decoration: none;
}

a.menu_level1:hover
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: right;
}

h1
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 10pt;
	font-weight: bold;
	
	color: #000000;
	text-transform: uppercase;
	text-align: center !important;
}

.label
{
	font-size: 9pt;
}

.select_list
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #4A4A4A;

	cursor: pointer;
	background-color: #feecc8;
	border-bottom: solid 1px #D3D3D3;
}

th
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #4A4A4A;

	padding: 2px 10px;
	background: url("image/shadow_line.gif") repeat-x;
	border-bottom: solid 1px #b39674;
	border-top: solid 1px #b39674;
}

.can
{
	font-family: Arial, Verdana, Helvetica, serif;
	font-size: 6pt;
	font-weight: normal;
	text-decoration: none;
	color: #fee7ba;

}

