/* basic elements */
	body {
		background-image: url(img/common/bg.gif);
		background-repeat: repeat-x;
		background-color: #DFDFDF;
		margin: 0px;
		}

	a {
		text-decoration: none;	
		}
	a:link {
		color: #084E86;
		}
	a:visited {
		color: #084E86;
		}
	a:active {
		color: #999;
		}
	a:hover {
		color: #999;
		}

/* font */
	h1, h2, h3 {
		margin: 0px;
		padding: 0px;
		}

	.txt12 {
		font-family: "Verdana", "Arial", "sans-serif";
		font-size: 12px;
		line-height: 180%;
		color: #333;
		margin-left: 10px;
		}

	.txt10 {
		font-family: "Verdana", "Arial", "sans-serif";
		font-size: 10px;
		line-height: 180%;
		color: #666;
		}
