/* CSS Document */

*{
	padding:0;
	margin:0;
}

body{
	background-color: #003366;
	font-size:12px;
	line-height:20px;
}

a:link,a:visited{
	color:#666666;
	text-decoration: none;
}

a:hover  {
	color: #666666;
	text-decoration: underline;
}

.font12{
	font-size:12px;
	line-height:18px;
}

.font16{
	font-size:16px;
	line-height:22px;
}

.bge01{
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/index_bg01.jpg);
	background-color: #FFFFFF;
}

.div03 div{
	float:left;
	width:168px;
	text-align: center;
}

table{
font-size:12px;
line-height:18px;
}