/* CSS Document */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
body {
	background:#d7d1bd;
	width:100%;
	margin:0px; 
	background-image : url(inner-bg.jpg); 
	background-repeat : repeat-x;
}
.content_table{
	width:950px;
	margin:0px auto; 
}
.content_table td.top{
	height:250px;
	margin:0px auto; 
	background-image : url(inner-topbg.jpg); 
	background-repeat : repeat-x;
}
.content_table td.circle{
	height:15px;
	margin:0px auto; 
}
.content_table td.main{
	margin:0px auto; 
	background-image : url(inner-mainbg.gif); 
	background-repeat : repeat-y;
}
.txt-13px {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
}
.txt-12px {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.txt-10px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
}
.txt-11px {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
}
.copyright {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

