@charset "utf-8";
/* CSS Document */

body {
	font-family: trebuchet MS, Times New Roman;
	font-size: 14px;
	color: #333333;
	background-color: #ededed;
	text-align:center;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:650px;
	text-align:justify;
}

#below{
	background-color:#f9f9f9;
	width:650px;
}

.inside {
	padding:15px;
	line-height:22px;
}

th {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:22px;
	color:#9ee311;
}

table {
	padding:15px;
	font-size:10px;
}

a {
	text-decoration:none;
	color:#0b1396;
}

a:hover {
	color:#9ee311;
	text-decoration:underline;
}

.title {
	color:#9ee311;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	text-align:right;
	letter-spacing:2px;
	text-transform:uppercase;
	border-bottom:1px dotted #9ee311;
	border-top:1px dotted #9ee311;
}

i,em {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#8ed505;
}

b,strong {
	color:#8ed505;
	font-family:"Times New Roman", Times, serif;
}