@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2d608a;
}

.text {
	width: 440px;
	margin: 0;
}

.text-wide {
	width: 750px;
}

ul.menu li {
	font-family: "Times New Roman", Times, serif;
	color: #003;
	font-size: 16px;
	list-style: none;
	line-height: 1.8em;
}

ul.menu1 li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 150%;
	list-style: none;
}

.submenu {
	list-style: none;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	color: #c0af00;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 15px;
}

h2.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #c0af00;
	font-size: 13px;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF;
	font-size: 17px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 13px;
	line-height: 120%;
	text-indent: 35px;
	margin-right: 20px;
	text-align: justify;
}

.01 {
	margin-top: -18px;
}

.02 {
	font-size: 14px;
	font: bold italic;
	text-indent: 0;
}

.03 {
	text-indent: 0;
	text-align: center;
	margin-top: 2px;
}

.04 {
	line-height: 0.8em;
}

.05 {
	font-size: 16px;
}

a:link {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.8em;
	color: #c0af00;
	text-decoration: none;
	font-weight: bolder;
}
a:visited {
	font-family: "Times New Roman", Times, serif;
	line-height: 1.8em;
	color: #c0af00;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}
a:active {
	font-family: "Times New Roman", Times, serif;
	color: #FFF;
	text-decoration: none;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 25px;
	border: #FFF thin solid;
	text-align: center;
}

.tab {
	width: 510px;
	height: 120px;
	padding: 10px;
	border: #FFF solid thin;
}

th, td {
	border: #FFF thin solid;
}

.wrapper {
	width: 850px;
	height: auto;
	margin-left: 15px;
}