@charset "UTF-8";

body {
	margin: 0;
  	padding: 0;
	font-size: medium;
	line-height: 150%;
	color: #333333;
	background-color: #FFFFFF;
	font-family: 'Myriad Pro', 'Myriad', 'Lucida Grande', 'Lucida Sans Unicode', 'Optima', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Kaku Gothic ProN', sans-serif;
}

a:link,a:link img    {
	color: #0080AC;
	background-color: transparent;
	text-decoration: none;
}
a:visited,a:visited  img {
	color: #005580;
	background-color: transparent;
	text-decoration: none;
}
a:hover,a:hover img   {
	color: #FFFFFF;
	background-color: #0080AC;
	text-decoration: none;
}
a:active,a:active img    {
	color: #99CCDD;
	background-color: #005580;
	text-decoration: none;
}
h1 {
	color: #FFF; 
	background-color: #c0c0c0;
	font-size: xxx-large;
	font-weight: bold;
	line-height: 200%;
    text-decoration: none;
    padding: 20px 20px;
    margin: 0;
    text-shadow: 0px 0px 10px #fff, 0px 0px 30px #8BDDD1, 0px 0px 40px #8BDDD1;
}

ul, dl, ol, p {
	margin-left: 50px;
}

address {
	font-style: normal;
	line-height: 120%;
	color: #000000;
	background-color: #C6E6EC;
	text-align: center;
	margin-top: 2ex;
	margin-bottom: 2ex;
}
dt {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	font-size: 120%;
}
.button img {
	border-style: none;
}
.button p {
	text-align: left;
}
.button {
	text-align: center;
}
.menu {
	padding: auto;
}
.link {
	border: #EBEBFF thin outset;
	background-color: #F5F5F8;
	color: #000000;
	width: 95%;
	margin: auto;
}
div script {
    background-color: #CCCCCC;
    color: #333333;
}

