@charset "utf-8";

body{
	color:#000;
	background:#e4fffa;
	font:normal normal normal 100%/1.5 Arial, sans-selif;
  margin: 0 8% 8% 6%;
}

h1{
	color:#111;
	border-bottom:solid 4px #8faaa5;
	background:url('../images/horse.gif') right bottom no-repeat scroll transparent;
	font-family:Arial, sans-selif;
}

h2{
	margin-bottom:0.5em;
	border-bottom:solid 1px #888;
	font-family:Arial, sans-selif;
}

h2 a, h3 a{
	color:#333;
	text-decoration:none;
}

h3{
	color:#002a26;
/*	border-bottom:dotted 1px #888;*/
	font-family:Arial, sans-selif;
	margin:1em 1em 0.5em 0.5em;
}

p{
	text-indent:1em;
	font-family:Arial, sans-selif;
}

a{
  color:#019;
	text-decoration:underline;
}

a:visited{
  color:#019;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

p.menu-section {
    font-size:85%;
    margin: 0 1pt 1pt 1pt;
    padding: 0.5em 1em;
    text-align: right;
    background-color:#8faaa5;
    color : #fff;
  	text-indent:0;
}

p.menu-section a{
  text-decoration:none;
  color:#e9ded7;
}

p.menu-section a:hover{
  background:#e9ded7;
  color:#019;
  text-decoration:none;
} 


p.menu-page{
    font-size:85%;
    margin: 0 1pt 1pt 1pt;
    padding: 0.5em 1em;
    text-align: center;
  	text-indent:0;
}

p.menu-page a {
  text-decoration:none;
  color:#019;
}

p.menu-page a:hover{
  text-decoration:underline;
  color:#019;
} 

p.caption{
	font-size:92%;
	font-weight:bold;
	margin:1em 0 0 0;
	padding:0;
	text-indent:0;
}

dl a{
	color:#019;
	text-decoration:none;
}

dl a:visited{
	color:#609;
	text-decoration:none;
}

dl a:hover{
	text-decoration:underline;
}

pre{
	color:#000;
	background:#e9ded7;
	border:1px solid #6f434e;
	padding:0.5em 2em 0.5em 1em;
	margin:0 0 2em 0;
	font-family:'Courier New';
}

code, tt{
/*	font-family:'Courier New';*/
	font-family:'Courier New';
}

dl{
}

dt{
	font-weight:bold;
	width:10em;
	float:left;
}

dd{
	margin-left:2em;
	line-height:1.5em;
}


strong, em{
	font-style:normal;
	font-weight:bold;
}

ul, ol{
	margin:0 1em 1.5em 0;
	padding:0;
}

li{
	padding:0;
	margin:0 0 0 2em;
}
