/* CSS Document */

body{
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002147;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
}
h3{
	color: #0000cc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0px;
}
a{
	text-decoration: none;
	color: #0000cc;
}
a:hover{
	text-decoration: underline;
	color: #009900;
}
.clear{
	clear:both;
}
ul{
	list-style-type: square;
}
#ul_no_bullet{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	list-style-type: none;
	padding: 0px;
}
strong{
}
.more{
	color: #ffffff;
	font-weight: bold;
}    
em{
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tagline{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 10px;
}
.author{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #ffffff;
}
.todolist{
	font-size: 12px;
	line-height: 16px;
}
hr{
	color: #ffffff;
	font-weight: bold;
}
.quotation{
}
.question{
	color: #0000cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

