@charset "UTF-8";
/* CSS Document */

body {
	background-color: #6699ff;
	background-image: url(../images/layout/tile.jpg);
	background-repeat: repeat-x;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 12px;
	color: #464847;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 15px;
	color: #555;
	text-indent: 15px;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #888;
	margin-bottom: 15px;
}
a {
	color: #444;
}
a:hover {
	color: #F09;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ff0099;
	font-weight: bold;
	line-height: 24px;
}
h1 a{
	font-family: Arial, Helvetica, sans-serif;
	color: #ff0099;
	text-decoration: none;
}
h1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	text-decoration: underline;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	color: #0B0;
	text-decoration: underline;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ff0099;
}
h3 a{
	text-decoration: none;
	color: #444;
}
h3 a:hover {
	text-decoration: underline;
	color: #444;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #555;
	font-style: italic;
	margin-top: -5px;
	margin-bottom: 25px;
}
.inline_hover {
	text-decoration: underline;
}
.inline_hover:hover {
	color: #F09;
}

