/* Default */
h1{
	font-size:large;
	color: #990000;
	line-height:1.3;
}
h2, h3, h4, h5, h6{
	font-size:medium;
	line-height:1.3;
}
p,ul,ol,dl{
	line-height:1.5;
}
em{
}
strong{
}
address{
	color:#ffffff;
	background-color:transparent;
	font-style:normal;
	line-height:1.3;
	font-size:12px;
}
address a:link{
	color:#ffffff;
	background-color:transparent;
}
address a:visited{
	color:#ffffff;
	background-color:transparent;
}
address a:hover{
	color:#ffffff;
	background-color:#313163;
	text-decoration:none;
}
address a:active{
	color:#ffffff;
	background-color:#313163;
	text-decoration:none;
}

.cont {
	width: 480px;
	margin: 20px auto;
}
.cont th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0000CC;
	text-align: center;
}
img {
	border: none;
}
.txright {
	text-align: right;
}