@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666;
}

#content {color:#333;}

h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}

h1, h2, h3 {
	color:#0099ff;
	font-size:1.33333em;
	line-height:1.2em;
	margin-bottom:1em;
}

h4 {
	color:#666;
	font-style:italic;
	font-size:1.2em;
	line-height:1.2em;
	margin-bottom:1em;
	padding: 0 20px 0 20px;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:1.2em;
	margin-bottom:0.8em;
	font-size:0.95em;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:#0099ff;
}

a:hover {
text-decoration:underline;
}


.blue {
	color:#0099ff;
}

.bluequote {
	color:#0099ff;
	margin-left:20px;
	margin-right:20px;
}

li.real {
line-height:1.2ems;
margin-left:20px;
margin-right:20px;
padding-top:15px;
}