@charset "utf-8";
/* CSS Document */

a:active {
	text-decoration: none;
	color: #cd5c5c;
}
a:link {
	text-decoration: none;
	color: #cd5c5c;
}
a:visited {
	text-decoration: none;
	color: #cd5c5c;
}

a:hover {
	text-decoration: underline;
	color: #cd5c5c;
}

body {
	font-size: 11pt;
	background-color: #FFFFFF;
	background-image: url(../img/bg2.gif);
	margin-top: 0px;
	background-repeat: repeat-y;
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.4;
	background-position: center;
}


#wrapper {
	width: 800px;
	background-color: #FFFFFF;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.menuBg {
	background-image: url(../img/ya_orange.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

#menu {
	height: 25px;
	width: 800px;
	background-color: #003399;
}

#menu ul {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 0px;
}


#menu li {
	display: inline;
	list-style-type: none;
}

#menu a {
	font-size: 10pt;
	background-image: url(../img/ya_orange.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	background-position: left center;
}

#menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

td {
  font-size: 11pt;
}


.contents {  font-size: 10pt; color: #FFFFFF}

.backg {  background-color: #E3E3E3; font-weight: bold}
.space0 {
	margin: 0px;
	padding: 0px;
}
.space10 {
	margin: 10px;
}

#footer {
	width: 780px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #808080;
	text-align: center;
	padding-top: 15px;
	font-size: 9pt;
	color: #666666;
	padding-bottom: 15px;
	clear: both;
}

#footer ul {
	padding-left: 0px;
	margin-left: 0px;
}

#footer li {
	list-style-type: none;
	display: inline;
}

#footer a {
	color: #666666;
}

#footer a:active {
	color: #666666;
	text-decoration: none;

}

#footer a:link {
	color: #666666;
	text-decoration: none;

}

#footer a:visited {
	color: #666666;
	text-decoration: none;

}

#footer a:hover {
	color: #666666;
	text-decoration: underline;

}
#thanks {
	height: 400px;
	width: 800px;
	margin-top: 150px;
	margin-bottom: 200px;
	text-align: center;
}
