body {
	background-color: #FFFFFF;
}

div.main {
	width: 100%;
	text-align: center; 
	background-color: #FFFFFF;
}

div.main-inner {
	width: 700px;
	background-color: #FFFFFF;
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	text-decoration: none;
	margin: 0 auto;
}

img.left {
	float: left;
	border: 1px solid #CCCCCC;
	margin-right: 20px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}

img.right {
	float: right;
	border: 1px solid #CCCCCC;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}


h1 {
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #990000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}


h2 {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-left: 0px;
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #990000;
	font-size: 20px;
	font-weight: bold;
}

h2.subtitle {
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #990000;
	text-align: left;
	margin-left: 50px;
	margin-top: -15px;
	margin-bottom: 20px;
}

h3 {
	text-align: left;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-left: 0px;
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #990000;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

a:link {
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #990000;
	text-decoration: none;
}

a:active {
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #770000;
	text-decoration: none;
}

a:visited {
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	color: #770000;
	text-decoration: none;
}

div.box-right {
	float: right;
	border: 1px dashed #CCCCCC;
	margin-left: 10px;
	font-size: 10pt;
	padding: 10px;
}

div.box-left {
	float: left;
	border: 1px dashed #CCCCCC;
	margin-right: 10px;
	font-size: 10pt;
	padding: 10px;
}

.normal {
	font-family: "Century Gothic", Microsoft Sans Serif, Times New Roman;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-align: justify;
	text-decoration: none;
}

td {
	font-size: 10pt;
	vertical-align: top;
}

.required {
  	color: #b5404a;
}

td.top-menu {
	height: 29px;
	background-image: url('/images/top_menu_bk.jpg');
}

td.top-menu-item {
	vertical-align: middle;
 	padding-right: 18px;
 	padding-left: 18px;
 	background-color: transparent;
 	font-size: 9pt;
}

div.top-menu-line {
	height: 29px;
	width: 2px;
	background-image: url('/images/menu_line.gif');
}

td.bottom-menu-main {
 	font-family : Gill Sans, Arial;
 	font-size: 11px;
 	text-align: center;
 	vertical-align: middle;
}

td.bottom-notice {
 	font-size:10px;
 	text-align: center;
 	color: #8C6239;
}

div.header {
	height: 328px;
	background-image: url('/images/header.jpg');
}

div.contents {
	font-size: 9px;
	margin-top: 20px;
}

p {
	margin-top: 5px;
	text-align: justify;
	font-size: 10pt;
}

ul {
	text-align: left;
	font-size: 10pt;
}

div.announce {
	padding: 10px;
	border: 1px solid #004C99;
}

div.announce, div.announce h1, div.announce h2, div.announce h3 {
	text-align: center;
	color: #004C99;
}
