@charset "UTF-8";
/* Typography Skin */
* {
	margin: 0px;
	padding: 0px;
}
body
{
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
}
p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, dt { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000000;
}
h3, h4, h5, h6, dt {
	color: #333333;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 15px;
}
h5, h6, dt {
	font-size: 14px;
}
h2.h2title .Head { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
dt {
	color: #333333;
}
dd {
	margin-left: 15px;
}
tfoot, thead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}
ul li {
	background-image: url(black_bullet.gif);
	background-position: 0 0.3em;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin: 2px 0px;
}



