@charset "utf-8";
/* CSS Document */

body {
	font-family:"TW Cen MT", veranda, arial, sans-serif;
	background-color:#FFF;
}

h2{
	font-size:36px;
	font-weight:bold;
	text-align: center;
}

h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
}

.small {
	font-size: 14px;
}


img{
	border-style:none;
}

a:link{
	color: #000099;
	text-decoration: none;
}

a:visited{
	color:#000099;
	text-decoration:none;
}

a:hover{
	color: #ff0000;
	text-decoration: underline;
}

a:active{
	color: #ff0000;
	text-decoration:none;
}

.bold{
	font-weight: bold;
}

.boldRed{
	font-weight:bold;
	color:#ff0000;
}

.boldBigRed{
	font-weight:bold;
	color:#ff0000;
	font-size:18px;
}

.boldBlue{
	font-weight:bold;
	color:#000066;
}

.boldBigBlue {
	font-size: 24px;
	font-weight: bold;
	color: #000066;
}

tr.d0 td{
	background-color:#D2D7F2;
}
.big {
	font-size: 18px;
}
