html, body {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	/*margin: 0;*/
	text-align: left;
	color: #666666;
}

h1{
	font-size: 1.5em;
}
h2{
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
h1 span, h2 span, h3 span {
	display: none;
}

img {
	background-color: #ffffff;
	border: 1px solid #caebfc;
	padding: 10px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #36c36f;
}

ul {
	text-align: left;
}

ul {margin:0; padding:0}
#list01 li { 
	list-style:url(../img/point_2.jpg); 
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#list01 a { 
	font-size:1.1em;
	color: #006699; 
	font-weight:bold;
}
#list01 a:hover {
	color: #36c36f;
}

#list02 li { 
	list-style:url(../img/point_3.jpg); 
	margin:0 0 0 0px;
}
#list02 a { 
	font-size:1em; 
	color: #006699; 
	font-weight:bold;
}

body {
	background-color: #FFFFFF;
	/*color: black;*/
	/*background-image: url('../img/bgr.jpg');*/
	/*background-attachment: fixed;*/
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 76%;
	
}

tfoot th{
	background-image: url(../img/footer_bgr.gif); 
	background-position: top; 
	background-repeat: repeat-x;
	height: 10px;
	vertical-align: top;
}

#content{
	margin: 5px 15px 20px 22px;
	font-size: 1.0em;
	line-height: 150%;
}
.menu {
	color: #7a9cac;
	font-size: 11px;
	font-family: arial;
}
.menu_item {
	color: #0374AC;
	font-size: 11px;
	font-family: arial;
	text-decoration:none
}
.copyright {
	color: #666666;
	font-size: 11px;
	font-family: arial;
	text-decoration:none;
	line-height:13px
}

