/* CSS Document */
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
li {
	font-size: 11px;
	color: #000000;
}
p {
	font-size: 11px;
	color: #000000;
}
#tablePPN {
	margin: auto;
}
#tablePPN td {
	padding-top: 100px;
}
#tableMain {
	width: 650px;
}
#tableMain .content {
	padding: 8px 25px 8px 25px;
	line-height: 15px;
	text-align: justify;
}
#tableMain .head {
	font-size: 11px;
	font-weight: bold;
	background-color: #0280bf;
	height: 20px;
	color: #FFFFFF;
	padding-left: 7px;
}
#tableMain .p2 {
	font-size: 10px;
	line-height: 12px;
	text-align: justify;
}
#tableVideo {
	margin: 0px;
	width: 382px;
	height: 291px;
}
#tableVideo td {
	background-image: url(../images/loading.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.bold {
	font-weight: bold;
}
.italics {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
