/* CSS Document */

body {
	background-color: #E0E8FE;
	background-image: none;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: repeat-x;
}
a:link {
	color:#330099;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#330099;
}
a:hover {
	text-decoration: underline;
	color:#3399CC;
}
a:active {
	text-decoration: none;
	color:#FF9900;
}

#header {
	border: 2px dashed #BBE3F2;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Tahoma, Georgia;
	height: 150px;
	width: 800px;
	table-layout:auto;
}
#footer {
	border: 2px none #BBE3F2;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: Tahoma, Georgia;
	height: 60px;
	width: 800px;
	padding-top: 30px;
}
#footer a:link {
	color: #FFFFFF;
}
#footer a:visited {
	color: #FFFFFF;
}
.tabel {
	color: #444444;
	background-color: #ffffff;
	border: 10px solid #60b7de;
	padding: 10px;
}

.isi {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
}

.isiputih {
	font-size: 11px;
	color:#330099;
	font-family: Tahoma, Arial, Verdana;
}

.isibold {
	font-size: 11px;
	color: #000000;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

.isiwarna {
	font-size: 11px;
	color: #990099;
	font-family: Tahoma, Arial, Verdana;
}

.isiboldwarna {
	font-size: 11px;
	color: #9999CC;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
}

.garis {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color:#000066;
	padding-bottom: 3px;
}

.judul{
font: 400 16px/23px optima,georgia,arial narrow,arial,sans-serif; color: #c52
}

#menu {
	font-size: 11px;
	font-family: Tahoma, Georgia;
	width: 200px;
	float: none;
	padding-bottom: 30px;
}
#menu a:link {
	color: #330099;
	text-decoration: underline;
	margin-left: 30px;
}
#menu a:visited {
	color: #330099;
	text-decoration: underline;
	margin-left: 30px;
}
#menu a:hover {
	text-decoration:none;
	color:#3399CC;
	margin-left: 30px;
}


