html,body {
	background-color: #D3E9D0;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size: 10pt;
	text-align:center;
}

h1 {
	font-size: 14pt;
	margin: 0%;
}

h2 {
	font-size: 12pt;
	margin: 0%;
}

acronym {
	cursor: help;
}

pre {
	margin: 0%;
}

div.upperleft {
	width: 740px;
	margin-left: auto;
	margin-right: auto;

	background-color: #AED7A8;
	background-image: url('image/upperleft.png');
	background-repeat: no-repeat;
	background-position: top left;
	text-align:left;
}

div.upperright {
	background-image: url('image/upperright.png');
	background-repeat: no-repeat;
	background-position: top right;
}

div.lowerleft {
	background-image: url('image/lowerleft.png');
	background-repeat: no-repeat;
	background-position: bottom left;
}

div.lowerright {
	background-image: url('image/lowerright.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 3% 3% 3% 3%;
}

div.header {
	width: 740px;
	height: 104px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(image/header.jpg);
	background-repeat: no-repeat;
}

div.header h1 {
	font-size:24px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	margin-left: 150px;
	padding-right:5px;
	margin-bottom: 5px;
}

div.header h2 {
	font-size:18px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	margin-left: 150px;
	padding-right:5px;
}

div.header h3 {
	font-size:12px;
	color:#FFFFFF;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	margin-left: 150px;
	padding-right:5px;
}

div.nav {
	padding-top:5px;
	padding-bottom:8px;
	padding-left:5px;
	text-align:center;
}

.nav a, .nav a:hover, .nav a:visited {
	color:#3333FF;
	text-decoration:none;
	margin-right:10px;
	border-bottom:0px solid #333333;
}

.nav a:hover {
	border-bottom:0px solid #FFFFFF;
}

div.footer {
	background-image:url(image/footer.png);
	text-align:center;
	width:480px;
	height:23px;
	margin-left:auto;
	margin-right:auto;
}

.bordered table{
border-width: 1px;
border-style: outset;
}

.bordered td,th{
border-width: 1px;
border-style: inset;
}

