/*easel.style*/
body{
	text-align : center;
	letter-spacing:3pt;
	}
H1{
  font-size : 20px;
  font-weight : bold;
  color : #eee313;
  text-align : left;
  left :2px;
}

h2{
	width:640px;
	text-align:left;
	font-weight : bold;
	color : #333333;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#99cc99;
	border-left-style:solid;
	border-left-width:20px;
	border-left-color:#99ff00;
	padding-left:10px;
	}
	
h3{
	font-weight : bold;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:chocolate;
	border-right-style:solid;
	border-right-width:20px;
	border-right-color:chocolate;
	pading-top:20px;
	}

h4{
	color: #FFFFCC;
	font-size:16px;
	font-weight: bold; 
	}


P{
	line-height:150%;
	}

td{
	background-repeat:no-repeat;
	background-position:bottom;
	letter-spacing:1pt;
	}

li{
	list-style-image: url(images/point.gif);
	line-height:150%;
	}

.con{
float:left;
width:280px;
margin-left:20px;
margin-bottom:50px;
  text-align : right;
}

a{
	text-decoration : none;
	color : #009900;
	}

a:hover{
	color : #d0791a;
	text-decoration : none;
	}


#title {
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	padding-right:2em;
	padding-bottom:10px;
	text-align : right;
	vertical-align:bottom;
	}

.menu{
	width:640px;
	height:32px;
	font-size:13px;
	letter-spacing:1pt;
	}
	
.menu div{
	float:left;
	}

.menu a{
	display:block;
	width:160px;
	padding:10px 0px;
	background-image : url(images/menu01.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#663300;
	}
	
.menu a:hover{
	display:block;
	background-image : url(images/menu02.gif);
	background-repeat:no-repeat;
	font-weight:bold;
	color:#009900;
	}
	
#inner{
	padding:20px;
	}
	
#footer{
	font-size:12px;
	font-style:italic;
	}