* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

body div {
	text-align: left;
	margin: 0 auto;
}

a:link ,  a:active {
	color: #336699;
	text-decoration: underline;
}
a:visited {
	color: #336699;
	text-decoration: underline;
}
a:hover {
	color: #1A3A5A;
	text-decoration: none;
}

#banner p {
	font-size:90%;
	line-height:110%;
	color:#333333;
	margin:35px 15px;
}

#banner a:link ,  a:active {
	color: #006600;
	text-decoration: none;
}
#banner a:visited {
	color: #006600;
	text-decoration: none;
}
#banner a:hover {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font-size:150%;
	color:#006600;
	padding-top:15px;
}

h2 {
	font-size:100%;
	border-left:solid 8px #93ca76;
	border-bottom:solid 1px #eeeeee;
	padding:5px 10px;
}

h3 {
	font-size:130%;
	color:#006600;
	margin-left:25px;	
}

#contents p,ol,tr {
	font-size:80%;
	line-height:150%;
	color:#333333;
}

#contents .l {
	font-size:130%;
	line-height:150%;
	color:#333333;
	padding-bottom:5px;
}


#contents ol li{
	margin-left:30px;
}

#contents .s {
	font-size:83%;
	line-height:100%;
	font-weight:bold;
	color:#000099;
	margin-bottom:10px;
}

#contents .right {
	font-size:75%;
	text-align:right;
	border-top:solid 1px #cccccc;
	padding:5px 10px 0px 10px;
	margin-top:15px;
}

#menu ul{
	font-size:80%;
	line-height:120%;
	margin-top:20px;
}

#menu ul li{
	list-style:none;
	margin:3px 5px;
}

#logo{
	margin-left:15px;
	margin-top:50px;
	font-size:75%;
	color:#333333;
	}

.contents_head{
	font-size:1px;
	height:7px;
	background:url(images/right-head.gif) top right no-repeat;
	margin-top:20px;
}

.contents_head div{
	font-size:1px;
	height:7px;
	background:url(images/left-head.gif) top left no-repeat;
}

.contents_body{
	background:url(images/left-middle.gif) top left repeat-y;
}

.contents_body div{
	background:url(images/right-middle.gif) top right repeat-y;
	padding:10px;
}

.contents_bottom{
	font-size:1px;
	height:7px;
	background:url(images/right-bottom.gif) bottom right no-repeat;
	margin-bottom:50px;
}

.contents_bottom div{
	font-size:1px;
	height:7px;
	background:url(images/left-bottom.gif) bottom left no-repeat;
}


#footer a:link ,  a:active {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}