@charset "utf-8";
body {
	background-color: #003399;
	margin: 0px;
	padding: 0px;
}
.content {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
}
.content-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

p { margin: 0px; }
.nav-bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-bottom:hover {
	color: #FFCC00;
}

.content a {
	font-weight: normal;
	color: #0066CC;
	text-decoration: underline;
}
.title {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FF6600;
}
.content .title a {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color:#FF0000;
	text-decoration: none;
}

.txt-input {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #000000;
	border: 1px solid #FF3300;
}
.btn-input {
	font-family: "Trebuchet MS";
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF6600;
	border: 1px dashed #333333;
}


.content a:hover {
	color: #FF0000;
}
#isi {
	height:300px; overflow:auto;
}
#isi p{
	padding-bottom:3px;
}

a img { border:0px; }
.content em {
	color: #999999;
}
form {margin:0px;padding:0px;}
