﻿body 
{
	/*background:url(Images/bg.jpg) repeat-x;*/
	background:#fff;
	margin:0px;
	font-family: Verdana,Tahoma, MS Sans Serif, Arial;
	font-size: 10pt;
}
a:link, a:visited
{
	font-size: 9pt;
	text-decoration: none;
	color: #1c375d;
	/*color: #0000ff;*/
}
a:hover
{
	font-size: 9pt;
	text-decoration: underline;
	color: #000;
}

.fleft { float: left; }
.fright { float: right; }

/* box */
.tl, .ml, .bl {padding-left: 9px;}
.tr, .mr, .br {padding-right: 9px;}        
.tc, .bc {height: 9px;}        
            
.tl {background:url(../Images/Box/tl.png) no-repeat left bottom;}
.tr {background:url(../Images/Box/tr.png) no-repeat right bottom;}
.tc {background:url(../Images/Box/tc.png) repeat-x center bottom;}

.ml {background:url(../Images/Box/ml.png) repeat-y left top;}
.mr {background:url(../Images/Box/mr.png) repeat-y right top;}
.mc {/*background: #e1f0ff;*/ background: white; overflow: hidden;}

.bl {background:url(../Images/Box/bl.png) no-repeat left top;}
.br {background:url(../Images/Box/br.png) no-repeat right top;}   
.bc {background:url(../Images/Box/bc.png) repeat-x center top;} 
