/* CSS Document */

body	{	
	margin: 10px 0 20px 0; 
	padding: 0 0 0 0;
	background: #E2E2E2 url(i/bg.gif) top repeat-y;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333; /* in case, text not in <table> */
	height: 100%;
}

a	{
	color: #C00; 
	text-decoration: none; 
}
a:hover	{
	color: #000; 
	text-decoration: underline; 
}

a img {
	border: 1px #ccc solid;
	border-left: 2px #ccc solid;
	border-top: 2px #ccc solid;
	margin: 0 3px 0 3px;
}
a:hover img {
	border: 1px #c00 solid;
	border-right: 2px #c00 solid;
	border-bottom: 2px #c00 solid;
}

td.body_main	{
	background: #f5f5f5 url(i/bg_inner.gif) no-repeat bottom;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
				
.body_text_flow {
	text-align: left;
	padding: 10px 30px 30px 30px;
}

ul.arrow	{

	font-size: 11px;
	list-style-image: url(i/arrow.gif);	
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
}
ul.arrow li	{
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
}
ul.arrow li	a	{
	color: #000; text-decoration: none;
}
ul.arrow li	a:hover	{
	color: #C00;	text-decoration: none; border-bottom: 1px #000 dashed;
}	

ul.arrow2	{

	list-style:none;
	list-style-image: none; 
	list-style-position:inside;
	
	margin: 15px 0 15px 0;
	padding: 0 0 15px 0;
}
ul.arrow2 li	{
	font-size: 11px;
	padding: 0 20px 5px 15px;
	margin: 0 0 0 0;
	border-bottom: 1px #C00 solid;
	float:left;
	background: url(i/arrow.gif); 
	background-repeat:no-repeat;
}
ul.arrow2 li a	{
	color: #000; text-decoration: none; line-height: 15px;
}
ul.arrow2 li a.on	{
	font-weight:bold; color: #F03; font-size: 14px;
}				
ul.arrow2 li a:hover	{
	color: #C00;	text-decoration: none; border-bottom: 1px #000 dashed;
}

ul.bullet	{
	list-style: square;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
}
ul.bullet li	{
	font-size: 11px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
ul.bullet li a	{
	color: #000; text-decoration: none;
}
ul.bullet li a:hover	{
	color: #C00;	text-decoration: none; border-bottom: 1px #000 dashed;
}	
		
h5	{ /* used in menu / floating menu*/
	font-size: 13px;
	border-bottom: 2px #F03 solid;
	margin: 0 0 15px 0;
	padding: 0 0 2px 0;
}
h4	{	/* used in HL */
	font-size: 30px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h6	{	/* used in sub-HL */
	font-size: 18px;
	font-weight: normal;
	color: #F03;
	margin: 0px 0 20px 0;
	padding: 0 0 0 0;
}

span.stext		{

	font-size:10px;
	color: #666;
}
span.stext a	{
	color: #333; 
}				
span.stext a:hover	{
	color: #C00; text-decoration: none; border-bottom: 1px #000 dashed;
}				
				
#body_area {
	position: relative; 
	left: 0px; 
	top: 0px; 
	border: 1px #808080;
}

#menu_float {
	position: absolute;
	width: 720px;
	height: auto;
	z-index:1;
	left: 30px;
	top: 15px;
	text-align: left;
}	

td,th
{
	vertical-align: top;
}		
				
.table_content
{
	font-size: 11px;
}

.table_content td
{
	text-align: center;
	padding: 0 10px 3px 0;
	color: #000;
}
.table_content th
{
	text-align: center;
	padding: 0 10px 3px 0;
	font-weight: normal;
	color: #666;
}
.table_content tr.bg
{
	background-color: #ccc;
}
.table_content .tx_right
{
	text-align: right;
}
.table_content .tx_center
{
	text-align: center;
}

strong
{
	color: #c00;
}

#indigo
{
	float:right; 
	color: #666;
}

#indigo a
{
	color: #999;
}
#indigo a:hover
{
	color: #ccc;
}

