@charset "utf-8";
body {
	color: #63635c;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	line-height: 14px;
	text-align: justify;
}
.p {
	color: #63635c;
	font-family: "Trebuchet MS", Tahoma, Arial;
	line-height: 14px;
	text-align: justify;
	font-size: 14px;
}
.home {
	color: #63635c;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	line-height: 15px;
	text-align: justify;
}
a:link {
	color: #607d1b;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}
a:active {
	color: #607d1b;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #607d1b;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #0c0c26;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold;
	text-decoration: underline;
}
a.nav {
	margin-right:15px;
}
h1 {
	color: #455324;
	font-size: 19px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-weight: bold
}
.small {
	color: #63635c;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	line-height: 15px
}
hr {
	border-bottom:solid #dadccc 1px;
	border-top:none;
	height:1px;
	margin-bottom:5px;
}