@import url(../common.css);
#content {
		width:776px;
		padding: 0px 0px 0px 0px;
		background: White;
		margin-bottom: 5px;
		}
#tlbox {
		width: 400px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: 15px;
		font-size: 18px;
		color: Black;
		font-family: "Comic Sans MS";
		text-align: center;
		float: left;
		padding: 0px 0px 10px 0px;
		background: White;
		}
#trbox {
		width: 300px;
		margin-top: 50px;
		margin-right: auto;
		margin-left: 15px;
		font-size: 18px;
		color: Black;
		font-family: "Comic Sans MS";
		float: left;
		padding: 0px 0px 10px 0px;
		background: #FAF0E6;
		border: thin #708090;
		border-style: solid;
		border-left-width: 1px;
		border-right-width: 2px;
		border-top-width: 1px;
		border-bottom-width: 2px;
		}
h1 {
		font-family: "arial";
		font-size: 18px;
		color: #004180;
		margin: 3px 0px 10px 0px;
		font-weight: normal;
		text-align: center;
		}	
p {
		font-family: "Arial";
		font-size: 14px;
		color: Black;
		margin: 3px 20px 3px 20px;
		}
#p1 {
		font-family: "Arial";
		font-size: 11px;
		color: Black;
		margin: 3px 20px 3px 20px;
		text-align: justify;
		}
#p2 {
		margin: 10px auto 10px 60px;
		}		
.zoomlist {
		padding: 3px 0;
		margin-left: 0;
		font: bold 9px arial;
		margin-top: 4px;
		margin-bottom: 10px;
		}
.zoomlist li {
		list-style: none;
		margin: 0;
		display: inline;
		}
.zoomlist li a {
		padding: 3px 0.5em;
		margin-left: 3px;
		background: White;
		text-decoration: underline;
		}
.zoomlist li a:link { 
		color: #448;
		}
.zoomlist li a:visited {
		color: #667;
		}
.zoomlist li a:hover {
		color: #000;
		background: White;
		}
.zoomlist li a#current {
		background: white;
		}	
#gmlogo {
		float: right;
		margin: 10px 5px 15px 5px;
		border: none;
		}
#detail {
		margin: 5px auto 7px 25px;
		}
a {
      color: #004180;
      text-decoration: underline;
		}
a:hover {
      color: #004180;
      text-decoration: underline;
		}
a:visited {
      color: #004180;
		}