@charset "utf-8";


body {
	background-image: url(image/content.jpg);
	background-repeat: no-repeat;
	background-position: top 90px;

}

a:link {text-decoration: underline;
		color: #090;
}

a:vlink {text-decoration: underline;
		color: #006;
}

a:hover {
	color: #006;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	line-height: 17px;
}
h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #006;
	line-height: 24px;
	margin: 0px;
}
h2 {
	margin: 0px;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #222;
	line-height: 17px;
	
}
	h4 {
	margin: 5px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	line-height: normal;
	font-style: normal;
	line-height: 15px;
	font-variant: normal;
	word-spacing: normal;
}
h5 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #006;
	line-height: 18px;
	margin: 0px;
}

h1 {
	border: 3px solid #006;
	font-family: "Arial Black";
	font-size: 16px;
	text-align: center;
	display: block;
	font-color: #F60;
	font-weight: bold;
	padding: 4px;
	background-color:#FFF;
}