/* CSS Document */
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #0033CC;
	text-decoration: none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
	text-decoration: underline;
}
a img { 
        border: 0; 
}

.size10 {font-size:10px; line-height:140%;}
.size11 {font-size:11px; line-height:160%;}
.size12 {font-size:12px; line-height:160%;}
.size14 {font-size:14px; line-height:160%;}
.size14C {
	font-size:14px;
	line-height:160%;
	text-align: center;
}

.size16 {font-size:16px; line-height:160%;}
body {
	color: #333333;
	background: #FFFFFF;
	margin: 0px;
}
.naviBox1 {
	font-size:12px;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.naviBox2 {
	font-size:14px;
	text-align: center;
	padding: 5px;
	border: 1px solid #FFCCCC;
}
.tdBorder {
	border: 1px solid #999999;
}
