/* CSS Document */

a{
	color:#666666;
	text-decoration:none;
	}


a:hover{
	color:#000000;
	text-decoration:underline;
	}

a:visited{
	color:#666666;
	}

.std{
	font:14px arial;
	color:#333333;
	}

.std_bold{
	font:14px arial;
	font-weight:bold;
	color:#333333;
	}

.title{
	font:16px arial;
	font-weight:bold;
	color:#000000;
	}

.big{
	font:16px arial;
	}

.v_big{
	font:20px arial;
	}

.table_div{
	border-bottom:1px solid #CCCCCC;
	}