@charset "utf-8";
/* CSS Document */

#message {
	border:#003399 1px solid;
	margin:15px;
	padding: 10px;
	background:#f2f6f9;
	text-align:left;
}

.message_title {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
}
.message_body {
	font-size:12px;
	font-style:normal;
}

.message_body_main {
	font-size:12px;
	font-style:italic;
}

.txt16left {
	font-size:16px;
	text-align:left;
}
.txt16center {
	font-size:16px;
	text-align:center;
}

.txt14left {
	font-size:14px;
	text-align:left;
}
.txt14center {
	font-size:14px;
	text-align:center;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:16px;
}

h4 {
	font-size:14px;
}

a, a:visited {
	text-decoration:none; 
	color:#003399; 
	font-weight:bold;
}
a:hover {
	color:#6666CC;
}

a.footer, a.footer:visited {
	text-decoration:none; 
	color:#9999FF;
	font-weight:bold;
}
a.footer:hover {
	color:#CCCCFF;
}

